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_PatternOwnerSet 9 extends 10 GB_PatternOwner, 11 GB_PatternOwnerSets 12 { 13 }