pops.ale.epc.reports
Class ECSightingStat

java.lang.Object
  extended by pops.ale.epc.reports.ECSightingStat

public abstract class ECSightingStat
extends java.lang.Object

An ECSightingStat contains information about a single sighting of a Tag by a particular Reader. An ALE implementation MAY use a subclass of this type to provide information about a single sighting of a Tag.
For example, a subclass of this type might provide the timestamp for this sighting, the received signal strength (for an RFID Tag), etc.

Note that ECSightingStat is used both by the Reading API and the Writing API. Unless otherwise noted, the interpretation of an ECSightingStat instance is the same in both APIs.

Author:
pops, R.DAGHER

Constructor Summary
ECSightingStat()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECSightingStat

public ECSightingStat()