Uses of Class
pops.ale.epc.reports.ECTagStat

Packages that use ECTagStat
pops.ale.epc.reports   
 

Uses of ECTagStat in pops.ale.epc.reports
 

Subclasses of ECTagStat in pops.ale.epc.reports
 class DecathStat
          Decathlon statistics consisting of the following information for each captured tag: 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]
 

Methods in pops.ale.epc.reports that return ECTagStat
 ECTagStat ECReportGroupListMember.getStats()
          Getter for stats
 

Methods in pops.ale.epc.reports with parameters of type ECTagStat
 void ECReportGroupListMember.setStats(ECTagStat stats)
          Setter for stats
 

Constructors in pops.ale.epc.reports with parameters of type ECTagStat
ECReportGroupListMember(java.lang.String epc, java.lang.String tag, java.lang.String rawHex, java.lang.String rawDecimal, ECReportMemberField fieldList, ECTagStat stats, byte[] tagId)
          Constructor