Uses of Class
adams.flow.control.AbstractConnectedControlActor
-
Packages that use AbstractConnectedControlActor Package Description adams.flow.control adams.flow.sink adams.flow.source adams.flow.transformer -
-
Uses of AbstractConnectedControlActor in adams.flow.control
Subclasses of AbstractConnectedControlActor in adams.flow.control Modifier and Type Class Description classAbstractContainerUpdaterAncestor for control actors that update a specific value of a container using the defined sub-actors.classArrayProcessApplies all sub-actors to each of the array elements.classCollectionProcessApplies all sub-actors to each of the collection elements.classConditionalSequenceThe sequence gets only executed if the condition holds true.classConditionalSubProcessEncapsulates a sequence of flow items.classFlowContainer object for actors, used for executing a flow.classInputOutputListenerListens to the input/output tokens of the sub-actors, sending them to callable actors.classMutableConnectedControlActorAbstract superclass for actors that allow their sub-actors to modified (adding, removing, editing).classPlotContainerUpdaterApplies all sub-actors to process either the selected value of the plot container.classSequenceEncapsulates a sequence of flow items.classSinkResetResets all sub-actors in case the monitored variable changed since the last execution.classSourceResetResets all sub-actors in case the monitored variable changed since the last execution.classStorageValueSequenceAfter executing a sequence of actors, the stored item is forwarded in the flow.classSubProcessEncapsulates a sequence of flow items.classTimedSubProcessEncapsulates a sequence of flow items.classTransformerResetResets all sub-actors in case the monitored variable changed since the last execution.classUpdateContainerValueApplies all sub-actors to process the specified value of the container passing through. -
Uses of AbstractConnectedControlActor in adams.flow.sink
Subclasses of AbstractConnectedControlActor in adams.flow.sink Modifier and Type Class Description classAutogeneratedSinkEncapsulates a sequence of auto-generated actors.
Can be removed with the adams.flow.processor.RemoveAutogeneratedActors processor.classInactiveSinkEncapsulates a sequence of inactive actors.
Can be removed with the adams.flow.processor.ReactivateActors processor. -
Uses of AbstractConnectedControlActor in adams.flow.source
Subclasses of AbstractConnectedControlActor in adams.flow.source Modifier and Type Class Description classAutogeneratedSourceEncapsulates a sequence of auto-generated actors, with the last one generating the output for this meta-source.
Can be removed with the adams.flow.processor.RemoveAutogeneratedActors processor.classInactiveSourceEncapsulates a sequence of flow items, with the last one generating the output for this meta-source.
Can be removed with the adams.flow.processor.ReactivateActors processor.classSequenceSourceEncapsulates a sequence of flow items, with the last one generating the output for this meta-source.classTimedSourceEncapsulates a sequence of flow items, with the last one generating the output for this meta-source.
Times how long the sub-source execution takes and sends the time in milli-seconds (as double) in a adams.flow.container.TimingContainer container to the specified callable actor. -
Uses of AbstractConnectedControlActor in adams.flow.transformer
Subclasses of AbstractConnectedControlActor in adams.flow.transformer Modifier and Type Class Description classAutogeneratedTransformerEncapsulates a sequence of auto-generated actors.classInactiveTransformerEncapsulates a sequence of inactive actors.
-