|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ponderToolkit.compiler.codeGen.policyObjects.TypesList
Function: Models a list of Composite Policy Type Names.
| Constructor Summary | |
TypesList()
Constructor. |
|
TypesList(java.util.LinkedList newLinkedList)
Constructor from a given LinkedList of Type-names |
|
| Method Summary | |
void |
addType(java.lang.String newType)
Add a new Type |
int |
getSize()
|
java.lang.String |
getString()
Return a String representation of the List |
java.lang.String |
getTypeNameAt(int pos)
Get the Name of the type at position: pos. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TypesList()
public TypesList(java.util.LinkedList newLinkedList)
| Method Detail |
public java.lang.String getTypeNameAt(int pos)
getTypeNameAt in interface TypesListIpublic int getSize()
getSize in interface TypesListIpublic void addType(java.lang.String newType)
addType in interface TypesListInewType - A String for the new Typepublic java.lang.String getString()
getString in interface TypesListI
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||