lmf.formula.csp.node
Class ACspExternalChoiceProcess
java.lang.Object
lmf.formula.csp.node.Node
lmf.formula.csp.node.PChoiceProcess
lmf.formula.csp.node.ACspExternalChoiceProcess
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ACspExternalChoiceProcess
- extends PChoiceProcess
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACspExternalChoiceProcess
public ACspExternalChoiceProcess()
ACspExternalChoiceProcess
public ACspExternalChoiceProcess(PTimeoutProcess _leftProcess_,
TExternalChoice _externalChoice_,
PChoiceProcess _rightProcess_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getLeftProcess
public PTimeoutProcess getLeftProcess()
setLeftProcess
public void setLeftProcess(PTimeoutProcess node)
getExternalChoice
public TExternalChoice getExternalChoice()
setExternalChoice
public void setExternalChoice(TExternalChoice node)
getRightProcess
public PChoiceProcess getRightProcess()
setRightProcess
public void setRightProcess(PChoiceProcess node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object