|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement | +--ConForM.CoopnTools.CoKer.CoopnMgr.CoopnSection | +--ConForM.CoopnTools.CoKer.CoopnMgr.CoopnAdtInterface | +--ConForM.CoopnTools.CoKer.CoopnMgr.CoopnAdtBody
Coopn ADT body.
CoopnSection
, Serialized FormConstructor Summary | |
CoopnAdtBody()
Simple constructor. |
Method Summary | |
void |
addAxioms(CoopnAdtAxiomField list)
|
void |
addTheorems(CoopnAdtTheoremField list)
|
void |
addVariables(CoopnVariableField list)
|
CoopnAdtAxiomField |
axioms()
|
java.lang.Object |
clone()
Cloning method. |
protected ConForM.CoopnTools.CoKer.CoopnMgr.CoopnCocoMgr.CoopnCocoElement |
createCocoElement()
|
protected ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextElement |
createTextElement()
|
boolean |
equals(java.lang.Object obj)
Equality method. |
CoopnSyntacticField[] |
fields()
Get the fields of this section. |
CoopnElement |
interpret(CoopnSubstitution sigma)
Interpretation of this element according to a substitution. |
java.lang.String |
kind()
Kind retrieving method. |
boolean |
pureCOIL()
Pure COIL-COOPN2C verification method. |
boolean |
pureCOOPN()
Pure COOPN verification method. |
CoopnAdtTheoremField |
theorems()
|
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnCocoMgr.CoopnCocoElement |
toCoco(CoopnSymbolTable table)
CoCo conversion method. |
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextElement |
toCompleteText(CoopnSymbolTable table)
Complete textual elements conversion method. |
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextElement |
toText()
Textual elements conversion method. |
java.lang.Object |
unmodifiableCopy()
Copy the element into an unmodifiable structure. |
CoopnVariableField |
variables()
|
Methods inherited from class ConForM.CoopnTools.CoKer.CoopnMgr.CoopnAdtInterface |
addGenerators, addOperations, addSorts, addSubsorts, addSubtypes, addUses, generators, hashCode, operations, sorts, subsorts, subtypes, uses |
Methods inherited from class ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement |
cloneCoopnElement, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteText, toCompleteTokens, toCompleteTokens, toCompleteTokens, toCompleteTokens, toCompleteTokens, toCompleteTokens, toString, toString, toString, toTokens, toTokens, toTokens |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface ConForM.CoopnTools.CoKer.CoopnSyntacticElement |
hashCode, toCompleteString, toCompleteString, toCompleteString, toString, toString, toString |
Constructor Detail |
public CoopnAdtBody()
Method Detail |
public boolean pureCOOPN()
CoopnElement
pureCOOPN
in class CoopnAdtInterface
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
public boolean pureCOIL()
CoopnElement
pureCOIL
in class CoopnAdtInterface
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
public CoopnElement interpret(CoopnSubstitution sigma)
CoopnElement
interpret
in class CoopnAdtInterface
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
sigma
- the substitution; cannot be nullpublic java.lang.String kind()
CoopnSyntacticSection
kind
in interface CoopnSyntacticSection
kind
in class CoopnAdtInterface
ConForM.CoopnTools.CoKer.CoopnSyntacticSection
public CoopnSyntacticField[] fields()
CoopnSyntacticSection
fields
in interface CoopnSyntacticSection
fields
in class CoopnAdtInterface
ConForM.CoopnTools.CoKer.CoopnSyntacticSection
public CoopnAdtAxiomField axioms()
public CoopnAdtTheoremField theorems()
public CoopnVariableField variables()
public void addAxioms(CoopnAdtAxiomField list)
public void addTheorems(CoopnAdtTheoremField list)
public void addVariables(CoopnVariableField list)
public boolean equals(java.lang.Object obj)
CoopnSyntacticElement
equals
in interface CoopnSyntacticElement
equals
in class CoopnAdtInterface
ConForM.CoopnTools.CoKer.CoopnSyntacticElement
obj
- the object to compareprotected ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextElement createTextElement()
createTextElement
in class CoopnAdtInterface
public ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextElement toText()
CoopnElement
toText
in class CoopnAdtInterface
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
public ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextElement toCompleteText(CoopnSymbolTable table)
CoopnElement
toCompleteText
in class CoopnAdtInterface
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
table
- the symbol table used to generate symbol referencesprotected ConForM.CoopnTools.CoKer.CoopnMgr.CoopnCocoMgr.CoopnCocoElement createCocoElement()
createCocoElement
in class CoopnAdtInterface
public ConForM.CoopnTools.CoKer.CoopnMgr.CoopnCocoMgr.CoopnCocoElement toCoco(CoopnSymbolTable table) throws java.lang.IllegalArgumentException
CoopnElement
toCoco
in class CoopnAdtInterface
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
origin
- the module which generated the Coco conversiontable
- the symbol table used to generate symbol referencesjava.lang.IllegalArgumentException
- A used symbol is not in the symbol table.public java.lang.Object unmodifiableCopy()
CoopnElement
unmodifiableCopy
in class CoopnAdtInterface
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
public java.lang.Object clone()
CoopnSyntacticElement
clone
in interface CoopnSyntacticElement
clone
in class CoopnAdtInterface
ConForM.CoopnTools.CoKer.CoopnSyntacticElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |