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 classFlowContainer object for actors, used for executing a flow.classLocalScopeSubProcessProvides 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.classLocalScopeTeeExecutes 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.classLocalScopeTransformerProvides 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.classLocalScopeTriggerExecutes 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 StorageHandlerAbstractActor. m_StorageHandlerthe storage handler.Methods in adams.flow.core that return StorageHandler Modifier and Type Method Description StorageHandlerAbstractActor. getStorageHandler()Returns the storage handler to use.StorageHandlerActor. 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 StorageHandlerStoragePanel. m_Handlerthe current storage handler.Methods in adams.gui.visualization.debug that return StorageHandler Modifier and Type Method Description StorageHandlerStoragePanel. getHandler()Returns the current storage handler.Methods in adams.gui.visualization.debug with parameters of type StorageHandler Modifier and Type Method Description voidStoragePanel. setHandler(StorageHandler value)Sets the handler to display the storage items for.
-