Interface TheoryAction
- All Superinterfaces:
Action, org.eclipse.emf.ecore.EObject, ExistentialQuantifier, org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TheoryActionImpl
A representation of the model object 'Theory Action'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetTerm()Returns the value of the 'Term' containment reference.org.eclipse.emf.common.util.EList<TheoryDeclaration> Returns the value of the 'Theories' reference list.booleanReturns the value of the 'Theory Override' attribute.voidSets the value of the 'Term' containment reference.voidsetTheoryOverride(boolean value) Sets the value of the 'Theory Override' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface ExistentialQuantifier
getImplicitVariablesMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTerm
Expr getTerm()Returns the value of the 'Term' containment reference.- Returns:
- the value of the 'Term' containment reference.
- See Also:
-
setTerm
-
getTheories
org.eclipse.emf.common.util.EList<TheoryDeclaration> getTheories()Returns the value of the 'Theories' reference list. The list contents are of typeTheoryDeclaration.- Returns:
- the value of the 'Theories' reference list.
- See Also:
-
isTheoryOverride
boolean isTheoryOverride()Returns the value of the 'Theory Override' attribute.- Returns:
- the value of the 'Theory Override' attribute.
- See Also:
-
setTheoryOverride
void setTheoryOverride(boolean value) Sets the value of the 'Theory Override' attribute.- Parameters:
value- the new value of the 'Theory Override' attribute.- See Also:
-