de.cau.cs.kieler.esterel.esterel
Interface ModuleBody

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ModuleBodyImpl

public interface ModuleBody
extends EObject

A representation of the model object 'Module Body'.

The following features are supported:

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

Method Summary
 EList<Statement> getStatement()
          Returns the value of the 'Statement' containment reference list.
 
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

EList<Statement> getStatement()
Returns the value of the 'Statement' containment reference list. The list contents are of type Statement.

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

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