de.cau.cs.kieler.esterel.esterel
Interface Sequence

All Superinterfaces:
EObject, Notifier, Statement
All Known Implementing Classes:
SequenceImpl

public interface Sequence
extends Statement

A representation of the model object 'Sequence'.

The following features are supported:

See Also:
EsterelPackage.getSequence()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 Statement getLeft()
          Returns the value of the 'Left' containment reference.
 Statement getRight()
          Returns the value of the 'Right' containment reference.
 void setLeft(Statement value)
          Sets the value of the 'Left' containment reference.
 void setRight(Statement value)
          Sets the value of the 'Right' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getLeft

Statement getLeft()
Returns the value of the 'Left' containment reference.

If the meaning of the 'Left' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Left' containment reference.
See Also:
setLeft(Statement), EsterelPackage.getSequence_Left()
Generated:
This code was automatically generated.
Model element:
containment=true

setLeft

void setLeft(Statement value)
Sets the value of the 'Left' containment reference.

Parameters:
value - the new value of the 'Left' containment reference.
See Also:
getLeft()
Generated:
This code was automatically generated.

getRight

Statement getRight()
Returns the value of the 'Right' containment reference.

If the meaning of the 'Right' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Right' containment reference.
See Also:
setRight(Statement), EsterelPackage.getSequence_Right()
Generated:
This code was automatically generated.
Model element:
containment=true

setRight

void setRight(Statement value)
Sets the value of the 'Right' containment reference.

Parameters:
value - the new value of the 'Right' containment reference.
See Also:
getRight()
Generated:
This code was automatically generated.