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 Storage
StorageChangeEvent. 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 Storage
LocalScopeSubProcess. m_LocalStorage
the storage for temporary data.protected Storage
LocalScopeTee. m_LocalStorage
the storage for temporary data.protected Storage
LocalScopeTrigger. m_LocalStorage
the storage for temporary data.protected Storage
Flow. m_Storage
the storage for temporary data.Methods in adams.flow.control that return Storage Modifier and Type Method Description Storage
Storage. getClone()
Returns a clone (deep copy) of the object.Storage
Storage. getClone(BaseRegExp filter)
Returns a clone (deep copy) of the object.Storage
Storage. getShallowCopy()
Returns a shallow copy of the object.Storage
Flow. getStorage()
Returns the storage container.Storage
LocalScopeSubProcess. getStorage()
Returns the storage container.Storage
LocalScopeTee. getStorage()
Returns the storage container.Storage
LocalScopeTrigger. getStorage()
Returns the storage container.Storage
StorageHandler. getStorage()
Returns the storage container.Methods in adams.flow.control with parameters of type Storage Modifier and Type Method Description void
Storage. assign(Storage other)
Adds all the items from the other Storage object (overwrites any existing ones).void
Storage. assign(Storage other, BaseRegExp filter)
Adds all the items from the other Storage object (overwrites any existing ones).void
LocalScopeSubProcess. useLocalStorage(Storage storage)
The local storage to use.void
LocalScopeTee. useLocalStorage(Storage storage)
The local storage to use.void
LocalScopeTrigger. useLocalStorage(Storage storage)
The local storage to use.void
ProgrammaticLocalScope. 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 Storage
EncapsulateActors. 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 Storage
StoragePanel.TableModel. m_Storage
the underlying storage.Methods in adams.gui.visualization.debug with parameters of type Storage Modifier and Type Method Description protected boolean
StoragePanel.TableModel. hasCaches(Storage storage)
Checks whether any cache data is to be displayed.boolean
StoragePanel.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.
-