ConForM.CoopnTools.CoKer.CoalaMgr
Class CoalaRoleList
java.lang.Object
|
+--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement
|
+--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElementList
|
+--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaRoleList
- All Implemented Interfaces:
- java.lang.Cloneable, CoopnSyntacticElement, java.io.Serializable
- public class CoalaRoleList
- extends CoalaElementList
Lists of coala roles.
- See Also:
CoalaElement
, Serialized Form
Methods inherited from class ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement |
cloneCoalaElement, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteText, toString, toString, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
CoalaRoleList
public CoalaRoleList()
- Simple constructor.
add
public void add(CoalaRole term)
merge
public void merge(CoalaRoleList list)
elements
public CoalaRole[] elements()
toText
public ConForM.CoopnTools.CoKer.CoalaMgr.CoalaTextMgr.CoalaTextElement toText()
- Textual elements conversion method. Overrides the conversion of lists.
- Overrides:
toText
in class CoalaElement
- Returns:
- a CoalaTextExceptionExpressionList image.
toCompleteText
public ConForM.CoopnTools.CoKer.CoalaMgr.CoalaTextMgr.CoalaTextElement toCompleteText(CoopnSymbolTable table)
- Complete textual elements conversion method. Overrides the conversion of lists.
- Overrides:
toCompleteText
in class CoalaElement
- Parameters:
table
- the symbol table used to generate symbol references- Returns:
- a CoalaTextExceptionExpressionList image.