Uses of Class
adams.flow.control.StorageName
-
-
Uses of StorageName in adams.core.command.stderr
Fields in adams.core.command.stderr declared as StorageName Modifier and Type Field Description protected StorageName
Enqueue. m_StorageName
the name of the queue in the internal storage.Methods in adams.core.command.stderr that return StorageName Modifier and Type Method Description StorageName
Enqueue. getStorageName()
Returns the name for the queue in the internal storage.Methods in adams.core.command.stderr with parameters of type StorageName Modifier and Type Method Description void
Enqueue. setStorageName(StorageName value)
Sets the name for the queue in the internal storage. -
Uses of StorageName in adams.core.command.stdout
Fields in adams.core.command.stdout declared as StorageName Modifier and Type Field Description protected StorageName
Enqueue. m_StorageName
the name of the queue in the internal storage.Methods in adams.core.command.stdout that return StorageName Modifier and Type Method Description StorageName
Enqueue. getStorageName()
Returns the name for the queue in the internal storage.Methods in adams.core.command.stdout with parameters of type StorageName Modifier and Type Method Description void
Enqueue. setStorageName(StorageName value)
Sets the name for the queue in the internal storage. -
Uses of StorageName in adams.data.conversion
Fields in adams.data.conversion declared as StorageName Modifier and Type Field Description protected StorageName
MatchWekaInstanceAgainstStorageHeader. m_Header
the header to load from storage.protected StorageName
MapToWekaInstance. m_StorageName
the name of the stored value.Methods in adams.data.conversion that return StorageName Modifier and Type Method Description StorageName
MatchWekaInstanceAgainstStorageHeader. getHeader()
Returns the name of the storage value representing the dataset header.StorageName
MapToWekaInstance. getStorageName()
Returns the name of the stored Instances object to use as template.Methods in adams.data.conversion with parameters of type StorageName Modifier and Type Method Description void
MatchWekaInstanceAgainstStorageHeader. setHeader(StorageName value)
Sets the name of the storage value representing the dataset header.void
MapToWekaInstance. setStorageName(StorageName value)
Sets the name of the stored Instances object to use as template. -
Uses of StorageName in adams.data.image.transformer
Fields in adams.data.image.transformer declared as StorageName Modifier and Type Field Description protected StorageName
SuppliedImageMask. m_Mask
the image in internal storage.Methods in adams.data.image.transformer that return StorageName Modifier and Type Method Description StorageName
SuppliedImageMask. getMask()
Gets the storage name of the mask image.Methods in adams.data.image.transformer with parameters of type StorageName Modifier and Type Method Description void
SuppliedImageMask. setMask(StorageName value)
Sets storage name of the mask image. -
Uses of StorageName in adams.data.objectfilter
Fields in adams.data.objectfilter declared as StorageName Modifier and Type Field Description protected StorageName
AttachOverlappingMetaData. m_StorageName
the storage item.Methods in adams.data.objectfilter that return StorageName Modifier and Type Method Description StorageName
AttachOverlappingMetaData. getStorageName()
Returns the name of the report in storage to obtain the meta-data from.Methods in adams.data.objectfilter with parameters of type StorageName Modifier and Type Method Description void
AttachOverlappingMetaData. setStorageName(StorageName value)
Sets the name of the report in storage to obtain the meta-data from. -
Uses of StorageName in adams.data.spreadsheet
Methods in adams.data.spreadsheet with parameters of type StorageName Modifier and Type Method Description static HashMap<String,Object>
LookUpHelper. getTable(Actor context, StorageName name)
Returns the specified lookup table. -
Uses of StorageName in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as StorageName Modifier and Type Field Description protected StorageName
HashSet. m_StorageName
the name of the lookup table in the internal storage.protected StorageName
HasMapValue. m_StorageName
the name of the java.util.Map object in internal storage.protected StorageName
HasQueue. m_StorageName
the name of the lookup table in the internal storage.protected StorageName
HasStorageValue. m_StorageName
the name of the lookup table in the internal storage.protected StorageName
StorageFlagSet. m_StorageName
the name of the flag in storage.Methods in adams.flow.condition.bool that return StorageName Modifier and Type Method Description StorageName
HashSet. getStorageName()
Returns the name for the hashset in the internal storage.StorageName
HasMapValue. getStorageName()
Returns the name of the Map object in storage to check.StorageName
HasQueue. getStorageName()
Returns the name of the queue to check.StorageName
HasStorageValue. getStorageName()
Returns the name of the storage value to check.StorageName
StorageFlagSet. getStorageName()
Returns the name of the storage flag to evaluate.Methods in adams.flow.condition.bool with parameters of type StorageName Modifier and Type Method Description void
HashSet. setStorageName(StorageName value)
Sets the name for the hashset in the internal storage.void
HasMapValue. setStorageName(StorageName value)
Sets the name of the Map object in storage to check.void
HasQueue. setStorageName(StorageName value)
Sets the name of the queue to check.void
HasStorageValue. setStorageName(StorageName value)
Sets the name of the storage value to check.void
StorageFlagSet. setStorageName(StorageName value)
Sets the name of the storage flag to evaluate.Constructors in adams.flow.condition.bool with parameters of type StorageName Constructor Description HasQueue(StorageName storageName)
Initializes with the specified storage name.HasStorageValue(StorageName storageName)
Initializes with the specified storage name.StorageFlagSet(StorageName storageName)
Initializes with the specified storage name. -
Uses of StorageName in adams.flow.container
Constructors in adams.flow.container with parameters of type StorageName Constructor Description 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 StorageName in adams.flow.control
Fields in adams.flow.control declared as StorageName Modifier and Type Field Description protected StorageName
IfStorageValue. m_StorageName
the name of the stored value.protected StorageName
Injector. m_StorageName
the storage item.protected StorageName
SetContainerValue. m_StorageName
the storage name to retrieve the data from.protected StorageName
StorageValueSequence. m_StorageName
the name of the stored value.protected StorageName[]
RemoteExecutionTrigger. m_StorageNames
the storage items to transmit.Methods in adams.flow.control that return StorageName Modifier and Type Method Description StorageName
IfStorageValue. getStorageName()
Returns the name of the stored value.StorageName
Injector. getStorageName()
Returns the name of the storage item to inject.StorageName
SetContainerValue. getStorageName()
Returns the name of the storage item to use.StorageName
StorageValueSequence. getStorageName()
Returns the name of the stored value.StorageName[]
RemoteExecutionTrigger. getStorageNames()
Returns the names of the storage items to transfer.StorageName
VariableNameStorageNamePair. storageNameValue()
Returns the storage name.Methods in adams.flow.control that return types with arguments of type StorageName Modifier and Type Method Description Set<StorageName>
Storage. keySet()
Returns the set of keys.Set<StorageName>
Storage. keySet(String cache)
Returns the set of keys from the named LRU cache.Methods in adams.flow.control with parameters of type StorageName Modifier and Type Method Description Object
Storage. get(StorageName name)
Returns the object associated with the name.Object
Storage. get(String cache, StorageName name)
Returns the object associated with the name from the named LRU cache.protected Object
SetContainerValue. getValue(StorageName name)
Returns the value obtained from the callable actor.boolean
Storage. has(StorageName name)
Checks whether a value is stored under the given name.boolean
Storage. has(String cache, StorageName name)
Checks whether a value is stored under the given name in the named LRU cache.Object
Storage. put(StorageName name, Object value)
Adds the given value under the specified name.void
Storage. put(String cache, StorageName name, Object value)
Adds the given value under the specified name to the named LRU cache.Object
Storage. remove(StorageName name)
Removes the object associated with the name.Object
Storage. remove(String cache, StorageName name)
Removes the object associated with the name using the named LRU cache.void
IfStorageValue. setStorageName(StorageName value)
Sets the name of the stored value.void
Injector. setStorageName(StorageName value)
Sets the name of the storage item to inject.void
SetContainerValue. setStorageName(StorageName value)
Sets the name of the storage item to use.void
StorageValueSequence. setStorageName(StorageName value)
Sets the name of the stored value.void
RemoteExecutionTrigger. setStorageNames(StorageName[] value)
Sets the names of the storage items to transfer. -
Uses of StorageName in adams.flow.core
Fields in adams.flow.core declared as StorageName Modifier and Type Field Description protected StorageName
AbstractModelLoader. m_ModelStorage
the model storage.protected StorageName
ObjectRetriever. m_ObjectStorage
the object storage.Methods in adams.flow.core that return StorageName Modifier and Type Method Description static StorageName
EncapsulateActors. createInputStorageName(StorageName[] items)
Generates a storage name for the input token, ensuring that it doesn't interfere with storage items to keep.static StorageName
EncapsulateActors. createOutputStorageName(StorageName[] items)
Generates a storage name for the output token, ensuring that it doesn't interfere with storage items to keep.protected static StorageName
EncapsulateActors. createStorageName(StorageName[] items, String prefix)
Generates a storage name, ensuring that it doesn't interfere with storage items to keep.StorageName
AbstractModelLoader. getModelStorage()
Returns the storage item name to get the model from.StorageName
ModelLoaderSupporter. getModelStorage()
Returns the storage item name to get the model from.StorageName
ObjectRetriever. getObjectStorage()
Returns the storage item name to get the object from.StorageName[]
RemoteExecutionHandler. getStorageNames()
Returns the names of the storage items to transfer.Methods in adams.flow.core with parameters of type StorageName Modifier and Type Method Description static StorageName
EncapsulateActors. createInputStorageName(StorageName[] items)
Generates a storage name for the input token, ensuring that it doesn't interfere with storage items to keep.static StorageName
EncapsulateActors. createOutputStorageName(StorageName[] items)
Generates a storage name for the output token, ensuring that it doesn't interfere with storage items to keep.protected static StorageName
EncapsulateActors. createStorageName(StorageName[] items, String prefix)
Generates a storage name, ensuring that it doesn't interfere with storage items to keep.static EncapsulatedActorsContainer
EncapsulateActors. encapsulate(Actor actor, VariableName[] vars, StorageName[] items)
Encapsulates the actor as is.static EncapsulatedActorsContainer
EncapsulateActors. encapsulate(Actor actor, VariableName[] vars, StorageName[] items, Object input)
Encapsulates the actor as is.static boolean
QueueHelper. enqueue(Actor actor, StorageName queue, Object payload)
Queues the payload in the specified queue.static boolean
QueueHelper. enqueueDelayedAt(Actor actor, StorageName queue, Object payload, long retrievalAt)
Queues the payload in the specified queue, applying the specified retrieval timestamp.static boolean
QueueHelper. enqueueDelayedBy(Actor actor, StorageName queue, Object payload, long retrievalDelay)
Queues the payload in the specified queue, applying the specified retrieval delay.static StorageQueueHandler
QueueHelper. getQueue(Actor actor, StorageName queue)
Returns the specified queue.static Storage
EncapsulateActors. getStorage(Actor context, StorageName[] items)
Extracts the specified storage items and returns the subset.static boolean
QueueHelper. hasQueue(Actor actor, StorageName queue)
Checks whether the specified queue is available.void
AbstractModelLoader. setModelStorage(StorageName value)
Sets the storage item name to get the model from.void
ModelLoaderSupporter. setModelStorage(StorageName value)
Sets the storage item name to get the model from.void
ObjectRetriever. setObjectStorage(StorageName value)
Sets the storage item name to get the object from.void
RemoteExecutionHandler. setStorageNames(StorageName[] value)
Sets the names of the storage items to transfer.static EncapsulatedActorsContainer
EncapsulateActors. wrap(Actor actor, VariableName[] vars, StorageName[] items)
Wraps the actor to obtain a fully self-container flow.static EncapsulatedActorsContainer
EncapsulateActors. wrap(Actor actor, VariableName[] vars, StorageName[] items, Object input)
Wraps the actor to obtain a fully self-container flow. -
Uses of StorageName in adams.flow.processor
Methods in adams.flow.processor that return StorageName Modifier and Type Method Description protected StorageName
UpdateStorageName. getReplacement(StorageName old, String newName)
Returns the replacement object.Methods in adams.flow.processor with parameters of type StorageName Modifier and Type Method Description protected StorageName
UpdateStorageName. getReplacement(StorageName old, String newName)
Returns the replacement object.protected boolean
UpdateStorageName. isNameMatch(StorageName old, String oldName)
Checks whether the located object matches the old name that requires replacement. -
Uses of StorageName in adams.flow.sink
Fields in adams.flow.sink declared as StorageName Modifier and Type Field Description protected StorageName
EnQueue. m_StorageName
the name of the queue in the internal storage.protected StorageName
Publish. m_StorageName
the name of the publish/subscribe data structure in the internal storage.Methods in adams.flow.sink that return StorageName Modifier and Type Method Description StorageName
EnQueue. getStorageName()
Returns the name for the queue in the internal storage.StorageName
Publish. getStorageName()
Returns the name for the pub/sub data structure in the internal storage.Methods in adams.flow.sink with parameters of type StorageName Modifier and Type Method Description void
EnQueue. setStorageName(StorageName value)
Sets the name for the queue in the internal storage.void
Publish. setStorageName(StorageName value)
Sets the name for the pub/sub data structure in the internal storage.Constructors in adams.flow.sink with parameters of type StorageName Constructor Description EnQueue(StorageName storageName)
Initializes with the specified storage name. -
Uses of StorageName in adams.flow.source
Fields in adams.flow.source declared as StorageName Modifier and Type Field Description protected StorageName
HttpRequest. m_Cookies
the storage value containing the cookies to use.protected StorageName
Counter. m_StorageName
the name of the lookup table in the internal storage.protected StorageName
DeQueue. m_StorageName
the name of the queue in the internal storage.protected StorageName
HashSet. m_StorageName
the name of the hashset in the internal storage.protected StorageName
LookUp. m_StorageName
the name of the lookup table in the internal storage.protected StorageName
LookUpTable. m_StorageName
the name of the lookup table in the internal storage.protected StorageName
StorageForLoop. m_StorageName
the storage value to output.protected StorageName
StorageValue. m_StorageName
the name of the stored value.protected StorageName[]
CombineArrays. m_StorageNames
the names of the stored values.protected StorageName[]
CombineCollections. m_StorageNames
the names of the stored values.protected StorageName[]
MakeContainer. m_StorageNames
the storage names to retrieve the data from.protected StorageName[]
StorageValuesArray. m_StorageNames
the names of the stored values.protected StorageName[]
ZipArrays. m_StorageNames
the names of the stored values.Methods in adams.flow.source that return StorageName Modifier and Type Method Description StorageName
HttpRequest. getCookies()
Returns the (optional) storage name with the cookies to use.StorageName
Counter. getStorageName()
Returns the name of the counter in the internal storage.StorageName
DeQueue. getStorageName()
Returns the name for the queue in the internal storage.StorageName
HashSet. getStorageName()
Returns the name of the hashset in the internal storage.StorageName
LookUp. getStorageName()
Returns the name of the lookup table in the internal storage.StorageName
LookUpTable. getStorageName()
Returns the name of the lookup table in the internal storage.StorageName
StorageForLoop. getStorageName()
Returns the name of the storage value to forward.StorageName
StorageValue. getStorageName()
Returns the name of the stored value.StorageName[]
CombineArrays. getStorageNames()
Returns the names of the stored values.StorageName[]
CombineCollections. getStorageNames()
Returns the names of the stored values.StorageName[]
MakeContainer. getStorageNames()
Returns the names of the storage items to use.StorageName[]
StorageValuesArray. getStorageNames()
Returns the names of the stored values.StorageName[]
ZipArrays. getStorageNames()
Returns the names of the stored values.Methods in adams.flow.source with parameters of type StorageName Modifier and Type Method Description void
CombineArrays. addStorageName(StorageName value)
Adds the storage name.void
CombineCollections. addStorageName(StorageName value)
Adds the storage name.void
StorageValuesArray. addStorageName(StorageName value)
Adds the storage name.void
ZipArrays. addStorageName(StorageName value)
Adds the storage name.protected Object
MakeContainer. getValue(StorageName name)
Returns the value obtained from the callable actor.void
HttpRequest. setCookies(StorageName value)
Sets the (optional) storage name with the cookies to use.void
Counter. setStorageName(StorageName value)
Sets the name of the counter in the internal storage.void
DeQueue. setStorageName(StorageName value)
Sets the name for the queue in the internal storage.void
HashSet. setStorageName(StorageName value)
Sets the name of the hashset in the internal storage.void
LookUp. setStorageName(StorageName value)
Sets the name of the lookup table in the internal storage.void
LookUpTable. setStorageName(StorageName value)
Sets the name of the lookup table in the internal storage.void
StorageForLoop. setStorageName(StorageName value)
Sets the name of the storage value to forward.void
StorageValue. setStorageName(StorageName value)
Sets the name of the stored value.void
CombineArrays. setStorageNames(StorageName[] value)
Sets the names of the stored values.void
CombineCollections. setStorageNames(StorageName[] value)
Sets the names of the stored values.void
MakeContainer. setStorageNames(StorageName[] value)
Sets the names of the storage items to use.void
StorageValuesArray. setStorageNames(StorageName[] value)
Sets the names of the stored values.void
ZipArrays. setStorageNames(StorageName[] value)
Sets the names of the stored values.Constructors in adams.flow.source with parameters of type StorageName Constructor Description DeQueue(StorageName storageName)
Initializes with the specified storage name.StorageValue(StorageName storageName)
Initializes with the specified storage name.StorageValuesArray(StorageName[] storageNames)
Initializes with the specified storage names. -
Uses of StorageName in adams.flow.standalone
Fields in adams.flow.standalone declared as StorageName Modifier and Type Field Description protected StorageName
CounterInit. m_StorageName
the name of the counter in the internal storage.protected StorageName
DeleteStorageValue. m_StorageName
the name of the value to store.protected StorageName
DeserializeToStorage. m_StorageName
the storage name to store the model under.protected StorageName
HashSetInit. m_StorageName
the name of the hashset in the internal storage.protected StorageName
LookUpInit. m_StorageName
the name of the lookup table in the internal storage.protected StorageName
QueueEvent. m_StorageName
the name of the queue in the internal storage.protected StorageName[]
QueueInit. m_StorageName
the name(s) of the queue in the internal storage.protected StorageName[]
InitPublishSubscribe. m_StorageNames
the names of the publish/subscribe data structures in the internal storage.Methods in adams.flow.standalone that return StorageName Modifier and Type Method Description StorageName
CounterInit. getStorageName()
Returns the name for the counter in the internal storage.StorageName
DeleteStorageValue. getStorageName()
Returns the name of the stored value.StorageName
DeserializeToStorage. getStorageName()
Returns the name of the stored value.StorageName
HashSetInit. getStorageName()
Returns the name for the hashset in the internal storage.StorageName
LookUpInit. getStorageName()
Returns the name for the lookup table in the internal storage.StorageName
QueueEvent. getStorageName()
Returns the name for the queue in the internal storage.StorageName[]
QueueInit. getStorageName()
Returns the names for the queue in the internal storage.StorageName[]
InitPublishSubscribe. getStorageNames()
Returns the names for the pub/sub data structures in the internal storage.Methods in adams.flow.standalone with parameters of type StorageName Modifier and Type Method Description protected String
DeserializeToStorage. read(PlaceholderFile file, StorageName name)
Reads the file and stores the object in storage.void
CounterInit. setStorageName(StorageName value)
Sets the name for the counter in the internal storage.void
DeleteStorageValue. setStorageName(StorageName value)
Sets the name of the stored value.void
DeserializeToStorage. setStorageName(StorageName value)
Sets the name of the stored value.void
HashSetInit. setStorageName(StorageName value)
Sets the name for the hashset in the internal storage.void
LookUpInit. setStorageName(StorageName value)
Sets the name for the lookup table in the internal storage.void
QueueEvent. setStorageName(StorageName value)
Sets the name for the queue in the internal storage.void
QueueInit. setStorageName(StorageName[] value)
Sets the names for the queue in the internal storage.void
InitPublishSubscribe. setStorageNames(StorageName[] value)
Sets the names for the pub/sub data structures in the internal storage.Constructors in adams.flow.standalone with parameters of type StorageName Constructor Description DeleteStorageValue(StorageName storageName)
Initializes with the specified name. -
Uses of StorageName in adams.flow.transformer
Fields in adams.flow.transformer declared as StorageName Modifier and Type Field Description protected StorageName
CompareObjectLocations. m_AnnotationsStorageName
the storage item with the annotations.protected StorageName
WekaStoreInstance. m_Dataset
the dataset to append to.protected StorageName
CompareObjectLocations. m_PredictionsStorageName
the storage item with the predictions.protected StorageName
CompareObjectLocations. m_ScreenshotQueue
the queue to send the screenshot to.protected StorageName
IndexedSplitsRunsEvaluation. m_Storage
the storage item.protected StorageName
IndexedSplitsRunsPredictions. m_Storage
the storage item.protected StorageName
MergeReport. m_Storage
the storage item.protected StorageName
SetJsonValue. m_Storage
the storage item.protected StorageName
SetMapValue. m_Storage
the storage item.protected StorageName
WekaNearestNeighborSearch. m_Storage
the storage item.protected StorageName
AbstractDataContainerAdd. m_StorageName
the name of the stored value.protected StorageName
AbstractDataContainerAppend. m_StorageName
the name of the stored value.protected StorageName
CollectionAppend. m_StorageName
the name of the stored value.protected StorageName
CounterAdd. m_StorageName
the name of the counter in the internal storage.protected StorageName
CounterInit. m_StorageName
the name of the counter in the internal storage.protected StorageName
DeleteStorageValue. m_StorageName
the name of the value to store.protected StorageName
DetermineOverlappingAreas. m_StorageName
the storage item.protected StorageName
DetermineOverlappingObjects. m_StorageName
the storage item.protected StorageName
HashSetAdd. m_StorageName
the name of the hashset in the internal storage.protected StorageName
HashSetInit. m_StorageName
the name of the hashset in the internal storage.protected StorageName
HashSetRemove. m_StorageName
the name of the hashset in the internal storage.protected StorageName
ImageObjectOverlap. m_StorageName
the storage item.protected StorageName
ImageObjectOverlapMatrix. m_StorageName
the storage item.protected StorageName
IncStorageValue. m_StorageName
the name of the storage value.protected StorageName
IntersectOverUnion. m_StorageName
the storage item.protected StorageName
LookUp. m_StorageName
the name of the lookup table in the internal storage.protected StorageName
LookUpAdd. m_StorageName
the name of the lookup table in the internal storage.protected StorageName
LookUpInit. m_StorageName
the name of the lookup table in the internal storage.protected StorageName
LookUpRemove. m_StorageName
the name of the lookup table in the internal storage.protected StorageName
MergeObjectLocations. m_StorageName
the storage item.protected StorageName
MergeReportFromMap. m_StorageName
the name of the stored value.protected StorageName
PDFAppendDocument. m_StorageName
the storage item to use.protected StorageName
RemoveOverlappingImageObjects. m_StorageName
the storage item.protected StorageName
SetArrayElement. m_StorageName
the storage name.protected StorageName
SetStorageFlag. m_StorageName
the name of the item to store the flag value under.protected StorageName
SetStorageValue. m_StorageName
the name of the value to store.protected StorageName
SpreadSheetAppend. m_StorageName
the name of the stored value.protected StorageName
StorageCollectionInsert. m_StorageName
the name of the collection in storage.protected StorageName
StorageJFreeChartAddSeries. m_StorageName
the name of the dataset in storage.protected StorageName
WekaGeneticAlgorithmInitializer. m_StorageName
the name of the datasets in the internal storage.protected StorageName
WekaGeneticAlgorithm. m_TestData
the storage name of the test data.Methods in adams.flow.transformer that return StorageName Modifier and Type Method Description StorageName
CompareObjectLocations. getAnnotationsStorageName()
Returns the storage item containing the annotations.StorageName
WekaStoreInstance. getDataset()
Returns the name of the dataset in internal storage to append to.StorageName
AbstractProcessWekaInstanceWithModel. getModelStorage()
Returns the filter storage item.StorageName
WekaFilter. getModelStorage()
Returns the filter storage item.StorageName
CollectionInsert. getObjectStorage()
Returns the storage item name to get the object from.StorageName
Mat5FileAddArray. getObjectStorage()
Returns the storage item name to get the object from.StorageName
Mat5FileAddMap. getObjectStorage()
Returns the storage item name to get the object from.StorageName
Mat5SetStructField. getObjectStorage()
Returns the storage item name to get the object from.StorageName
CompareObjectLocations. getPredictionsStorageName()
Returns the storage item containing the predictions.StorageName
CompareObjectLocations. getScreenshotQueue()
Returns the queue to receive the screenshot.StorageName
IndexedSplitsRunsEvaluation. getStorage()
Returns the report storage item.StorageName
IndexedSplitsRunsPredictions. getStorage()
Returns the report storage item.StorageName
MergeReport. getStorage()
Returns the report storage item.StorageName
SetJsonValue. getStorage()
Returns the value storage item.StorageName
SetMapValue. getStorage()
Returns the value storage item.StorageName
WekaNearestNeighborSearch. getStorage()
Returns the data storage item.StorageName
AbstractDataContainerAdd. getStorageName()
Returns the name of the stored value.StorageName
AbstractDataContainerAppend. getStorageName()
Returns the name of the stored value.StorageName
CollectionAppend. getStorageName()
Returns the name of the stored value.StorageName
CounterAdd. getStorageName()
Returns the name for the lookup table in the internal storage.StorageName
CounterInit. getStorageName()
Returns the name for the counter in the internal storage.StorageName
DeleteStorageValue. getStorageName()
Returns the name of the stored value.StorageName
DetermineOverlappingAreas. getStorageName()
Returns the name of the storage item to merge with (Report or ReportHandler).StorageName
DetermineOverlappingObjects. getStorageName()
Returns the name of the storage item to merge with (Report or ReportHandler).StorageName
HashSetAdd. getStorageName()
Returns the name for the lookup table in the internal storage.StorageName
HashSetInit. getStorageName()
Returns the name for the hashset in the internal storage.StorageName
HashSetRemove. getStorageName()
Returns the name for the hashset in the internal storage.StorageName
ImageObjectOverlap. getStorageName()
Returns the name of the storage item to merge with (Report or ReportHandler).StorageName
ImageObjectOverlapMatrix. getStorageName()
Returns the name of the storage item to merge with (Report or ReportHandler).StorageName
IncStorageValue. getStorageName()
Returns the name of the variable to update.StorageName
IntersectOverUnion. getStorageName()
Returns the name of the storage item to merge with (Report or ReportHandler).StorageName
LookUp. getStorageName()
Returns the name for the lookup table in the internal storage.StorageName
LookUpAdd. getStorageName()
Returns the name for the lookup table in the internal storage.StorageName
LookUpInit. getStorageName()
Returns the name for the lookup table in the internal storage.StorageName
LookUpRemove. getStorageName()
Returns the name for the lookup table in the internal storage.StorageName
MergeObjectLocations. getStorageName()
Returns the name of the storage item to merge with (Report or ReportHandler).StorageName
MergeReportFromMap. getStorageName()
Returns the name of the stored map with the sample data objects.StorageName
PDFAppendDocument. getStorageName()
Returns the name of the storage item to retrieve.StorageName
RemoveOverlappingImageObjects. getStorageName()
Returns the name of the storage item to merge with (Report or ReportHandler).StorageName
SetArrayElement. getStorageName()
Returns the name of the stored value.StorageName
SetStorageFlag. getStorageName()
Returns the name of the stored value.StorageName
SetStorageValue. getStorageName()
Returns the name of the stored value.StorageName
SpreadSheetAppend. getStorageName()
Returns the name of the stored value.StorageName
StorageCollectionInsert. getStorageName()
Returns the storage item name that represents the collection to update.StorageName
StorageJFreeChartAddSeries. getStorageName()
Returns the storage item name that represents the collection to update.StorageName
WekaGeneticAlgorithmInitializer. getStorageName()
Returns the name for the data in the internal storage.StorageName
WekaGeneticAlgorithm. getTestData()
Returns the (optional) storage item that contains the test data; cross-validation is performed if not present.Methods in adams.flow.transformer with parameters of type StorageName Modifier and Type Method Description protected void
CompareObjectLocations. sendScreenshot(AbstractComparisonPanel panel, StorageName storageName)
Sends the screenshot to the callable actor.void
CompareObjectLocations. setAnnotationsStorageName(StorageName value)
Sets the storage item containing the annotations.void
WekaStoreInstance. setDataset(StorageName value)
Sets the name of the dataset in internal storage to append to.void
AbstractProcessWekaInstanceWithModel. setModelStorage(StorageName value)
Sets the filter storage item.void
WekaFilter. setModelStorage(StorageName value)
Sets the filter storage item.void
CollectionInsert. setObjectStorage(StorageName value)
Sets the storage item name to get the object from.void
Mat5FileAddArray. setObjectStorage(StorageName value)
Sets the storage item name to get the object from.void
Mat5FileAddMap. setObjectStorage(StorageName value)
Sets the storage item name to get the object from.void
Mat5SetStructField. setObjectStorage(StorageName value)
Sets the storage item name to get the object from.void
CompareObjectLocations. setPredictionsStorageName(StorageName value)
Sets the storage item containing the predictions.void
CompareObjectLocations. setScreenshotQueue(StorageName value)
Sets the queue to receive the screenshot.void
IndexedSplitsRunsEvaluation. setStorage(StorageName value)
Sets the report storage item.void
IndexedSplitsRunsPredictions. setStorage(StorageName value)
Sets the report storage item.void
MergeReport. setStorage(StorageName value)
Sets the report storage item.void
SetJsonValue. setStorage(StorageName value)
Sets the value storage item.void
SetMapValue. setStorage(StorageName value)
Sets the value storage item.void
WekaNearestNeighborSearch. setStorage(StorageName value)
Sets the data storage item.void
AbstractDataContainerAdd. setStorageName(StorageName value)
Sets the name of the stored value.void
AbstractDataContainerAppend. setStorageName(StorageName value)
Sets the name of the stored value.void
CollectionAppend. setStorageName(StorageName value)
Sets the name of the stored value.void
CounterAdd. setStorageName(StorageName value)
Sets the name for the lookup table in the internal storage.void
CounterInit. setStorageName(StorageName value)
Sets the name for the counter in the internal storage.void
DeleteStorageValue. setStorageName(StorageName value)
Sets the name of the stored value.void
DetermineOverlappingAreas. setStorageName(StorageName value)
Sets the name of the storage item to merge with (Report or ReportHandler).void
DetermineOverlappingObjects. setStorageName(StorageName value)
Sets the name of the storage item to merge with (Report or ReportHandler).void
HashSetAdd. setStorageName(StorageName value)
Sets the name for the lookup table in the internal storage.void
HashSetInit. setStorageName(StorageName value)
Sets the name for the hashset in the internal storage.void
HashSetRemove. setStorageName(StorageName value)
Sets the name for the hashset in the internal storage.void
ImageObjectOverlap. setStorageName(StorageName value)
Sets the name of the storage item to merge with (Report or ReportHandler).void
ImageObjectOverlapMatrix. setStorageName(StorageName value)
Sets the name of the storage item to merge with (Report or ReportHandler).void
IncStorageValue. setStorageName(StorageName value)
Sets the name of the variable to update.void
IntersectOverUnion. setStorageName(StorageName value)
Sets the name of the storage item to merge with (Report or ReportHandler).void
LookUp. setStorageName(StorageName value)
Sets the name for the lookup table in the internal storage.void
LookUpAdd. setStorageName(StorageName value)
Sets the name for the lookup table in the internal storage.void
LookUpInit. setStorageName(StorageName value)
Sets the name for the lookup table in the internal storage.void
LookUpRemove. setStorageName(StorageName value)
Sets the name for the lookup table in the internal storage.void
MergeObjectLocations. setStorageName(StorageName value)
Sets the name of the storage item to merge with (Report or ReportHandler).void
MergeReportFromMap. setStorageName(StorageName value)
Sets the name of the stored map with the sample data objects.void
PDFAppendDocument. setStorageName(StorageName value)
Sets the name of the storage item to retrieve.void
RemoveOverlappingImageObjects. setStorageName(StorageName value)
Sets the name of the storage item to merge with (Report or ReportHandler).void
SetArrayElement. setStorageName(StorageName value)
Sets the name of the stored value.void
SetStorageFlag. setStorageName(StorageName value)
Sets the name of the stored value.void
SetStorageValue. setStorageName(StorageName value)
Sets the name of the stored value.void
SpreadSheetAppend. setStorageName(StorageName value)
Sets the name of the stored value.void
StorageCollectionInsert. setStorageName(StorageName value)
Sets the storage item name that represents the collection to update.void
StorageJFreeChartAddSeries. setStorageName(StorageName value)
Sets the storage item name that represents the collection to update.void
WekaGeneticAlgorithmInitializer. setStorageName(StorageName value)
Sets the name for the data in the internal storage.void
WekaGeneticAlgorithm. setTestData(StorageName value)
Sets the (optional) storage item that contains the test data; cross-validation is performed if not present.Constructors in adams.flow.transformer with parameters of type StorageName Constructor Description DeleteStorageValue(StorageName storageName)
Initializes with the specified name.SetStorageValue(StorageName storageName)
Constructor that sets the storage name as well. -
Uses of StorageName in adams.flow.transformer.draw
Fields in adams.flow.transformer.draw declared as StorageName Modifier and Type Field Description protected StorageName
AnnotationsAndPredictions. m_StorageAnnotations
the storage item with the annotations report.protected StorageName
AnnotationsAndPredictions. m_StoragePredictions
the storage item with the predictions report.Methods in adams.flow.transformer.draw that return StorageName Modifier and Type Method Description StorageName
AnnotationsAndPredictions. getStorageAnnotations()
Returns the storage item with the annotations report.StorageName
AnnotationsAndPredictions. getStoragePredictions()
Returns the storage item with the predictions report.Methods in adams.flow.transformer.draw with parameters of type StorageName Modifier and Type Method Description void
AnnotationsAndPredictions. setStorageAnnotations(StorageName value)
Sets the storage item with the annotations report.void
AnnotationsAndPredictions. setStoragePredictions(StorageName value)
Sets the storage item with the predictions report. -
Uses of StorageName in adams.flow.websocket.client
Fields in adams.flow.websocket.client declared as StorageName Modifier and Type Field Description protected StorageName
SimpleSendWithQueue. m_Queue
the queue to use.protected StorageName
SimpleSendWithQueueGenerator. m_StorageName
the name of the queue in the internal storage.Methods in adams.flow.websocket.client that return StorageName Modifier and Type Method Description StorageName
SimpleSendWithQueueGenerator. getStorageName()
Returns the name for the queue in the internal storage.Methods in adams.flow.websocket.client with parameters of type StorageName Modifier and Type Method Description void
SimpleSendWithQueueGenerator. setStorageName(StorageName value)
Sets the name for the queue in the internal storage.Constructors in adams.flow.websocket.client with parameters of type StorageName Constructor Description SimpleSendWithQueue(URI serverURI, Logger logger, StorageName queue)
Initializes the client with the specified URI. -
Uses of StorageName in adams.gui.flow.tree.postprocessor
Methods in adams.gui.flow.tree.postprocessor that return StorageName Modifier and Type Method Description protected StorageName
StorageValueRenamed. getStorageName(Actor actor)
Extracts the variable name (the option) from the actor. -
Uses of StorageName in adams.scripting.command.flow
Fields in adams.scripting.command.flow declared as StorageName Modifier and Type Field Description protected StorageName[]
RemoteFlowExecution. m_StorageNames
the storage items to transmit.Methods in adams.scripting.command.flow that return StorageName Modifier and Type Method Description StorageName[]
RemoteFlowExecution. getStorageNames()
Returns the names of the storage items to transfer.Methods in adams.scripting.command.flow with parameters of type StorageName Modifier and Type Method Description void
RemoteFlowExecution. setStorageNames(StorageName[] value)
Sets the names of the storage items to transfer.
-