de.cau.cs.kieler.esterel.esterel
Interface Await

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

public interface Await
extends Statement

A representation of the model object 'Await'.

The following features are supported:

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

Method Summary
 AwaitBody getBody()
          Returns the value of the 'Body' containment reference.
 void setBody(AwaitBody value)
          Sets the value of the 'Body' 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 Detail

getBody

AwaitBody getBody()
Returns the value of the 'Body' containment reference.

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

Returns:
the value of the 'Body' containment reference.
See Also:
setBody(AwaitBody), EsterelPackage.getAwait_Body()
Generated:
This code was automatically generated.
Model element:
containment=true

setBody

void setBody(AwaitBody value)
Sets the value of the 'Body' containment reference.

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