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