Uses of Class
adams.flow.source.SequenceSource
-
Packages that use SequenceSource Package Description adams.flow.control adams.flow.source -
-
Uses of SequenceSource in adams.flow.control
Subclasses of SequenceSource in adams.flow.control Modifier and Type Class Description classSourceResetResets all sub-actors in case the monitored variable changed since the last execution. -
Uses of SequenceSource in adams.flow.source
Subclasses of SequenceSource 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.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.
-