Uses of Class
adams.flow.standalone.Standalones
-
Packages that use Standalones Package Description adams.flow.standalone -
-
Uses of Standalones in adams.flow.standalone
Subclasses of Standalones in adams.flow.standalone Modifier and Type Class Description classAutogeneratedStandaloneContainer for auto-generated standalone actors.
Can be removed with the adams.flow.processor.RemoveAutogeneratedActors processor.classConditionalStandalonesExecutes the sub-actors only when the boolean condition evaluates to 'true'.classInactiveStandaloneContainer for inactive standalone actors.
Can be activated with the adams.flow.processor.ReactivateActors processor.classTimedStandaloneContainer for standalone actors.
Times how long the execution of the sub-standalones takes and sends the time in milli-seconds (as double) in a adams.flow.container.TimingContainer container to the specified callable actor.
-