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

- Generated:
- This code was automatically generated.
- Model element
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
getProcedure
EList<Procedure> getProcedure()
- Returns the value of the 'Procedure' containment reference list.
The list contents are of type
Procedure
.
If the meaning of the 'Procedure' containment reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Procedure' containment reference list.
- See Also:
EsterelPackage.getProcedureDecl_Procedure()
- Generated:
- This code was automatically generated.
- Model element: