1 package com.loribel.commons.abstraction;
2
3 /***
4 * Abstraction of a pattern owner
5 *
6 * @author Grégory Borelli
7 */
8 public interface GB_PatternOwnerSets
9 {
10 void setPattern(
11 String a_pattern);
12 }