|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpops.ale.epc.reports.ECTagStat
pops.ale.epc.reports.DecathStat
public 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] |
Constructor Summary | |
---|---|
DecathStat()
Constructor |
Method Summary | |
---|---|
java.lang.String |
getFirstSightingTime()
Getter for firstSightingTime |
java.lang.String |
getLastSightingTime()
Getter for lastSightingTime |
long |
getNumReadings()
Getter for numReadings |
void |
setFirstSightingTime(java.lang.String firstSightingTime)
Setter for firstSightingTime |
void |
setLastSightingTime(java.lang.String lastSightingTime)
Setter for lastSightingTime |
void |
setNumReadings(long numReadings)
Setter for numReadings |
Methods inherited from class pops.ale.epc.reports.ECTagStat |
---|
getProfile, getStatBlocks, setStatBlocks |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecathStat()
Method Detail |
---|
public java.lang.String getFirstSightingTime()
public java.lang.String getLastSightingTime()
public long getNumReadings()
public void setFirstSightingTime(java.lang.String firstSightingTime)
firstSightingTime
- the value to setpublic void setLastSightingTime(java.lang.String lastSightingTime)
lastSightingTime
- the value to setpublic void setNumReadings(long numReadings)
numReadings
- the value to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |