ponderToolkit.compiler.codeGen.interfaces
Interface PosAuthActionListI

All Known Implementing Classes:
PosAuthActionList

public interface PosAuthActionListI

Function: Models a Positive authorisation policy action list.


Method Summary
 PosAuthActionI getActionAt(int pos)
          Get the Action at position: pos.
 java.lang.String getAnalysisCode()
          return the Prolog code required by the analysis system
 int getSize()
          Get the size of the Action List (the number of actions in it)
 java.lang.String getString()
          Return a String representation of the Action List
 

Method Detail

getActionAt

public PosAuthActionI getActionAt(int pos)
Get the Action at position: pos.

getSize

public int getSize()
Get the size of the Action List (the number of actions in it)

getString

public java.lang.String getString()
Return a String representation of the Action List

getAnalysisCode

public java.lang.String getAnalysisCode()
return the Prolog code required by the analysis system