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

Packages that use PProcess
lmf.formula.csp.node   
 

Uses of PProcess in lmf.formula.csp.node
 

Subclasses of PProcess in lmf.formula.csp.node
 class ACspBaseProcess
           
 

Methods in lmf.formula.csp.node that return PProcess
 PProcess ACspRenamingProcess.getProcess()
           
 PProcess ACspBaseRenamingProcess.getProcess()
           
 

Methods in lmf.formula.csp.node with parameters of type PProcess
 void ACspRenamingProcess.setProcess(PProcess node)
           
 void ACspBaseRenamingProcess.setProcess(PProcess node)
           
 

Constructors in lmf.formula.csp.node with parameters of type PProcess
ACspBaseRenamingProcess(PProcess _process_)
           
ACspRenamingProcess(PProcess _process_, TLSubst _lSubst_, PSubstitutionList _substitutionList_, PConstraints _constraints_, TRSubst _rSubst_)