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

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

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

Subclasses of Epc in pops.ale.epc.spec.grouping.string
 class GroupPattern
          Representation of an URI object containing a Grouping pattern.
Pattern codes may be in one of the following forms : epc-tag type :
urn:epc:pat:sgtin-96:FilterValue.CompanyPrefix.ItemReference.SerialNumber
urn:epc:pat:sgln-96:FilterValue.CompanyPrefix.LocationReference.ExtensionComponent epc-pure type :
urn:epc:idpat:sgtin:CompanyPrefix.ItemReference.SerialNumber
urn:epc:idpat:sgln:CompanyPrefix.LocationReference.ExtensionComponent The difference from Epc class is that fields may have one of the following values : Number : equals number [Lo-hi] : in interval * : Any X : Group By However, this class considers the URI in the following notation :
 

Methods in pops.ale.epc.spec.grouping.string with parameters of type Epc
 boolean Groups.addEpc(Epc epc)
          Adds an epc string to one of the groups in the hash table
static void Epc.dump(Epc epc)
          Debugging utility
 java.lang.String GroupOperator.group(Epc epc)
          Gives the group name for a given epc code.
static boolean GroupPattern.matches(Epc epc, GroupPattern patternGroup)
          Utility for testing if a given epc URI matches a grouping patern