|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PTimeoutProcess | |
---|---|
lmf.formula.csp.node |
Uses of PTimeoutProcess in lmf.formula.csp.node |
---|
Subclasses of PTimeoutProcess in lmf.formula.csp.node | |
---|---|
class |
ACspBaseTimeoutProcess
|
class |
ACspUntimedTimeoutProcess
|
Methods in lmf.formula.csp.node that return PTimeoutProcess | |
---|---|
PTimeoutProcess |
ACspInternalChoiceProcess.getLeftProcess()
|
PTimeoutProcess |
ACspExternalChoiceProcess.getLeftProcess()
|
PTimeoutProcess |
ACspUntimedTimeoutProcess.getRightProcess()
|
PTimeoutProcess |
ACspBaseChoiceProcess.getTimeoutProcess()
|
Methods in lmf.formula.csp.node with parameters of type PTimeoutProcess | |
---|---|
void |
ACspInternalChoiceProcess.setLeftProcess(PTimeoutProcess node)
|
void |
ACspExternalChoiceProcess.setLeftProcess(PTimeoutProcess node)
|
void |
ACspUntimedTimeoutProcess.setRightProcess(PTimeoutProcess node)
|
void |
ACspBaseChoiceProcess.setTimeoutProcess(PTimeoutProcess node)
|
Constructors in lmf.formula.csp.node with parameters of type PTimeoutProcess | |
---|---|
ACspBaseChoiceProcess(PTimeoutProcess _timeoutProcess_)
|
|
ACspExternalChoiceProcess(PTimeoutProcess _leftProcess_,
TExternalChoice _externalChoice_,
PChoiceProcess _rightProcess_)
|
|
ACspInternalChoiceProcess(PTimeoutProcess _leftProcess_,
TInternalChoice _internalChoice_,
PChoiceProcess _rightProcess_)
|
|
ACspUntimedTimeoutProcess(PInterruptProcess _leftProcess_,
TUntimedTimeout _untimedTimeout_,
PTimeoutProcess _rightProcess_)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |