Uses of Class
adams.flow.control.LocalScopeSubProcess
-
Packages that use LocalScopeSubProcess Package Description adams.flow.control adams.flow.standalone -
-
Uses of LocalScopeSubProcess in adams.flow.control
Subclasses of LocalScopeSubProcess in adams.flow.control Modifier and Type Class Description class
LocalScopeTransformer
Provides a local scope for the sub-actors.
It is possible to 'propagate' or 'leak' variables and storage items from within the local scope back to the output scope. -
Uses of LocalScopeSubProcess in adams.flow.standalone
Fields in adams.flow.standalone declared as LocalScopeSubProcess Modifier and Type Field Description protected LocalScopeSubProcess
SubProcessEvent. m_Actors
for actors that get executed.Methods in adams.flow.standalone that return LocalScopeSubProcess Modifier and Type Method Description protected LocalScopeSubProcess
SubProcessEvent. getInternalActors()
Returns the internal representation of the actors.
-