Uses of Interface
adams.flow.control.ScopeHandler
-
Packages that use ScopeHandler Package Description adams.flow.control adams.flow.core -
-
Uses of ScopeHandler in adams.flow.control
Subinterfaces of ScopeHandler in adams.flow.control Modifier and Type Interface Description interface
LocalScopeHandler
Interface for actor handlers that provide a local scope for their sub-actors.Classes in adams.flow.control that implement ScopeHandler Modifier and Type Class Description class
Flow
Container object for actors, used for executing a flow.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.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. -
Uses of ScopeHandler in adams.flow.core
Fields in adams.flow.core declared as ScopeHandler Modifier and Type Field Description protected ScopeHandler
AbstractActor. m_ScopeHandler
the scope handler.Methods in adams.flow.core that return ScopeHandler Modifier and Type Method Description ScopeHandler
AbstractActor. getScopeHandler()
Returns the scope handler for this actor.ScopeHandler
Actor. getScopeHandler()
Returns the scope handler for this actor.
-