Interface PrimaryExpression
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,de.uni_hildesheim.sse.vil.expressions.expressionDsl.PrimaryExpression
- All Known Implementing Classes:
PrimaryExpressionImpl
public interface PrimaryExpression
extends de.uni_hildesheim.sse.vil.expressions.expressionDsl.PrimaryExpression
A representation of the model object 'Primary Expression'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Instantiate' containment reference.getJoin()Returns the value of the 'Join' containment reference.getMap()Returns the value of the 'Map' containment reference.getSysEx()Returns the value of the 'Sys Ex' containment reference.voidsetInstantiate(Instantiate value) Sets the value of the 'Instantiate' containment reference.voidSets the value of the 'Join' containment reference.voidSets the value of the 'Map' containment reference.voidsetSysEx(SystemExecution value) Sets the value of the 'Sys Ex' containment reference.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface de.uni_hildesheim.sse.vil.expressions.expressionDsl.PrimaryExpression
getNewEx, getOtherEx, getSuperEx, getUnqEx, setNewEx, setOtherEx, setSuperEx, setUnqEx
-
Method Details
-
getSysEx
SystemExecution getSysEx()Returns the value of the 'Sys Ex' containment reference.- Returns:
- the value of the 'Sys Ex' containment reference.
- See Also:
-
setSysEx
Sets the value of the 'Sys Ex' containment reference.- Parameters:
value- the new value of the 'Sys Ex' containment reference.- See Also:
-
getMap
Map getMap()Returns the value of the 'Map' containment reference.- Returns:
- the value of the 'Map' containment reference.
- See Also:
-
setMap
Sets the value of the 'Map' containment reference.- Parameters:
value- the new value of the 'Map' containment reference.- See Also:
-
getJoin
Join getJoin()Returns the value of the 'Join' containment reference.- Returns:
- the value of the 'Join' containment reference.
- See Also:
-
setJoin
Sets the value of the 'Join' containment reference.- Parameters:
value- the new value of the 'Join' containment reference.- See Also:
-
getInstantiate
Instantiate getInstantiate()Returns the value of the 'Instantiate' containment reference.- Returns:
- the value of the 'Instantiate' containment reference.
- See Also:
-
setInstantiate
Sets the value of the 'Instantiate' containment reference.- Parameters:
value- the new value of the 'Instantiate' containment reference.- See Also:
-