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

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

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

Methods in de.cau.cs.kieler.esterel.esterel that return ChannelType
 ChannelType EsterelFactory.createChannelType()
          Returns a new object of class 'Channel Type'.
 ChannelType ChannelDescription.getType()
          Returns the value of the 'Type' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type ChannelType
 void ChannelDescription.setType(ChannelType value)
          Sets the value of the 'Type' containment reference.
 

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement ChannelType
 class ChannelTypeImpl
          An implementation of the model object 'Channel Type'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as ChannelType
protected  ChannelType ChannelDescriptionImpl.type
          The cached value of the 'Type' containment reference.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return ChannelType
 ChannelType EsterelFactoryImpl.createChannelType()
           
 ChannelType ChannelDescriptionImpl.getType()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type ChannelType
 NotificationChain ChannelDescriptionImpl.basicSetType(ChannelType newType, NotificationChain msgs)
           
 void ChannelDescriptionImpl.setType(ChannelType newType)
           
 

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

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