Uses of Class
adams.flow.control.Sequence
-
Packages that use Sequence Package Description adams.flow.control adams.flow.sink adams.flow.standalone adams.flow.transformer -
-
Uses of Sequence in adams.flow.control
Subclasses of Sequence 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.classInputOutputListenerListens to the input/output tokens of the sub-actors, sending them to callable actors.classPlotContainerUpdaterApplies all sub-actors to process either the selected value of the plot container.classSinkResetResets 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.Fields in adams.flow.control declared as Sequence Modifier and Type Field Description protected SequenceAbstractTee. m_Actorsthe flow items.protected SequenceFileProcessor. m_Actorsthe flow items.protected SequenceLoadBalancer. m_Actorsthe actors to "balance".protected SequenceWhileLoop. m_Actorsthe actors to execute.Methods in adams.flow.control that return Sequence Modifier and Type Method Description protected SequenceAbstractTee. getInternalActors()Returns the internal representation of the actors. -
Uses of Sequence in adams.flow.sink
Subclasses of Sequence 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 Sequence in adams.flow.standalone
Fields in adams.flow.standalone declared as Sequence Modifier and Type Field Description protected SequenceAbstractMutableActorDaemonEvent. m_Actorsfor actors that get executed.protected SequenceDelayedEvent. m_Actorsfor actors that get executed.protected SequenceQueueEvent. m_Actorsfor actors that get executed.protected SequenceCron. m_CronActorsfor actors that get executed.Methods in adams.flow.standalone that return Sequence Modifier and Type Method Description protected SequenceQueueEvent. getInternalActors()Returns the internal representation of the actors. -
Uses of Sequence in adams.flow.transformer
Subclasses of Sequence in adams.flow.transformer Modifier and Type Class Description classAutogeneratedTransformerEncapsulates a sequence of auto-generated actors.classInactiveTransformerEncapsulates a sequence of inactive actors.
-