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

Packages that use PChoiceProcess
lmf.formula.csp.node   
 

Uses of PChoiceProcess in lmf.formula.csp.node
 

Subclasses of PChoiceProcess in lmf.formula.csp.node
 class ACspBaseChoiceProcess
           
 class ACspExternalChoiceProcess
           
 class ACspInternalChoiceProcess
           
 

Methods in lmf.formula.csp.node that return PChoiceProcess
 PChoiceProcess ACspBaseParallelProcess.getChoiceProcess()
           
 PChoiceProcess ACspSharingParallelProcess.getLeftProcess()
           
 PChoiceProcess ACspLinkedParallelProcess.getLeftProcess()
           
 PChoiceProcess ACspAlphabetisedParallelProcess.getLeftProcess()
           
 PChoiceProcess ACspSharingParallelProcess.getRightProcess()
           
 PChoiceProcess ACspLinkedParallelProcess.getRightProcess()
           
 PChoiceProcess ACspInternalChoiceProcess.getRightProcess()
           
 PChoiceProcess ACspExternalChoiceProcess.getRightProcess()
           
 PChoiceProcess ACspAlphabetisedParallelProcess.getRightProcess()
           
 

Methods in lmf.formula.csp.node with parameters of type PChoiceProcess
 void ACspBaseParallelProcess.setChoiceProcess(PChoiceProcess node)
           
 void ACspSharingParallelProcess.setLeftProcess(PChoiceProcess node)
           
 void ACspLinkedParallelProcess.setLeftProcess(PChoiceProcess node)
           
 void ACspAlphabetisedParallelProcess.setLeftProcess(PChoiceProcess node)
           
 void ACspSharingParallelProcess.setRightProcess(PChoiceProcess node)
           
 void ACspLinkedParallelProcess.setRightProcess(PChoiceProcess node)
           
 void ACspInternalChoiceProcess.setRightProcess(PChoiceProcess node)
           
 void ACspExternalChoiceProcess.setRightProcess(PChoiceProcess node)
           
 void ACspAlphabetisedParallelProcess.setRightProcess(PChoiceProcess node)
           
 

Constructors in lmf.formula.csp.node with parameters of type PChoiceProcess
ACspAlphabetisedParallelProcess(PChoiceProcess _leftProcess_, TLBracket _lBracket_, PExpression _leftExpr_, TParallel _parallel_, PExpression _rightExpr_, TRBracket _rBracket_, PChoiceProcess _rightProcess_)
           
ACspBaseParallelProcess(PChoiceProcess _choiceProcess_)
           
ACspExternalChoiceProcess(PTimeoutProcess _leftProcess_, TExternalChoice _externalChoice_, PChoiceProcess _rightProcess_)
           
ACspInternalChoiceProcess(PTimeoutProcess _leftProcess_, TInternalChoice _internalChoice_, PChoiceProcess _rightProcess_)
           
ACspLinkedParallelProcess(PChoiceProcess _leftProcess_, TLBracket _lBracket_, PLinkList _linkList_, TRBracket _rBracket_, PChoiceProcess _rightProcess_)
           
ACspSharingParallelProcess(PChoiceProcess _leftProcess_, TLParallel _lParallel_, PExpression _expression_, TRParallel _rParallel_, PChoiceProcess _rightProcess_)