|
|||||||||
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.CoopnClassInterface | +--ConForM.CoopnTools.CoKer.CoopnMgr.CoopnClassBody
Coopn Class body.
CoopnSection
, Serialized FormConstructor Summary | |
CoopnClassBody()
Simple constructor. |
Method Summary | |
void |
addAxioms(CoopnClassAxiomField list)
|
void |
addInitials(CoopnInitialField list)
|
void |
addPlaces(CoopnPlaceField list)
|
void |
addTheorems(CoopnClassTheoremField list)
|
void |
addTransitions(CoopnTransitionField list)
|
void |
addVariables(CoopnVariableField list)
|
CoopnClassAxiomField |
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. |
CoopnInitialField |
initials()
|
CoopnElement |
interpret(CoopnSubstitution sigma)
Interpretation of this element according to a substitution. |
java.lang.String |
kind()
Kind retrieving method. |
CoopnPlaceField |
places()
|
boolean |
pureCOIL()
Pure COIL-COOPN2C verification method. |
boolean |
pureCOOPN()
Pure COOPN verification method. |
CoopnClassTheoremField |
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. |
CoopnTransitionField |
transitions()
|
java.lang.Object |
unmodifiableCopy()
Copy the element into an unmodifiable structure. |
CoopnVariableField |
variables()
|
Methods inherited from class ConForM.CoopnTools.CoKer.CoopnMgr.CoopnClassInterface |
addCreations, addDestructions, addGates, addMethods, addObjects, addSubsorts, addSubtypes, addTypes, addUses, creations, destructions, gates, hashCode, methods, objects, subsorts, subtypes, types, 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 CoopnClassBody()
Method Detail |
public boolean pureCOOPN()
CoopnElement
pureCOOPN
in class CoopnClassInterface
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
public boolean pureCOIL()
CoopnElement
pureCOIL
in class CoopnClassInterface
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
public CoopnElement interpret(CoopnSubstitution sigma)
CoopnElement
interpret
in class CoopnClassInterface
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
sigma
- the substitution; cannot be nullpublic java.lang.String kind()
CoopnSyntacticSection
kind
in interface CoopnSyntacticSection
kind
in class CoopnClassInterface
ConForM.CoopnTools.CoKer.CoopnSyntacticSection
public CoopnSyntacticField[] fields()
CoopnSyntacticSection
fields
in interface CoopnSyntacticSection
fields
in class CoopnClassInterface
ConForM.CoopnTools.CoKer.CoopnSyntacticSection
public CoopnTransitionField transitions()
public CoopnPlaceField places()
public CoopnInitialField initials()
public CoopnClassAxiomField axioms()
public CoopnClassTheoremField theorems()
public CoopnVariableField variables()
public void addTransitions(CoopnTransitionField list)
public void addPlaces(CoopnPlaceField list)
public void addInitials(CoopnInitialField list)
public void addAxioms(CoopnClassAxiomField list)
public void addTheorems(CoopnClassTheoremField list)
public void addVariables(CoopnVariableField list)
public boolean equals(java.lang.Object obj)
CoopnSyntacticElement
equals
in interface CoopnSyntacticElement
equals
in class CoopnClassInterface
ConForM.CoopnTools.CoKer.CoopnSyntacticElement
obj
- the object to compareprotected ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextElement createTextElement()
createTextElement
in class CoopnClassInterface
public ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextElement toText()
CoopnElement
toText
in class CoopnClassInterface
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
public ConForM.CoopnTools.CoKer.CoopnMgr.CoopnTextMgr.CoopnTextElement toCompleteText(CoopnSymbolTable table)
CoopnElement
toCompleteText
in class CoopnClassInterface
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
table
- the symbol table used to generate symbol referencesprotected ConForM.CoopnTools.CoKer.CoopnMgr.CoopnCocoMgr.CoopnCocoElement createCocoElement()
createCocoElement
in class CoopnClassInterface
public ConForM.CoopnTools.CoKer.CoopnMgr.CoopnCocoMgr.CoopnCocoElement toCoco(CoopnSymbolTable table) throws java.lang.IllegalArgumentException
CoopnElement
toCoco
in class CoopnClassInterface
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 CoopnClassInterface
ConForM.CoopnTools.CoKer.CoopnMgr.CoopnElement
public java.lang.Object clone()
CoopnSyntacticElement
clone
in interface CoopnSyntacticElement
clone
in class CoopnClassInterface
ConForM.CoopnTools.CoKer.CoopnSyntacticElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |