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 StorageNameEnqueue. m_StorageNamethe name of the queue in the internal storage.Methods in adams.core.command.stderr that return StorageName Modifier and Type Method Description StorageNameEnqueue. 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 voidEnqueue. 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 StorageNameEnqueue. m_StorageNamethe name of the queue in the internal storage.Methods in adams.core.command.stdout that return StorageName Modifier and Type Method Description StorageNameEnqueue. 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 voidEnqueue. 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 StorageNameMatchWekaInstanceAgainstStorageHeader. m_Headerthe header to load from storage.protected StorageNameMapToWekaInstance. m_StorageNamethe name of the stored value.Methods in adams.data.conversion that return StorageName Modifier and Type Method Description StorageNameMatchWekaInstanceAgainstStorageHeader. getHeader()Returns the name of the storage value representing the dataset header.StorageNameMapToWekaInstance. 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 voidMatchWekaInstanceAgainstStorageHeader. setHeader(StorageName value)Sets the name of the storage value representing the dataset header.voidMapToWekaInstance. 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 StorageNameSuppliedImageMask. m_Maskthe image in internal storage.Methods in adams.data.image.transformer that return StorageName Modifier and Type Method Description StorageNameSuppliedImageMask. 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 voidSuppliedImageMask. 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 StorageNameAttachOverlappingMetaData. m_StorageNamethe storage item.Methods in adams.data.objectfilter that return StorageName Modifier and Type Method Description StorageNameAttachOverlappingMetaData. 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 voidAttachOverlappingMetaData. 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 StorageNameHashSet. m_StorageNamethe name of the lookup table in the internal storage.protected StorageNameHasMapValue. m_StorageNamethe name of the java.util.Map object in internal storage.protected StorageNameHasQueue. m_StorageNamethe name of the lookup table in the internal storage.protected StorageNameHasStorageValue. m_StorageNamethe name of the lookup table in the internal storage.protected StorageNameStorageFlagSet. m_StorageNamethe name of the flag in storage.Methods in adams.flow.condition.bool that return StorageName Modifier and Type Method Description StorageNameHashSet. getStorageName()Returns the name for the hashset in the internal storage.StorageNameHasMapValue. getStorageName()Returns the name of the Map object in storage to check.StorageNameHasQueue. getStorageName()Returns the name of the queue to check.StorageNameHasStorageValue. getStorageName()Returns the name of the storage value to check.StorageNameStorageFlagSet. 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 voidHashSet. setStorageName(StorageName value)Sets the name for the hashset in the internal storage.voidHasMapValue. setStorageName(StorageName value)Sets the name of the Map object in storage to check.voidHasQueue. setStorageName(StorageName value)Sets the name of the queue to check.voidHasStorageValue. setStorageName(StorageName value)Sets the name of the storage value to check.voidStorageFlagSet. 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 StorageNameIfStorageValue. m_StorageNamethe name of the stored value.protected StorageNameInjector. m_StorageNamethe storage item.protected StorageNameSetContainerValue. m_StorageNamethe storage name to retrieve the data from.protected StorageNameStorageValueSequence. m_StorageNamethe name of the stored value.protected StorageName[]RemoteExecutionTrigger. m_StorageNamesthe storage items to transmit.Methods in adams.flow.control that return StorageName Modifier and Type Method Description StorageNameIfStorageValue. getStorageName()Returns the name of the stored value.StorageNameInjector. getStorageName()Returns the name of the storage item to inject.StorageNameSetContainerValue. getStorageName()Returns the name of the storage item to use.StorageNameStorageValueSequence. getStorageName()Returns the name of the stored value.StorageName[]RemoteExecutionTrigger. getStorageNames()Returns the names of the storage items to transfer.StorageNameVariableNameStorageNamePair. 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 ObjectStorage. get(StorageName name)Returns the object associated with the name.ObjectStorage. get(String cache, StorageName name)Returns the object associated with the name from the named LRU cache.protected ObjectSetContainerValue. getValue(StorageName name)Returns the value obtained from the callable actor.booleanStorage. has(StorageName name)Checks whether a value is stored under the given name.booleanStorage. has(String cache, StorageName name)Checks whether a value is stored under the given name in the named LRU cache.ObjectStorage. put(StorageName name, Object value)Adds the given value under the specified name.voidStorage. put(String cache, StorageName name, Object value)Adds the given value under the specified name to the named LRU cache.ObjectStorage. remove(StorageName name)Removes the object associated with the name.ObjectStorage. remove(String cache, StorageName name)Removes the object associated with the name using the named LRU cache.voidIfStorageValue. setStorageName(StorageName value)Sets the name of the stored value.voidInjector. setStorageName(StorageName value)Sets the name of the storage item to inject.voidSetContainerValue. setStorageName(StorageName value)Sets the name of the storage item to use.voidStorageValueSequence. setStorageName(StorageName value)Sets the name of the stored value.voidRemoteExecutionTrigger. 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 StorageNameAbstractModelLoader. m_ModelStoragethe model storage.protected StorageNameObjectRetriever. m_ObjectStoragethe object storage.Methods in adams.flow.core that return StorageName Modifier and Type Method Description static StorageNameEncapsulateActors. createInputStorageName(StorageName[] items)Generates a storage name for the input token, ensuring that it doesn't interfere with storage items to keep.static StorageNameEncapsulateActors. createOutputStorageName(StorageName[] items)Generates a storage name for the output token, ensuring that it doesn't interfere with storage items to keep.protected static StorageNameEncapsulateActors. createStorageName(StorageName[] items, String prefix)Generates a storage name, ensuring that it doesn't interfere with storage items to keep.StorageNameAbstractModelLoader. getModelStorage()Returns the storage item name to get the model from.StorageNameModelLoaderSupporter. getModelStorage()Returns the storage item name to get the model from.StorageNameObjectRetriever. 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 StorageNameEncapsulateActors. createInputStorageName(StorageName[] items)Generates a storage name for the input token, ensuring that it doesn't interfere with storage items to keep.static StorageNameEncapsulateActors. createOutputStorageName(StorageName[] items)Generates a storage name for the output token, ensuring that it doesn't interfere with storage items to keep.protected static StorageNameEncapsulateActors. createStorageName(StorageName[] items, String prefix)Generates a storage name, ensuring that it doesn't interfere with storage items to keep.static EncapsulatedActorsContainerEncapsulateActors. encapsulate(Actor actor, VariableName[] vars, StorageName[] items)Encapsulates the actor as is.static EncapsulatedActorsContainerEncapsulateActors. encapsulate(Actor actor, VariableName[] vars, StorageName[] items, Object input)Encapsulates the actor as is.static booleanQueueHelper. enqueue(Actor actor, StorageName queue, Object payload)Queues the payload in the specified queue.static booleanQueueHelper. enqueueDelayedAt(Actor actor, StorageName queue, Object payload, long retrievalAt)Queues the payload in the specified queue, applying the specified retrieval timestamp.static booleanQueueHelper. enqueueDelayedBy(Actor actor, StorageName queue, Object payload, long retrievalDelay)Queues the payload in the specified queue, applying the specified retrieval delay.static StorageQueueHandlerQueueHelper. getQueue(Actor actor, StorageName queue)Returns the specified queue.static StorageEncapsulateActors. getStorage(Actor context, StorageName[] items)Extracts the specified storage items and returns the subset.static booleanQueueHelper. hasQueue(Actor actor, StorageName queue)Checks whether the specified queue is available.voidAbstractModelLoader. setModelStorage(StorageName value)Sets the storage item name to get the model from.voidModelLoaderSupporter. setModelStorage(StorageName value)Sets the storage item name to get the model from.voidObjectRetriever. setObjectStorage(StorageName value)Sets the storage item name to get the object from.voidRemoteExecutionHandler. setStorageNames(StorageName[] value)Sets the names of the storage items to transfer.static EncapsulatedActorsContainerEncapsulateActors. wrap(Actor actor, VariableName[] vars, StorageName[] items)Wraps the actor to obtain a fully self-container flow.static EncapsulatedActorsContainerEncapsulateActors. 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 StorageNameUpdateStorageName. 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 StorageNameUpdateStorageName. getReplacement(StorageName old, String newName)Returns the replacement object.protected booleanUpdateStorageName. 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 StorageNameEnQueue. m_StorageNamethe name of the queue in the internal storage.protected StorageNamePublish. m_StorageNamethe name of the publish/subscribe data structure in the internal storage.Methods in adams.flow.sink that return StorageName Modifier and Type Method Description StorageNameEnQueue. getStorageName()Returns the name for the queue in the internal storage.StorageNamePublish. 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 voidEnQueue. setStorageName(StorageName value)Sets the name for the queue in the internal storage.voidPublish. 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 StorageNameHttpRequest. m_Cookiesthe storage value containing the cookies to use.protected StorageNameCounter. m_StorageNamethe name of the lookup table in the internal storage.protected StorageNameDeQueue. m_StorageNamethe name of the queue in the internal storage.protected StorageNameHashSet. m_StorageNamethe name of the hashset in the internal storage.protected StorageNameLookUp. m_StorageNamethe name of the lookup table in the internal storage.protected StorageNameLookUpTable. m_StorageNamethe name of the lookup table in the internal storage.protected StorageNameStorageForLoop. m_StorageNamethe storage value to output.protected StorageNameStorageValue. m_StorageNamethe name of the stored value.protected StorageName[]CombineArrays. m_StorageNamesthe names of the stored values.protected StorageName[]CombineCollections. m_StorageNamesthe names of the stored values.protected StorageName[]MakeContainer. m_StorageNamesthe storage names to retrieve the data from.protected StorageName[]StorageValuesArray. m_StorageNamesthe names of the stored values.protected StorageName[]ZipArrays. m_StorageNamesthe names of the stored values.Methods in adams.flow.source that return StorageName Modifier and Type Method Description StorageNameHttpRequest. getCookies()Returns the (optional) storage name with the cookies to use.StorageNameCounter. getStorageName()Returns the name of the counter in the internal storage.StorageNameDeQueue. getStorageName()Returns the name for the queue in the internal storage.StorageNameHashSet. getStorageName()Returns the name of the hashset in the internal storage.StorageNameLookUp. getStorageName()Returns the name of the lookup table in the internal storage.StorageNameLookUpTable. getStorageName()Returns the name of the lookup table in the internal storage.StorageNameStorageForLoop. getStorageName()Returns the name of the storage value to forward.StorageNameStorageValue. 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 voidCombineArrays. addStorageName(StorageName value)Adds the storage name.voidCombineCollections. addStorageName(StorageName value)Adds the storage name.voidStorageValuesArray. addStorageName(StorageName value)Adds the storage name.voidZipArrays. addStorageName(StorageName value)Adds the storage name.protected ObjectMakeContainer. getValue(StorageName name)Returns the value obtained from the callable actor.voidHttpRequest. setCookies(StorageName value)Sets the (optional) storage name with the cookies to use.voidCounter. setStorageName(StorageName value)Sets the name of the counter in the internal storage.voidDeQueue. setStorageName(StorageName value)Sets the name for the queue in the internal storage.voidHashSet. setStorageName(StorageName value)Sets the name of the hashset in the internal storage.voidLookUp. setStorageName(StorageName value)Sets the name of the lookup table in the internal storage.voidLookUpTable. setStorageName(StorageName value)Sets the name of the lookup table in the internal storage.voidStorageForLoop. setStorageName(StorageName value)Sets the name of the storage value to forward.voidStorageValue. setStorageName(StorageName value)Sets the name of the stored value.voidCombineArrays. setStorageNames(StorageName[] value)Sets the names of the stored values.voidCombineCollections. setStorageNames(StorageName[] value)Sets the names of the stored values.voidMakeContainer. setStorageNames(StorageName[] value)Sets the names of the storage items to use.voidStorageValuesArray. setStorageNames(StorageName[] value)Sets the names of the stored values.voidZipArrays. 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 StorageNameCounterInit. m_StorageNamethe name of the counter in the internal storage.protected StorageNameDeleteStorageValue. m_StorageNamethe name of the value to store.protected StorageNameDeserializeToStorage. m_StorageNamethe storage name to store the model under.protected StorageNameHashSetInit. m_StorageNamethe name of the hashset in the internal storage.protected StorageNameLookUpInit. m_StorageNamethe name of the lookup table in the internal storage.protected StorageNameQueueEvent. m_StorageNamethe name of the queue in the internal storage.protected StorageName[]QueueInit. m_StorageNamethe name(s) of the queue in the internal storage.protected StorageName[]InitPublishSubscribe. m_StorageNamesthe names of the publish/subscribe data structures in the internal storage.Fields in adams.flow.standalone with type parameters of type StorageName Modifier and Type Field Description protected List<StorageName>WekaInitializeScriptedClassifiers. m_StorageNamesthe classifiers to initialize.Methods in adams.flow.standalone that return StorageName Modifier and Type Method Description StorageNameCounterInit. getStorageName()Returns the name for the counter in the internal storage.StorageNameDeleteStorageValue. getStorageName()Returns the name of the stored value.StorageNameDeserializeToStorage. getStorageName()Returns the name of the stored value.StorageNameHashSetInit. getStorageName()Returns the name for the hashset in the internal storage.StorageNameLookUpInit. getStorageName()Returns the name for the lookup table in the internal storage.StorageNameQueueEvent. 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.StorageName[]WekaInitializeScriptedClassifiers. getStorageNames()Returns the storage names of the scripted classifiers to initialize.Methods in adams.flow.standalone with parameters of type StorageName Modifier and Type Method Description voidWekaInitializeScriptedClassifiers. addStorageName(StorageName value)Adds the storage name of the scripted classifier to initialize.protected StringDeserializeToStorage. read(PlaceholderFile file, StorageName name)Reads the file and stores the object in storage.voidCounterInit. setStorageName(StorageName value)Sets the name for the counter in the internal storage.voidDeleteStorageValue. setStorageName(StorageName value)Sets the name of the stored value.voidDeserializeToStorage. setStorageName(StorageName value)Sets the name of the stored value.voidHashSetInit. setStorageName(StorageName value)Sets the name for the hashset in the internal storage.voidLookUpInit. setStorageName(StorageName value)Sets the name for the lookup table in the internal storage.voidQueueEvent. setStorageName(StorageName value)Sets the name for the queue in the internal storage.voidQueueInit. setStorageName(StorageName[] value)Sets the names for the queue in the internal storage.voidInitPublishSubscribe. setStorageNames(StorageName[] value)Sets the names for the pub/sub data structures in the internal storage.voidWekaInitializeScriptedClassifiers. setStorageNames(StorageName[] value)Sets the storage names of the scripted classifiers to initialize.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.standalone.subprocessevent
Fields in adams.flow.standalone.subprocessevent declared as StorageName Modifier and Type Field Description protected StorageNameSubPub. m_PublishStorageNamethe name of the queue in the internal storage to publish to.protected StorageNameSubPub. m_SubscribeStorageNamethe name of the queue in the internal storage to subscribe to.Methods in adams.flow.standalone.subprocessevent that return StorageName Modifier and Type Method Description StorageNameSubPub. getPublishStorageName()Returns the name for the queue in the internal storage to publish to.StorageNameSubPub. getSubscribeStorageName()Returns the name for the queue in the internal storage to subscribe to.Methods in adams.flow.standalone.subprocessevent with parameters of type StorageName Modifier and Type Method Description voidSubPub. setPublishStorageName(StorageName value)Sets the name for the queue in the internal storage to publish to.voidSubPub. setSubscribeStorageName(StorageName value)Sets the name for the queue in the internal storage to subscribe to. -
Uses of StorageName in adams.flow.transformer
Fields in adams.flow.transformer declared as StorageName Modifier and Type Field Description protected StorageNameCompareObjectLocations. m_AnnotationsStorageNamethe storage item with the annotations.protected StorageNameWekaStoreInstance. m_Datasetthe dataset to append to.protected StorageNameCompareObjectLocations. m_PredictionsStorageNamethe storage item with the predictions.protected StorageNameCompareObjectLocations. m_ScreenshotQueuethe queue to send the screenshot to.protected StorageNameIndexedSplitsRunsEvaluation. m_Storagethe storage item.protected StorageNameIndexedSplitsRunsPredictions. m_Storagethe storage item.protected StorageNameMergeReport. m_Storagethe storage item.protected StorageNameSetJsonValue. m_Storagethe storage item.protected StorageNameSetMapValue. m_Storagethe storage item.protected StorageNameWekaNearestNeighborSearch. m_Storagethe storage item.protected StorageNameAbstractDataContainerAdd. m_StorageNamethe name of the stored value.protected StorageNameAbstractDataContainerAppend. m_StorageNamethe name of the stored value.protected StorageNameAppendArchive. m_StorageNamethe storage item to use.protected StorageNameCollectionAppend. m_StorageNamethe name of the stored value.protected StorageNameCounterAdd. m_StorageNamethe name of the counter in the internal storage.protected StorageNameCounterInit. m_StorageNamethe name of the counter in the internal storage.protected StorageNameDeleteStorageValue. m_StorageNamethe name of the value to store.protected StorageNameDetermineOverlappingAreas. m_StorageNamethe storage item.protected StorageNameDetermineOverlappingObjects. m_StorageNamethe storage item.protected StorageNameHashSetAdd. m_StorageNamethe name of the hashset in the internal storage.protected StorageNameHashSetInit. m_StorageNamethe name of the hashset in the internal storage.protected StorageNameHashSetRemove. m_StorageNamethe name of the hashset in the internal storage.protected StorageNameImageObjectOverlap. m_StorageNamethe storage item.protected StorageNameImageObjectOverlapMatrix. m_StorageNamethe storage item.protected StorageNameIncStorageValue. m_StorageNamethe name of the storage value.protected StorageNameIntersectOverUnion. m_StorageNamethe storage item.protected StorageNameLookUp. m_StorageNamethe name of the lookup table in the internal storage.protected StorageNameLookUpAdd. m_StorageNamethe name of the lookup table in the internal storage.protected StorageNameLookUpInit. m_StorageNamethe name of the lookup table in the internal storage.protected StorageNameLookUpRemove. m_StorageNamethe name of the lookup table in the internal storage.protected StorageNameMergeObjectLocations. m_StorageNamethe storage item.protected StorageNameMergeReportFromMap. m_StorageNamethe name of the stored value.protected StorageNamePDFAppendDocument. m_StorageNamethe storage item to use.protected StorageNameRemoveOverlappingImageObjects. m_StorageNamethe storage item.protected StorageNameSetArrayElement. m_StorageNamethe storage name.protected StorageNameSetStorageFlag. m_StorageNamethe name of the item to store the flag value under.protected StorageNameSetStorageValue. m_StorageNamethe name of the value to store.protected StorageNameSpreadSheetAppend. m_StorageNamethe name of the stored value.protected StorageNameStorageCollectionInsert. m_StorageNamethe name of the collection in storage.protected StorageNameStorageJFreeChartAddSeries. m_StorageNamethe name of the dataset in storage.protected StorageNameStorageXChartAddDataset. m_StorageNamethe name of the dataset in storage.protected StorageNameWekaGeneticAlgorithmInitializer. m_StorageNamethe name of the datasets in the internal storage.protected StorageNameWekaGeneticAlgorithm. m_TestDatathe storage name of the test data.Methods in adams.flow.transformer that return StorageName Modifier and Type Method Description StorageNameCompareObjectLocations. getAnnotationsStorageName()Returns the storage item containing the annotations.StorageNameWekaStoreInstance. getDataset()Returns the name of the dataset in internal storage to append to.StorageNameAbstractProcessWekaInstanceWithModel. getModelStorage()Returns the filter storage item.StorageNameWekaFilter. getModelStorage()Returns the filter storage item.StorageNameCollectionInsert. getObjectStorage()Returns the storage item name to get the object from.StorageNameMat5FileAddArray. getObjectStorage()Returns the storage item name to get the object from.StorageNameMat5FileAddMap. getObjectStorage()Returns the storage item name to get the object from.StorageNameMat5SetStructField. getObjectStorage()Returns the storage item name to get the object from.StorageNameCompareObjectLocations. getPredictionsStorageName()Returns the storage item containing the predictions.StorageNameCompareObjectLocations. getScreenshotQueue()Returns the queue to receive the screenshot.StorageNameIndexedSplitsRunsEvaluation. getStorage()Returns the report storage item.StorageNameIndexedSplitsRunsPredictions. getStorage()Returns the report storage item.StorageNameMergeReport. getStorage()Returns the report storage item.StorageNameSetJsonValue. getStorage()Returns the value storage item.StorageNameSetMapValue. getStorage()Returns the value storage item.StorageNameWekaNearestNeighborSearch. getStorage()Returns the data storage item.StorageNameAbstractDataContainerAdd. getStorageName()Returns the name of the stored value.StorageNameAbstractDataContainerAppend. getStorageName()Returns the name of the stored value.StorageNameAppendArchive. getStorageName()Returns the name of the storage item to retrieve.StorageNameCollectionAppend. getStorageName()Returns the name of the stored value.StorageNameCounterAdd. getStorageName()Returns the name for the lookup table in the internal storage.StorageNameCounterInit. getStorageName()Returns the name for the counter in the internal storage.StorageNameDeleteStorageValue. getStorageName()Returns the name of the stored value.StorageNameDetermineOverlappingAreas. getStorageName()Returns the name of the storage item to merge with (Report or ReportHandler).StorageNameDetermineOverlappingObjects. getStorageName()Returns the name of the storage item to merge with (Report or ReportHandler).StorageNameHashSetAdd. getStorageName()Returns the name for the lookup table in the internal storage.StorageNameHashSetInit. getStorageName()Returns the name for the hashset in the internal storage.StorageNameHashSetRemove. getStorageName()Returns the name for the hashset in the internal storage.StorageNameImageObjectOverlap. getStorageName()Returns the name of the storage item to merge with (Report or ReportHandler).StorageNameImageObjectOverlapMatrix. getStorageName()Returns the name of the storage item to merge with (Report or ReportHandler).StorageNameIncStorageValue. getStorageName()Returns the name of the variable to update.StorageNameIntersectOverUnion. getStorageName()Returns the name of the storage item to merge with (Report or ReportHandler).StorageNameLookUp. getStorageName()Returns the name for the lookup table in the internal storage.StorageNameLookUpAdd. getStorageName()Returns the name for the lookup table in the internal storage.StorageNameLookUpInit. getStorageName()Returns the name for the lookup table in the internal storage.StorageNameLookUpRemove. getStorageName()Returns the name for the lookup table in the internal storage.StorageNameMergeObjectLocations. getStorageName()Returns the name of the storage item to merge with (Report or ReportHandler).StorageNameMergeReportFromMap. getStorageName()Returns the name of the stored map with the sample data objects.StorageNamePDFAppendDocument. getStorageName()Returns the name of the storage item to retrieve.StorageNameRemoveOverlappingImageObjects. getStorageName()Returns the name of the storage item to merge with (Report or ReportHandler).StorageNameSetArrayElement. getStorageName()Returns the name of the stored value.StorageNameSetStorageFlag. getStorageName()Returns the name of the stored value.StorageNameSetStorageValue. getStorageName()Returns the name of the stored value.StorageNameSpreadSheetAppend. getStorageName()Returns the name of the stored value.StorageNameStorageCollectionInsert. getStorageName()Returns the storage item name that represents the collection to update.StorageNameStorageJFreeChartAddSeries. getStorageName()Returns the storage item name that represents the collection to update.StorageNameStorageXChartAddDataset. getStorageName()Returns the storage item name that represents the collection to update.StorageNameWekaGeneticAlgorithmInitializer. getStorageName()Returns the name for the data in the internal storage.StorageNameWekaGeneticAlgorithm. 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 voidCompareObjectLocations. sendScreenshot(AbstractComparisonPanel panel, StorageName storageName)Sends the screenshot to the callable actor.voidCompareObjectLocations. setAnnotationsStorageName(StorageName value)Sets the storage item containing the annotations.voidWekaStoreInstance. setDataset(StorageName value)Sets the name of the dataset in internal storage to append to.voidAbstractProcessWekaInstanceWithModel. setModelStorage(StorageName value)Sets the filter storage item.voidWekaFilter. setModelStorage(StorageName value)Sets the filter storage item.voidCollectionInsert. setObjectStorage(StorageName value)Sets the storage item name to get the object from.voidMat5FileAddArray. setObjectStorage(StorageName value)Sets the storage item name to get the object from.voidMat5FileAddMap. setObjectStorage(StorageName value)Sets the storage item name to get the object from.voidMat5SetStructField. setObjectStorage(StorageName value)Sets the storage item name to get the object from.voidCompareObjectLocations. setPredictionsStorageName(StorageName value)Sets the storage item containing the predictions.voidCompareObjectLocations. setScreenshotQueue(StorageName value)Sets the queue to receive the screenshot.voidIndexedSplitsRunsEvaluation. setStorage(StorageName value)Sets the report storage item.voidIndexedSplitsRunsPredictions. setStorage(StorageName value)Sets the report storage item.voidMergeReport. setStorage(StorageName value)Sets the report storage item.voidSetJsonValue. setStorage(StorageName value)Sets the value storage item.voidSetMapValue. setStorage(StorageName value)Sets the value storage item.voidWekaNearestNeighborSearch. setStorage(StorageName value)Sets the data storage item.voidAbstractDataContainerAdd. setStorageName(StorageName value)Sets the name of the stored value.voidAbstractDataContainerAppend. setStorageName(StorageName value)Sets the name of the stored value.voidAppendArchive. setStorageName(StorageName value)Sets the name of the storage item to retrieve.voidCollectionAppend. setStorageName(StorageName value)Sets the name of the stored value.voidCounterAdd. setStorageName(StorageName value)Sets the name for the lookup table in the internal storage.voidCounterInit. setStorageName(StorageName value)Sets the name for the counter in the internal storage.voidDeleteStorageValue. setStorageName(StorageName value)Sets the name of the stored value.voidDetermineOverlappingAreas. setStorageName(StorageName value)Sets the name of the storage item to merge with (Report or ReportHandler).voidDetermineOverlappingObjects. setStorageName(StorageName value)Sets the name of the storage item to merge with (Report or ReportHandler).voidHashSetAdd. setStorageName(StorageName value)Sets the name for the lookup table in the internal storage.voidHashSetInit. setStorageName(StorageName value)Sets the name for the hashset in the internal storage.voidHashSetRemove. setStorageName(StorageName value)Sets the name for the hashset in the internal storage.voidImageObjectOverlap. setStorageName(StorageName value)Sets the name of the storage item to merge with (Report or ReportHandler).voidImageObjectOverlapMatrix. setStorageName(StorageName value)Sets the name of the storage item to merge with (Report or ReportHandler).voidIncStorageValue. setStorageName(StorageName value)Sets the name of the variable to update.voidIntersectOverUnion. setStorageName(StorageName value)Sets the name of the storage item to merge with (Report or ReportHandler).voidLookUp. setStorageName(StorageName value)Sets the name for the lookup table in the internal storage.voidLookUpAdd. setStorageName(StorageName value)Sets the name for the lookup table in the internal storage.voidLookUpInit. setStorageName(StorageName value)Sets the name for the lookup table in the internal storage.voidLookUpRemove. setStorageName(StorageName value)Sets the name for the lookup table in the internal storage.voidMergeObjectLocations. setStorageName(StorageName value)Sets the name of the storage item to merge with (Report or ReportHandler).voidMergeReportFromMap. setStorageName(StorageName value)Sets the name of the stored map with the sample data objects.voidPDFAppendDocument. setStorageName(StorageName value)Sets the name of the storage item to retrieve.voidRemoveOverlappingImageObjects. setStorageName(StorageName value)Sets the name of the storage item to merge with (Report or ReportHandler).voidSetArrayElement. setStorageName(StorageName value)Sets the name of the stored value.voidSetStorageFlag. setStorageName(StorageName value)Sets the name of the stored value.voidSetStorageValue. setStorageName(StorageName value)Sets the name of the stored value.voidSpreadSheetAppend. setStorageName(StorageName value)Sets the name of the stored value.voidStorageCollectionInsert. setStorageName(StorageName value)Sets the storage item name that represents the collection to update.voidStorageJFreeChartAddSeries. setStorageName(StorageName value)Sets the storage item name that represents the collection to update.voidStorageXChartAddDataset. setStorageName(StorageName value)Sets the storage item name that represents the collection to update.voidWekaGeneticAlgorithmInitializer. setStorageName(StorageName value)Sets the name for the data in the internal storage.voidWekaGeneticAlgorithm. 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 StorageNameAnnotationsAndPredictions. m_StorageAnnotationsthe storage item with the annotations report.protected StorageNameAnnotationsAndPredictions. m_StoragePredictionsthe storage item with the predictions report.Methods in adams.flow.transformer.draw that return StorageName Modifier and Type Method Description StorageNameAnnotationsAndPredictions. getStorageAnnotations()Returns the storage item with the annotations report.StorageNameAnnotationsAndPredictions. 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 voidAnnotationsAndPredictions. setStorageAnnotations(StorageName value)Sets the storage item with the annotations report.voidAnnotationsAndPredictions. 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 StorageNameSimpleSendWithQueue. m_Queuethe queue to use.protected StorageNameSimpleSendWithQueueGenerator. m_StorageNamethe name of the queue in the internal storage.Methods in adams.flow.websocket.client that return StorageName Modifier and Type Method Description StorageNameSimpleSendWithQueueGenerator. 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 voidSimpleSendWithQueueGenerator. 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 StorageNameStorageValueRenamed. 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_StorageNamesthe 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 voidRemoteFlowExecution. setStorageNames(StorageName[] value)Sets the names of the storage items to transfer.
-