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 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
InputOutputListener
Listens to the input/output tokens of the sub-actors, sending them to callable actors.class
PlotContainerUpdater
Applies all sub-actors to process either the selected value of the plot container.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.Fields in adams.flow.control declared as Sequence Modifier and Type Field Description protected Sequence
AbstractTee. m_Actors
the flow items.protected Sequence
FileProcessor. m_Actors
the flow items.protected Sequence
LoadBalancer. m_Actors
the actors to "balance".protected Sequence
WhileLoop. m_Actors
the actors to execute.Methods in adams.flow.control that return Sequence Modifier and Type Method Description protected Sequence
AbstractTee. 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 class
AutogeneratedSink
Encapsulates a sequence of auto-generated actors.
Can be removed with the adams.flow.processor.RemoveAutogeneratedActors processor.class
InactiveSink
Encapsulates 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 Sequence
AbstractMutableActorDaemonEvent. m_Actors
for actors that get executed.protected Sequence
DelayedEvent. m_Actors
for actors that get executed.protected Sequence
QueueEvent. m_Actors
for actors that get executed.protected Sequence
Cron. m_CronActors
for actors that get executed.Methods in adams.flow.standalone that return Sequence Modifier and Type Method Description protected Sequence
QueueEvent. 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 class
AutogeneratedTransformer
Encapsulates a sequence of auto-generated actors.class
InactiveTransformer
Encapsulates a sequence of inactive actors.
-