Uses of Class
pops.ale.epc.spec.grouping.string.GroupPattern

Packages that use GroupPattern
pops.ale.epc.spec.grouping.string   
 

Uses of GroupPattern in pops.ale.epc.spec.grouping.string
 

Methods in pops.ale.epc.spec.grouping.string with parameters of type GroupPattern
 void Groups.addGroupPattern(GroupPattern gPattern)
           
static boolean GroupPattern.areDisjoint(GroupPattern gPattA, GroupPattern gPattB)
          Disjointness of two patterns test.
static boolean GroupPattern.matches(Epc epc, GroupPattern patternGroup)
          Utility for testing if a given epc URI matches a grouping patern
 

Constructors in pops.ale.epc.spec.grouping.string with parameters of type GroupPattern
Groups(GroupPattern[] gPattern)
          Constructor from an array of patterns