|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlProcessImpl | |
---|---|
com.gridsystems.nextgrid.api.pom |
Uses of ControlProcessImpl in com.gridsystems.nextgrid.api.pom |
---|
Subclasses of ControlProcessImpl in com.gridsystems.nextgrid.api.pom | |
---|---|
class |
AsyncProcessImpl
Control process that executes all its children sub-processes concurrently. |
class |
DoWhileProcessImpl
DoWhileProcess type. |
class |
IfThenElseProcessImpl
Type description. |
class |
RepeatUntilProcessImpl
RepeatUntilProcess type. |
class |
SequenceProcessImpl
Control process that forces all its children to execute in a sequential basis. |
class |
SplitJoinProcessImpl
Control process that executes all its children process concurrently, and waits until they all finish. |
class |
UnorderedListProcessImpl
Control process that executes its children in a non-deterministic order, but never concurrently. |
class |
WhileDoProcessImpl
WhileDoProcess type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |