Uses of Package
pops.ale.epc.reports

Packages that use pops.ale.epc.reports
pops.ale.engine   
pops.ale.engine.collect   
pops.ale.engine.input   
pops.ale.engine.input.connectors   
pops.ale.epc.reports   
pops.ale.epc.spec   
 

Classes in pops.ale.epc.reports used by pops.ale.engine
ECReports
          ECReports is the output from an event cycle.
 

Classes in pops.ale.epc.reports used by pops.ale.engine.collect
ECReport
          ECReport represents a single report within an event cycle.
 

Classes in pops.ale.epc.reports used by pops.ale.engine.input
ECInitiationCondition
           ECInitiationCondition is an enumerated type that describes how an event cycle was started.
Note :
No enum in Java before JDK1.4.
ECTerminationCondition
          ECTerminationCondition is an enumerated type that describes how an event cycle was ended.
Note :
No enum in Java before JDK1.4.
 

Classes in pops.ale.epc.reports used by pops.ale.engine.input.connectors
ECInitiationCondition
           ECInitiationCondition is an enumerated type that describes how an event cycle was started.
Note :
No enum in Java before JDK1.4.
ECTerminationCondition
          ECTerminationCondition is an enumerated type that describes how an event cycle was ended.
Note :
No enum in Java before JDK1.4.
 

Classes in pops.ale.epc.reports used by pops.ale.epc.reports
ECInitiationCondition
           ECInitiationCondition is an enumerated type that describes how an event cycle was started.
Note :
No enum in Java before JDK1.4.
ECReaderStat
          An ECReaderStat contains information about sightings of a Tag by a particular Reader.
ECReport
          ECReport represents a single report within an event cycle.
ECReportGroup
          ECReportGroup represents one group within an ECReport.
ECReportGroupCount
          An ECReportGroupCount is included in an ECReportGroup when the includeCount field of the corresponding ECReportOutputSpec is true.
ECReportGroupList
          An ECReportGroupList SHALL be included in an ECReportGroup when any of the four boolean fields includeEPC , includeTag , includeRawHex , and includeRawDecimal of the corresponding ECReportOutputSpec are true.

Each distinct Tag included in this group SHALL have a distinct ECReportGroupListMember element in the ECReportGroupList, even if those ECReportGroupListMember elements would be identical due to the fields and formats selected.

For example, it is possible for two different tags to have the same pure identity EPC representation; e.g., two Tags having SGTIN-96 EPC values that differ only in the filter bits.
ECReportGroupListMember
          This class represents information related to reading a single tag.
ECReportMemberField
          Each ECReportMemberField within the fieldList of an ECReportGroupListMember gives the value read from a single field of a single Tag.
ECSightingStat
          An ECSightingStat contains information about a single sighting of a Tag by a particular Reader.
ECTagStat
          An ECTagStat provides additional, implementation-defined information about each "sighting" of a Tag, that is, each time a Tag is acquired by one of the Readers participating in the event cycle.
ECTerminationCondition
          ECTerminationCondition is an enumerated type that describes how an event cycle was ended.
Note :
No enum in Java before JDK1.4.
 

Classes in pops.ale.epc.reports used by pops.ale.epc.spec
ECReports
          ECReports is the output from an event cycle.