com.connecterra.alepc.api
Interface AccessReport

All Known Implementing Classes:
EngineAccessReport

public interface AccessReport

The subpart of the PCWriteReport that corresponds to an AccessSpec in the PCSpec. For every AccessSpec in the PCSpec, one AccessReport will be present in the PCWriteReport.

An AccessReport contains its name (the same as its associated AccessSpec) and a list of TagReports, one for each tag in field that the AccessSpec acted upon.


Method Summary
 java.lang.String getName()
          Return the name of this access report, which matches the name of the AccessSpec which generated it.
 java.util.List getTagReports()
          Return the List of TagReport objects, one for each tag the AccessSpec operated on.
 

Method Detail

getName

public java.lang.String getName()
Return the name of this access report, which matches the name of the AccessSpec which generated it.

Returns:
the name of this access report

getTagReports

public java.util.List getTagReports()
Return the List of TagReport objects, one for each tag the AccessSpec operated on. The tag reports report the results of the AccessSpec on each tag.

Returns:
the list of TagReport objects that report the results of the AccessSpec on each tag in field