Uses of Interface
adams.flow.control.StorageHandler
-
Packages that use StorageHandler Package Description adams.flow.control adams.flow.core adams.gui.visualization.debug -
-
Uses of StorageHandler in adams.flow.control
Classes in adams.flow.control that implement StorageHandler Modifier and Type Class Description class
Flow
Container object for actors, used for executing a flow.class
LocalScopeSubProcess
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
LocalScopeTee
Executes the sub-actors whenever a token gets passed through, just like the adams.flow.control.Tee 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
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 StorageHandler in adams.flow.core
Fields in adams.flow.core declared as StorageHandler Modifier and Type Field Description protected StorageHandler
AbstractActor. m_StorageHandler
the storage handler.Methods in adams.flow.core that return StorageHandler Modifier and Type Method Description StorageHandler
AbstractActor. getStorageHandler()
Returns the storage handler to use.StorageHandler
Actor. getStorageHandler()
Returns the storage handler to use. -
Uses of StorageHandler in adams.gui.visualization.debug
Fields in adams.gui.visualization.debug declared as StorageHandler Modifier and Type Field Description protected StorageHandler
StoragePanel. m_Handler
the current storage handler.Methods in adams.gui.visualization.debug that return StorageHandler Modifier and Type Method Description StorageHandler
StoragePanel. getHandler()
Returns the current storage handler.Methods in adams.gui.visualization.debug with parameters of type StorageHandler Modifier and Type Method Description void
StoragePanel. setHandler(StorageHandler value)
Sets the handler to display the storage items for.
-