com.connecterra.alepc.api
Interface TagReport

All Known Implementing Classes:
EngineTagReport

public interface TagReport

The results of an AccessSpec working on a given tag in field. Each tag has its identity and the list of OpReports, reporting the results of each operation on that tag in sequence.


Method Summary
 java.net.URI getEPC()
          Return the EPC this tag reported in the inventory round.
 java.util.List getOpReports()
          Return the list of OpReports, in order, that contain the results of each OpSpec in the associated AccessSpec.
 

Method Detail

getEPC

public java.net.URI getEPC()
Return the EPC this tag reported in the inventory round.


getOpReports

public java.util.List getOpReports()
Return the list of OpReports, in order, that contain the results of each OpSpec in the associated AccessSpec.