Uses of Interface
de.cau.cs.kieler.esterel.esterel.ChannelDescription

Packages that use ChannelDescription
de.cau.cs.kieler.esterel.esterel   
de.cau.cs.kieler.esterel.esterel.impl   
de.cau.cs.kieler.esterel.esterel.util   
 

Uses of ChannelDescription in de.cau.cs.kieler.esterel.esterel
 

Methods in de.cau.cs.kieler.esterel.esterel that return ChannelDescription
 ChannelDescription EsterelFactory.createChannelDescription()
          Returns a new object of class 'Channel Description'.
 ChannelDescription Signal.getChannel()
          Returns the value of the 'Channel' containment reference.
 ChannelDescription TrapDecl.getChannelDesc()
          Returns the value of the 'Channel Desc' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type ChannelDescription
 void Signal.setChannel(ChannelDescription value)
          Sets the value of the 'Channel' containment reference.
 void TrapDecl.setChannelDesc(ChannelDescription value)
          Sets the value of the 'Channel Desc' containment reference.
 

Uses of ChannelDescription in de.cau.cs.kieler.esterel.esterel.impl
 

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement ChannelDescription
 class ChannelDescriptionImpl
          An implementation of the model object 'Channel Description'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as ChannelDescription
protected  ChannelDescription SignalImpl.channel
          The cached value of the 'Channel' containment reference.
protected  ChannelDescription TrapDeclImpl.channelDesc
          The cached value of the 'Channel Desc' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return ChannelDescription
 ChannelDescription EsterelFactoryImpl.createChannelDescription()
           
 ChannelDescription SignalImpl.getChannel()
           
 ChannelDescription TrapDeclImpl.getChannelDesc()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type ChannelDescription
 NotificationChain SignalImpl.basicSetChannel(ChannelDescription newChannel, NotificationChain msgs)
           
 NotificationChain TrapDeclImpl.basicSetChannelDesc(ChannelDescription newChannelDesc, NotificationChain msgs)
           
 void SignalImpl.setChannel(ChannelDescription newChannel)
           
 void TrapDeclImpl.setChannelDesc(ChannelDescription newChannelDesc)
           
 

Uses of ChannelDescription in de.cau.cs.kieler.esterel.esterel.util
 

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type ChannelDescription
 T EsterelSwitch.caseChannelDescription(ChannelDescription object)
          Returns the result of interpreting the object as an instance of 'Channel Description'.