Uses of Class
lmf.formula.csp.node.TChannel

Packages that use TChannel
lmf.formula.csp.analysis   
lmf.formula.csp.node   
 

Uses of TChannel in lmf.formula.csp.analysis
 

Methods in lmf.formula.csp.analysis with parameters of type TChannel
 void AnalysisAdapter.caseTChannel(TChannel node)
           
 void Analysis.caseTChannel(TChannel node)
           
 

Uses of TChannel in lmf.formula.csp.node
 

Methods in lmf.formula.csp.node that return TChannel
 TChannel ACspChannelDefinition.getChannel()
           
 

Methods in lmf.formula.csp.node with parameters of type TChannel
 void ACspChannelDefinition.setChannel(TChannel node)
           
 

Constructors in lmf.formula.csp.node with parameters of type TChannel
ACspChannelDefinition(TChannel _channel_, PChannelList _channelList_, PTypeSpecifier _typeSpecifier_)