Class Summary |
AbstractGroundingImpl |
AbstractGroundingImpl type. |
AbstractProcessImpl |
A process with a semantic description, but no specific implementation
binding details. |
AbstractProcessImplXBean |
Extended BeanInfo meta-data for JXPath. |
AsyncProcessImpl |
Control process that executes all its children sub-processes concurrently. |
AsyncProcessImplXBean |
Extended BeanInfo meta-data for JXPath. |
ControlProcessImpl |
Control Process. |
DoWhileProcessImpl |
DoWhileProcess type. |
DoWhileProcessImplXBean |
Extended BeanInfo meta-data for JXPath. |
IfThenElseProcessImpl |
Type description. |
IfThenElseProcessImplXBean |
Extended BeanInfo meta-data for JXPath. |
PemHelper |
Base class for ProcessImpl. |
ProcessContext |
Implementation of the ProcessEnvironment and ProcessController
interfaces. |
ProcessFactoryImpl |
Type description. |
ProcessImpl |
Base implementation for Processes. |
ProcessImplXBeanInfo |
Extended BeanInfo meta-data class for JXPath access. |
ProcessPriorityComparator |
Process comparator. |
RepeatUntilProcessImpl |
RepeatUntilProcess type. |
RepeatUntilProcessImplXBean |
Extended BeanInfo meta-data for JXPath. |
SequenceProcessImpl |
Control process that forces all its children to execute in a sequential
basis. |
SequenceProcessImplXBean |
Extended BeanInfo meta-data for JXPath. |
ServiceImpl |
Services are concrete processes, bound to a specific grounding. |
ServiceImplXBeanInfo |
Service JXPath meta-data. |
SplitJoinProcessImpl |
Control process that executes all its children process concurrently, and
waits until they all finish. |
SplitJoinProcessImplXBean |
Extended BeanInfo meta-data for JXPath. |
UnorderedListProcessImpl |
Control process that executes its children in a non-deterministic order,
but never concurrently. |
UnorderedListProcessImplXBean |
Extended BeanInfo meta-data for JXPath. |
WhileDoProcessImpl |
WhileDoProcess type. |
WhileDoProcessImplXBean |
Extended BeanInfo meta-data for JXPath. |