de.cau.cs.kieler.esterel.esterel
Interface Program
- All Superinterfaces:
- EObject, Notifier
- All Known Implementing Classes:
- ProgramImpl
public interface Program
- extends EObject
A representation of the model object 'Program'.
The following features are supported:
- See Also:
EsterelPackage.getProgram()
- Rating

- Generated:
- This code was automatically generated.
- Model element
Method Summary |
EList<Module> |
getModule()
Returns the value of the 'Module' 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 |
getModule
EList<Module> getModule()
- Returns the value of the 'Module' containment reference list.
The list contents are of type
Module
.
If the meaning of the 'Module' containment reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Module' containment reference list.
- See Also:
EsterelPackage.getProgram_Module()
- Generated:
- This code was automatically generated.
- Model element: