pops.ale.engine.collect
Class Member

java.lang.Object
  extended by pops.ale.engine.collect.Member

 class Member
extends java.lang.Object

Pool Member definition.

Author:
rdagher

Field Summary
(package private)  long firstSightingTime
          First Time the tag was captured in event cycle.
(package private)  long lastSightingTime
          Last Time the tag was captured in event cycle.
(package private)  long numReadings
          Number of sightings of the tag in [firstSightingTime, lastSightingTime]
(package private)  byte[] tag
          tag ID reference
 
Constructor Summary
Member()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

byte[] tag
tag ID reference


firstSightingTime

long firstSightingTime
First Time the tag was captured in event cycle.


lastSightingTime

long lastSightingTime
Last Time the tag was captured in event cycle.


numReadings

long numReadings
Number of sightings of the tag in [firstSightingTime, lastSightingTime]

Constructor Detail

Member

Member()