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 class
SourceReset
Resets 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 class
AutogeneratedSource
Encapsulates 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.class
InactiveSource
Encapsulates 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.
-