de.cau.cs.kieler.esterel.esterel
Interface Do

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

public interface Do
extends Statement

A representation of the model object 'Do'.

The following features are supported:

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

Method Summary
 DoUpto getEndUp()
          Returns the value of the 'End Up' containment reference.
 DoWatching getEndWatch()
          Returns the value of the 'End Watch' containment reference.
 Statement getStatement()
          Returns the value of the 'Statement' containment reference.
 void setEndUp(DoUpto value)
          Sets the value of the 'End Up' containment reference.
 void setEndWatch(DoWatching value)
          Sets the value of the 'End Watch' containment reference.
 void setStatement(Statement value)
          Sets the value of the 'Statement' 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

getStatement

Statement getStatement()
Returns the value of the 'Statement' containment reference.

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

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

setStatement

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

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

getEndUp

DoUpto getEndUp()
Returns the value of the 'End Up' containment reference.

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

Returns:
the value of the 'End Up' containment reference.
See Also:
setEndUp(DoUpto), EsterelPackage.getDo_EndUp()
Generated:
This code was automatically generated.
Model element:
containment=true

setEndUp

void setEndUp(DoUpto value)
Sets the value of the 'End Up' containment reference.

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

getEndWatch

DoWatching getEndWatch()
Returns the value of the 'End Watch' containment reference.

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

Returns:
the value of the 'End Watch' containment reference.
See Also:
setEndWatch(DoWatching), EsterelPackage.getDo_EndWatch()
Generated:
This code was automatically generated.
Model element:
containment=true

setEndWatch

void setEndWatch(DoWatching value)
Sets the value of the 'End Watch' containment reference.

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