Uses of Class
adams.flow.control.Storage
-
Packages that use Storage Package Description adams.event adams.flow.container adams.flow.control adams.flow.core adams.gui.visualization.debug -
-
Uses of Storage in adams.event
Methods in adams.event that return Storage Modifier and Type Method Description StorageStorageChangeEvent. getVariables()Returns the storage that triggered the event.Constructors in adams.event with parameters of type Storage Constructor Description StorageChangeEvent(Storage source, StorageChangeEvent.Type type, String name)Initializes the event.StorageChangeEvent(Storage source, StorageChangeEvent.Type type, String name, String cache)Initializes the event. -
Uses of Storage in adams.flow.container
Constructors in adams.flow.container with parameters of type Storage Constructor Description EncapsulatedActorsContainer(Actor actor, Variables variables, Storage storage)Initializes the container with the actors, variables and storage.EncapsulatedActorsContainer(Actor actor, Variables variables, Storage storage, Object input, StorageName inputName)Initializes the container with the actors, variables and storage.EncapsulatedActorsContainer(Actor actor, Variables variables, Storage storage, Object input, StorageName inputName, Object output, StorageName outputName)Initializes the container with the actors, variables and storage. -
Uses of Storage in adams.flow.control
Fields in adams.flow.control declared as Storage Modifier and Type Field Description protected StorageLocalScopeSubProcess. m_LocalStoragethe storage for temporary data.protected StorageLocalScopeTee. m_LocalStoragethe storage for temporary data.protected StorageLocalScopeTrigger. m_LocalStoragethe storage for temporary data.protected StorageFlow. m_Storagethe storage for temporary data.Methods in adams.flow.control that return Storage Modifier and Type Method Description StorageStorage. getClone()Returns a clone (deep copy) of the object.StorageStorage. getClone(BaseRegExp filter)Returns a clone (deep copy) of the object.StorageStorage. getShallowCopy()Returns a shallow copy of the object.StorageFlow. getStorage()Returns the storage container.StorageLocalScopeSubProcess. getStorage()Returns the storage container.StorageLocalScopeTee. getStorage()Returns the storage container.StorageLocalScopeTrigger. getStorage()Returns the storage container.StorageStorageHandler. getStorage()Returns the storage container.Methods in adams.flow.control with parameters of type Storage Modifier and Type Method Description voidStorage. assign(Storage other)Adds all the items from the other Storage object (overwrites any existing ones).voidStorage. assign(Storage other, BaseRegExp filter)Adds all the items from the other Storage object (overwrites any existing ones).voidLocalScopeSubProcess. useLocalStorage(Storage storage)The local storage to use.voidLocalScopeTee. useLocalStorage(Storage storage)The local storage to use.voidLocalScopeTrigger. useLocalStorage(Storage storage)The local storage to use.voidProgrammaticLocalScope. useLocalStorage(Storage storage)The local storage to use. -
Uses of Storage in adams.flow.core
Methods in adams.flow.core that return Storage Modifier and Type Method Description static StorageEncapsulateActors. getStorage(Actor context, StorageName[] items)Extracts the specified storage items and returns the subset. -
Uses of Storage in adams.gui.visualization.debug
Fields in adams.gui.visualization.debug declared as Storage Modifier and Type Field Description protected StorageStoragePanel.TableModel. m_Storagethe underlying storage.Methods in adams.gui.visualization.debug with parameters of type Storage Modifier and Type Method Description protected booleanStoragePanel.TableModel. hasCaches(Storage storage)Checks whether any cache data is to be displayed.booleanStoragePanel.TableModel. isDifferent(Storage other)Checks whether the storage contains different data.protected String[][]StoragePanel.TableModel. takeSnapshot(Storage storage)Takes a snapshot of the storage and turns it into a string array.Constructors in adams.gui.visualization.debug with parameters of type Storage Constructor Description TableModel(Storage storage)Initializes the table model the supplied storage.
-