de.cau.cs.kieler.esterel.esterel
Interface SignalDecl
- All Superinterfaces:
- EObject, Notifier
- All Known Subinterfaces:
- Input, InputOutput, Output, Return
- All Known Implementing Classes:
- InputImpl, InputOutputImpl, OutputImpl, ReturnImpl, SignalDeclImpl
public interface SignalDecl
- extends EObject
A representation of the model object 'Signal Decl'.
The following features are supported:
- See Also:
EsterelPackage.getSignalDecl()
- Rating

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