Uses of Class
adams.flow.control.Trigger
-
Packages that use Trigger Package Description adams.flow.control -
-
Uses of Trigger in adams.flow.control
Subclasses of Trigger in adams.flow.control Modifier and Type Class Description class
ConditionalTrigger
Executes the tee-actor whenever a token gets passed through.class
LocalScopeTrigger
Executes the sub-actors whenever a token gets passed through, just like the adams.flow.control.Trigger actor, but also provides its own scope for variables and internal storage.
It is possible to 'propagate' or 'leak' variables and storage items from within the local scope back to the output scope.class
TimedTrigger
Executes the subs-actors whenever a token gets passed through.class
TriggerOnce
Triggers the sub-flow only once.
However, this can be reset when the monitored variable changes.Fields in adams.flow.control declared as Trigger Modifier and Type Field Description protected Trigger
LaunchTrigger. m_Actors
the sub-flow to launch.
-