Interface Parallel
- All Superinterfaces:
EObject
,Expression
,Notifier
,Operation
- All Known Implementing Classes:
ParallelImpl
A representation of the model object 'Parallel'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Left Task' containment reference.Returns the value of the 'Right Task' containment reference.void
setLeftTask
(Expression value) Sets the value of the 'Left Task
' containment reference.void
setRightTask
(Expression value) Sets the value of the 'Right Task
' 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, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getLeftTask
Expression getLeftTask()Returns the value of the 'Left Task' containment reference.If the meaning of the 'Left Task' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Left Task' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setLeftTask
Sets the value of the 'Left Task
' containment reference.- Parameters:
value
- the new value of the 'Left Task' containment reference.- See Also:
- Generated class or method.
-
getRightTask
Expression getRightTask()Returns the value of the 'Right Task' containment reference.If the meaning of the 'Right Task' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Right Task' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setRightTask
Sets the value of the 'Right Task
' containment reference.- Parameters:
value
- the new value of the 'Right Task' containment reference.- See Also:
- Generated class or method.
-