Interface VariableOrNodeExpr
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expr
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
VariableOrNodeExprImpl
A representation of the model object 'Variable Or Node Expr'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Element' reference.Returns the value of the 'Relation' reference.Returns the value of the 'Singleton Variable' containment reference.Returns the value of the 'Variable Or Node' reference.void
setElement
(NamedElement value) Sets the value of the 'Element
' reference.void
setRelation
(Relation value) Sets the value of the 'Relation
' reference.void
Sets the value of the 'Singleton Variable
' containment reference.void
setVariableOrNode
(VariableOrNode value) Sets the value of the 'Variable Or Node
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getVariableOrNode
VariableOrNode getVariableOrNode()Returns the value of the 'Variable Or Node' reference.- Returns:
- the value of the 'Variable Or Node' reference.
- See Also:
-
setVariableOrNode
Sets the value of the 'Variable Or Node
' reference.- Parameters:
value
- the new value of the 'Variable Or Node' reference.- See Also:
-
getSingletonVariable
ImplicitVariable getSingletonVariable()Returns the value of the 'Singleton Variable' containment reference.- Returns:
- the value of the 'Singleton Variable' containment reference.
- See Also:
-
setSingletonVariable
Sets the value of the 'Singleton Variable
' containment reference.- Parameters:
value
- the new value of the 'Singleton Variable' containment reference.- See Also:
-
getRelation
Relation getRelation()Returns the value of the 'Relation' reference.- Returns:
- the value of the 'Relation' reference.
- See Also:
-
setRelation
Sets the value of the 'Relation
' reference.- Parameters:
value
- the new value of the 'Relation' reference.- See Also:
-
getElement
NamedElement getElement()Returns the value of the 'Element' reference.- Returns:
- the value of the 'Element' reference.
- See Also:
-
setElement
Sets the value of the 'Element
' reference.- Parameters:
value
- the new value of the 'Element' reference.- See Also:
-