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

Packages that use PComunication
lmf.formula.csp.node   
 

Uses of PComunication in lmf.formula.csp.node
 

Subclasses of PComunication in lmf.formula.csp.node
 class ACspConstrainedInputComunication
           
 class ACspInputComunication
           
 class ACspOutputComunication
           
 

Methods in lmf.formula.csp.node that return types with arguments of type PComunication
 java.util.LinkedList<PComunication> ACspEvent.getComunication()
           
 

Method parameters in lmf.formula.csp.node with type arguments of type PComunication
 void ACspEvent.setComunication(java.util.List<PComunication> list)
           
 

Constructor parameters in lmf.formula.csp.node with type arguments of type PComunication
ACspEvent(TName _channelName_, java.util.List<PProjection> _projection_, java.util.List<PComunication> _comunication_)