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

Packages that use Epc
pops.ale.engine.collect   
pops.ale.epc.spec.grouping   
 

Uses of Epc in pops.ale.engine.collect
 

Methods in pops.ale.engine.collect with parameters of type Epc
 boolean Grouping.aggregate(byte header, byte[] tagData, long timeStamp, Epc groupingWrapper)
          Aggregate a received tag.
 

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

Subclasses of Epc in pops.ale.epc.spec.grouping
 class Sgln96
           
 class Sgtin96
           
 

Methods in pops.ale.epc.spec.grouping with parameters of type Epc
 boolean Groups.addEpc(Epc epc)
          Adds an epc string to one of the groups in the hash table
 boolean Sgtin96.equals(Epc tag)
           
abstract  boolean Epc.equals(Epc tag)
          Comparison utility : to be implemented by children.
 boolean Sgln96.equals(Epc tag)
           
 java.lang.String GroupOperator.group(Epc epc)
          Gives the first group name for a given epc code.
static boolean GroupPattern.matches(Epc epc, GroupPattern patternGroup)