firstSightingTime
First Time the tag was captured in reading cycle
lastSightingTime
Last Time the tag was captured in event cycle
number of readings
Number of sightings of the tag in [firstSightingTime, lastSightingTime]
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. |
ECReports |
ECReports is the output from an event cycle. |
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. |