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 red
Generated:
This code was automatically generated.
Model element

Method Summary
 ChannelDescription getChannelDescr()
          Returns the value of the 'Channel Descr' containment reference.
 void setChannelDescr(ChannelDescription value)
          Sets the value of the 'Channel Descr' containment reference.
 
Methods inherited from interface de.cau.cs.kieler.core.kexpressions.Signal
getCombineOperator, getHostCombineOperator, isIsInput, isIsOutput, setCombineOperator, setHostCombineOperator, setIsInput, setIsOutput
 
Methods inherited from interface de.cau.cs.kieler.core.kexpressions.ValuedObject
getHostType, getInitialValue, getName, getType, setHostType, setInitialValue, setName, setType
 
Methods inherited from interface de.cau.cs.kieler.core.annotations.Annotatable
getAllAnnotations, getAnnotation, getAnnotations, removeAllAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

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:
containment=true

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.