Uses of Class
adams.flow.control.LocalScopeTrigger
-
Packages that use LocalScopeTrigger Package Description adams.flow.control -
-
Uses of LocalScopeTrigger in adams.flow.control
Fields in adams.flow.control declared as LocalScopeTrigger Modifier and Type Field Description protected LocalScopeTrigger
LaunchTrigger.LaunchJob. m_Local
the actor to execute.Fields in adams.flow.control with type parameters of type LocalScopeTrigger Modifier and Type Field Description protected List<LocalScopeTrigger>
LaunchTrigger. m_Launched
the launched sub-flows.Constructors in adams.flow.control with parameters of type LocalScopeTrigger Constructor Description LaunchJob(LocalScopeTrigger local)
Initializes the job.
-