class |
AbstractContainerUpdater |
Ancestor for control actors that update a specific value of a container
using the defined sub-actors.
|
class |
ArrayProcess |
Applies all sub-actors to each of the array elements.
|
class |
CollectionProcess |
Applies all sub-actors to each of the collection elements.
|
class |
ConditionalSequence |
The sequence gets only executed if the condition holds true.
|
class |
ConditionalSubProcess |
Encapsulates a sequence of flow items.
|
class |
Flow |
Container object for actors, used for executing a flow.
|
class |
InputOutputListener |
Listens to the input/output tokens of the sub-actors, sending them to callable actors.
|
class |
LocalScopeSubProcess |
Provides a local scope for the sub-actors.
It is possible to 'propagate' or 'leak' variables and storage items from within the local scope back to the output scope.
|
class |
LocalScopeTee |
Executes the sub-actors whenever a token gets passed through, just like the adams.flow.control.Tee actor, but also provides its own scope for variables and internal storage.
It is possible to 'propagate' or 'leak' variables and storage items from within the local scope back to the output scope.
|
class |
LocalScopeTransformer |
Provides a local scope for the sub-actors.
It is possible to 'propagate' or 'leak' variables and storage items from within the local scope back to the output scope.
|
class |
LocalScopeTrigger |
Executes the sub-actors whenever a token gets passed through, just like the adams.flow.control.Trigger actor, but also provides its own scope for variables and internal storage.
It is possible to 'propagate' or 'leak' variables and storage items from within the local scope back to the output scope.
|
class |
PlotContainerUpdater |
Applies all sub-actors to process either the selected value of the plot container.
|
class |
Sequence |
Encapsulates a sequence of flow items.
|
class |
SinkReset |
Resets all sub-actors in case the monitored variable changed since the last execution.
|
class |
StorageValueSequence |
After executing a sequence of actors, the stored item is forwarded in the flow.
|
class |
SubProcess |
Encapsulates a sequence of flow items.
|
class |
TimedSubProcess |
Encapsulates a sequence of flow items.
|
class |
TransformerReset |
Resets all sub-actors in case the monitored variable changed since the last execution.
|
class |
UpdateContainerValue |
Applies all sub-actors to process the specified value of the container passing through.
|