de.cau.cs.kieler.core.kexpressions
Interface ISignal
- All Superinterfaces:
- Annotatable, EObject, Notifier, Signal, ValuedObject
- All Known Implementing Classes:
- ISignalImpl
public interface ISignal
- extends Signal
A representation of the model object 'ISignal'.
The following features are supported:
- See Also:
KExpressionsPackage.getISignal()
- 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 |
getChannelDescr
ChannelDescription getChannelDescr()
- Returns the value of the 'Channel Descr' containment reference.
If the meaning of the 'Channel Descr' containment reference isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Channel Descr' containment reference.
- See Also:
setChannelDescr(ChannelDescription)
,
KExpressionsPackage.getISignal_ChannelDescr()
- Generated:
- This code was automatically generated.
- Model element:
setChannelDescr
void setChannelDescr(ChannelDescription value)
- Sets the value of the '
Channel Descr
' containment reference.
- Parameters:
value
- the new value of the 'Channel Descr' containment reference.- See Also:
getChannelDescr()
- Generated:
- This code was automatically generated.