|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ponderToolkit.compiler.codeGen.policyObjects.PosAuthActionList
Function: Models a Positive Authorisation Policy action list.
| Constructor Summary | |
PosAuthActionList()
Constructor |
|
PosAuthActionList(java.util.LinkedList newLinkedList)
Constructor that builds a PosAuthActionList from a LinkedList of PosAuthActions |
|
| Method Summary | |
void |
addAction(PosAuthAction newAction)
Add a new action |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PosAuthActionList()
public PosAuthActionList(java.util.LinkedList newLinkedList)
| Method Detail |
public void addAction(PosAuthAction newAction)
public PosAuthActionI getActionAt(int pos)
getActionAt in interface PosAuthActionListIpublic int getSize()
getSize in interface PosAuthActionListIpublic java.lang.String getString()
getString in interface PosAuthActionListIpublic java.lang.String getAnalysisCode()
getAnalysisCode in interface PosAuthActionListI
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||