de.cau.cs.kieler.esterel.esterel
Interface Signal

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
SignalImpl

public interface Signal
extends EObject

A representation of the model object 'Signal'.

The following features are supported:

See Also:
EsterelPackage.getSignal()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 ChannelDescription getChannel()
          Returns the value of the 'Channel' containment reference.
 String getName()
          Returns the value of the 'Name' attribute.
 void setChannel(ChannelDescription value)
          Sets the value of the 'Channel' containment reference.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), EsterelPackage.getSignal_Name()
Generated:
This code was automatically generated.
Model element

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:
This code was automatically generated.

getChannel

ChannelDescription getChannel()
Returns the value of the 'Channel' containment reference.

If the meaning of the 'Channel' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Channel' containment reference.
See Also:
setChannel(ChannelDescription), EsterelPackage.getSignal_Channel()
Generated:
This code was automatically generated.
Model element:
containment=true

setChannel

void setChannel(ChannelDescription value)
Sets the value of the 'Channel' containment reference.

Parameters:
value - the new value of the 'Channel' containment reference.
See Also:
getChannel()
Generated:
This code was automatically generated.