Uses of Class
pops.ale.epc.spec.ECStatProfileName

Packages that use ECStatProfileName
pops.ale.epc.reports   
pops.ale.epc.spec   
 

Uses of ECStatProfileName in pops.ale.epc.reports
 

Methods in pops.ale.epc.reports that return ECStatProfileName
 ECStatProfileName ECTagStat.getProfile()
          Getter for profile
 

Constructors in pops.ale.epc.reports with parameters of type ECStatProfileName
ECTagStat(ECStatProfileName profile)
          Constructor
 

Uses of ECStatProfileName in pops.ale.epc.spec
 

Fields in pops.ale.epc.spec declared as ECStatProfileName
static ECStatProfileName ECStatProfileName.DecathlonStats
          Decathlon statistics consisting of the following information for each captured tag: firstSightingTime First Time the tag was captured in event cycle lastSightingTime Last Time the tag was captured in event cycle number of readings Number of sightings of the tag in [firstSightingTime, lastSightingTime]
static ECStatProfileName ECStatProfileName.TagTimestamps
          The EPC Global specification defines one statistics profile named TagTimestamps which vendors MAY implement; vendors MAY also implement their own proprietary profiles.
 

Methods in pops.ale.epc.spec that return ECStatProfileName
 ECStatProfileName[] ECReportSpec.getStatProfileNames()
          Getter for statProfileNames
 

Constructors in pops.ale.epc.spec with parameters of type ECStatProfileName
ECReportSpec(java.lang.String reportName, ECReportSetSpec reportSet, ECFilterSpec filterSpec, ECGroupSpec groupSpec, ECReportOutputSpec output, boolean reportIfEmpty, boolean reportOnlyOnChange, ECStatProfileName[] statProfileNames)
          Constructor