A B C D E F G H I K L M N O P R S T U V W

E

ECBoundarySpec - Class in pops.ale.epc.spec
An ECBoundarySpec specifies how the beginning and end of event cycles are to be determined.
ECBoundarySpec(Properties) - Constructor for class pops.ale.epc.spec.ECBoundarySpec
Constructor for building spec using a Java property File
ECBoundarySpec(ECTrigger[], ECTime, ECTrigger[], ECTime, ECTime, boolean) - Constructor for class pops.ale.epc.spec.ECBoundarySpec
Constructor
ECFieldSpec - Class in pops.ale.epc.spec
An ECFieldSpec encodes a fieldspec.
ECFieldSpec(String, String, String) - Constructor for class pops.ale.epc.spec.ECFieldSpec
Constructor
ECFilterListMember - Class in pops.ale.epc.spec
An ECFilterListMember specifies filtering by comparing a single field of a Tag to a set of patterns.
ECFilterListMember(Properties) - Constructor for class pops.ale.epc.spec.ECFilterListMember
Constructor from a Java property file
ECFilterSpec - Class in pops.ale.epc.spec
An ECFilterSpec specifies what Tags are to be included in the final report.
ECFilterSpec(Properties) - Constructor for class pops.ale.epc.spec.ECFilterSpec
Constructor from a Java property file
ECGroupSpec - Class in pops.ale.epc.spec
ECGroupSpec defines how filtered EPCs are grouped together for reporting.
ECGroupSpec(ECFieldSpec, String[]) - Constructor for class pops.ale.epc.spec.ECGroupSpec
Constructor
ECGroupSpec() - Constructor for class pops.ale.epc.spec.ECGroupSpec
Constructor
ECInitiationCondition - Class in pops.ale.epc.reports
ECInitiationCondition is an enumerated type that describes how an event cycle was started.
Note :
No enum in Java before JDK1.4.
ECInitiationCondition() - Constructor for class pops.ale.epc.reports.ECInitiationCondition
Constructor protected.
ECInitiationCondition(String) - Constructor for class pops.ale.epc.reports.ECInitiationCondition
Constructor protected.
ECReaderStat - Class in pops.ale.epc.reports
An ECReaderStat contains information about sightings of a Tag by a particular Reader.
ECReaderStat(String, ECSightingStat[]) - Constructor for class pops.ale.epc.reports.ECReaderStat
Constructor
ECReport - Class in pops.ale.epc.reports
ECReport represents a single report within an event cycle.
ECReport(String, ECReportGroup[]) - Constructor for class pops.ale.epc.reports.ECReport
Constructor
ECReport() - Constructor for class pops.ale.epc.reports.ECReport
 
ECReportGroup - Class in pops.ale.epc.reports
ECReportGroup represents one group within an ECReport.
ECReportGroup(String, ECReportGroupList, ECReportGroupCount) - Constructor for class pops.ale.epc.reports.ECReportGroup
Constructor
ECReportGroup() - Constructor for class pops.ale.epc.reports.ECReportGroup
Constructor
ECReportGroupCount - Class in pops.ale.epc.reports
An ECReportGroupCount is included in an ECReportGroup when the includeCount field of the corresponding ECReportOutputSpec is true.
ECReportGroupCount(int) - Constructor for class pops.ale.epc.reports.ECReportGroupCount
Constructor
ECReportGroupCount() - Constructor for class pops.ale.epc.reports.ECReportGroupCount
Constructor
ECReportGroupList - Class in pops.ale.epc.reports
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.
ECReportGroupList(ECReportGroupListMember[]) - Constructor for class pops.ale.epc.reports.ECReportGroupList
Constructor
ECReportGroupList() - Constructor for class pops.ale.epc.reports.ECReportGroupList
Constructor
ECReportGroupListMember - Class in pops.ale.epc.reports
This class represents information related to reading a single tag.
ECReportGroupListMember(String, String, String, String, ECReportMemberField, ECTagStat, byte[]) - Constructor for class pops.ale.epc.reports.ECReportGroupListMember
Constructor
ECReportGroupListMember() - Constructor for class pops.ale.epc.reports.ECReportGroupListMember
Constructor
ECReportMemberField - Class in pops.ale.epc.reports
Each ECReportMemberField within the fieldList of an ECReportGroupListMember gives the value read from a single field of a single Tag.
ECReportMemberField(String, String, ECFieldSpec) - Constructor for class pops.ale.epc.reports.ECReportMemberField
Constructor
ECReportMemberField() - Constructor for class pops.ale.epc.reports.ECReportMemberField
Constructor
ECReportOutputFieldSpec - Class in pops.ale.epc.spec
An ECReportOutputFieldSpec specifies a Tag field to be included in an event cycle report.
ECReportOutputFieldSpec(ECFieldSpec, String, boolean) - Constructor for class pops.ale.epc.spec.ECReportOutputFieldSpec
Constructor
ECReportOutputFieldSpec() - Constructor for class pops.ale.epc.spec.ECReportOutputFieldSpec
Constructor
ECReportOutputSpec - Class in pops.ale.epc.spec
ECReportOutputSpec specifies how the final set of EPCs is to be reported.
ECReportOutputSpec(boolean, boolean, boolean, boolean, boolean, ECReportOutputFieldSpec[]) - Constructor for class pops.ale.epc.spec.ECReportOutputSpec
Constructor
ECReportOutputSpec() - Constructor for class pops.ale.epc.spec.ECReportOutputSpec
Constructor
ECReports - Class in pops.ale.epc.reports
ECReports is the output from an event cycle.
ECReports(String, Date, long, ECInitiationCondition, ECTrigger, ECTerminationCondition, ECTrigger, ECSpec, ECReport[]) - Constructor for class pops.ale.epc.reports.ECReports
Constructor
ECReports() - Constructor for class pops.ale.epc.reports.ECReports
Constructor
ECReportSetSpec - Class in pops.ale.epc.spec
ECReportSetSpec is an enumerated type (no enum in JDK 1.4) denoting what set of Tags is to be considered for filtering and output: all Tags read in the current event cycle, additions from the previous event cycle, or deletions from the previous event cycle.
Note :
No enum in Java before JDK1.4.
ECReportSetSpec() - Constructor for class pops.ale.epc.spec.ECReportSetSpec
Constructor protected.
ECReportSetSpec(String) - Constructor for class pops.ale.epc.spec.ECReportSetSpec
Constructor protected.
ECReportSpec - Class in pops.ale.epc.spec
An ECReportSpec specifies one report to be included in the list of reports that results from executing an event cycle.
ECReportSpec(Properties) - Constructor for class pops.ale.epc.spec.ECReportSpec
Constructor from a Java property file
ECReportSpec(String, ECReportSetSpec, ECFilterSpec, ECGroupSpec, ECReportOutputSpec, boolean, boolean, ECStatProfileName[]) - Constructor for class pops.ale.epc.spec.ECReportSpec
Constructor
ECSightingStat - Class in pops.ale.epc.reports
An ECSightingStat contains information about a single sighting of a Tag by a particular Reader.
ECSightingStat() - Constructor for class pops.ale.epc.reports.ECSightingStat
 
ECSpec - Class in pops.ale.epc.spec
An ECSpec describes an event cycle and one or more reports that are to be generated from it.
ECSpec(String[], ECBoundarySpec, ECReportSpec[], boolean) - Constructor for class pops.ale.epc.spec.ECSpec
 
ECSpec() - Constructor for class pops.ale.epc.spec.ECSpec
Constructor
ECSpec(Properties) - Constructor for class pops.ale.epc.spec.ECSpec
Constructor for building spec using a Java property File
ECSpecValidationException - Exception in pops.ale.epc.exceptions
The specified ECSpec is invalid.
ECSpecValidationException() - Constructor for exception pops.ale.epc.exceptions.ECSpecValidationException
Constructor
ECSpecValidationException(String) - Constructor for exception pops.ale.epc.exceptions.ECSpecValidationException
Constructor
ECSpecValidationException(Throwable) - Constructor for exception pops.ale.epc.exceptions.ECSpecValidationException
Constructor
ECStatProfileName - Class in pops.ale.epc.spec
Each valid value of ECStatProfileName names a statistics profile that can be included in an ECReports.
ECStatProfileName() - Constructor for class pops.ale.epc.spec.ECStatProfileName
Constructor protected.
ECStatProfileName(String) - Constructor for class pops.ale.epc.spec.ECStatProfileName
Constructor protected.
ECTagStat - Class in pops.ale.epc.reports
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.
ECTagStat() - Constructor for class pops.ale.epc.reports.ECTagStat
Constructor
ECTagStat(ECStatProfileName) - Constructor for class pops.ale.epc.reports.ECTagStat
Constructor
ECTerminationCondition - Class in pops.ale.epc.reports
ECTerminationCondition is an enumerated type that describes how an event cycle was ended.
Note :
No enum in Java before JDK1.4.
ECTerminationCondition() - Constructor for class pops.ale.epc.reports.ECTerminationCondition
Constructor protected.
ECTerminationCondition(String) - Constructor for class pops.ale.epc.reports.ECTerminationCondition
Constructor protected.
ECTime - Class in pops.ale.epc.spec
ECTime denotes a span of time measured in physical time units.
ECTime(long) - Constructor for class pops.ale.epc.spec.ECTime
Constructor
ECTrigger - Class in pops.ale.epc.spec
ECTrigger denotes a URI that is used to specify a start or stop trigger for an event cycle or command cycle.
ECTrigger() - Constructor for class pops.ale.epc.spec.ECTrigger
Default Constructor.
ECTrigger(String) - Constructor for class pops.ale.epc.spec.ECTrigger
Constructor
EncScheme - Class in pops.ale.codec
 
EncScheme(String, int) - Constructor for class pops.ale.codec.EncScheme
Constructor
end() - Method in class pops.ale.engine.Scanner
 
END - Static variable in class pops.ale.engine.triggers.TriggerLauncher
 
END_TRIGGER - Static variable in class pops.ale.engine.triggers.EventServer
End Trigger Event.
END_TRIGGER - Static variable in class pops.ale.epc.spec.TriggerType
IHM END Trigger : indicates a trigger bound to the END IHM event
Epc - Class in pops.ale.epc.spec.grouping
 
Epc() - Constructor for class pops.ale.epc.spec.grouping.Epc
Constructor
Epc - Class in pops.ale.epc.spec.grouping.string
Representation of an EPC URI object.
Epc codes may be in one of the following forms : epc-tag type :
urn:epc:tag:sgtin-96:FilterValue.CompanyPrefix.ItemReference.SerialNumber
urn:epc:tag:sgln-96:FilterValue.CompanyPrefix.LocationReference.ExtensionComponent epc-pure type :
urn:epc:id:sgtin:CompanyPrefix.ItemReference.SerialNumber
urn:epc:id:sgln:CompanyPrefix.LocationReference.ExtensionComponent However, this class considers the URI in the following notation :
Epc(String) - Constructor for class pops.ale.epc.spec.grouping.string.Epc
Constructor
Epc() - Constructor for class pops.ale.epc.spec.grouping.string.Epc
Constructor
EPC_PAT_PURE - Static variable in class pops.ale.epc.spec.grouping.UriRepresentation
 
EPC_PAT_TAG - Static variable in class pops.ale.epc.spec.grouping.UriRepresentation
 
EPC_PURE - Static variable in class pops.ale.epc.spec.grouping.UriRepresentation
 
EPC_RAW - Static variable in class pops.ale.epc.spec.grouping.UriRepresentation
 
EPC_TAG - Static variable in class pops.ale.epc.spec.grouping.UriRepresentation
 
EpcCodec - Class in pops.ale.codec
 
EpcCodec() - Constructor for class pops.ale.codec.EpcCodec
 
equal(UnsignedBigInt) - Method in class pops.ale.codec.UnsignedBigInt
Equal method
equals(Object) - Method in class pops.ale.codec.EncScheme
equals implementation.
equals(EncScheme, boolean) - Method in class pops.ale.codec.EncScheme
equals implementation.
equals(Gtin) - Method in class pops.ale.engine.com.Gtin
Equality.
equals(Epc) - Method in class pops.ale.epc.spec.grouping.Epc
Comparison utility : to be implemented by children.
equals(Epc) - Method in class pops.ale.epc.spec.grouping.Sgln96
 
equals(Epc) - Method in class pops.ale.epc.spec.grouping.Sgtin96
 
equals(Object) - Method in class pops.ale.epc.spec.grouping.string.Epc
 
equals(Object) - Method in class pops.ale.epc.spec.grouping.UriRepresentation
equals implementation.
EVENTS_NUMBER - Static variable in class pops.ale.engine.triggers.EventServer
Number of handled events.
EventServer - Class in pops.ale.engine.triggers
An EventServer Objects wraps a list of events and permits subscription and notification of events.
evtData - Variable in class pops.ale.engine.triggers.TriggerEvent
The object on which the Event initially occurred.
extractLongField(byte[], int, byte, int, byte) - Static method in class pops.ale.codec.EpcCodec
Extracts a long (64-bit max) value from an array of bytes.

A B C D E F G H I K L M N O P R S T U V W