Uses of Class
adams.core.base.BaseString
-
-
Uses of BaseString in adams.core.command
Fields in adams.core.command declared as BaseString Modifier and Type Field Description protected BaseString[]AbstractAsyncCapableExternalCommandWithOptions. m_Optionsthe options for the command.protected BaseString[]AbstractExternalCommandWithOptions. m_Optionsthe options for the command.Methods in adams.core.command that return BaseString Modifier and Type Method Description BaseString[]AbstractAsyncCapableExternalCommandWithOptions. getOptions()Returns the options for the command.BaseString[]AbstractExternalCommandWithOptions. getOptions()Returns the options for the command.BaseString[]ExternalCommandWithOptions. getOptions()Returns the options for the command.Methods in adams.core.command with parameters of type BaseString Modifier and Type Method Description voidAbstractAsyncCapableExternalCommandWithOptions. setOptions(BaseString[] value)Sets the options for the command.voidAbstractExternalCommandWithOptions. setOptions(BaseString[] value)Sets the options for the command.voidExternalCommandWithOptions. setOptions(BaseString[] value)Sets the options for the command. -
Uses of BaseString in adams.core.option
Fields in adams.core.option declared as BaseString Modifier and Type Field Description protected BaseString[]FlowJUnitTestProducer. m_RegressionFilesthe files to use in the regression test.Methods in adams.core.option that return BaseString Modifier and Type Method Description BaseString[]FlowJUnitTestProducer. getRegressionFiles()Returns the regression files to use.Methods in adams.core.option with parameters of type BaseString Modifier and Type Method Description voidFlowJUnitTestProducer. setRegressionFiles(BaseString[] value)Sets the regression files to use. -
Uses of BaseString in adams.data.image
Fields in adams.data.image declared as BaseString Modifier and Type Field Description protected BaseString[]AbstractImageFeatureGenerator. m_Notesthe notes to add as attributes.Methods in adams.data.image that return BaseString Modifier and Type Method Description BaseString[]AbstractImageFeatureGenerator. getNotes()Returns the current notes to add as attributes.Methods in adams.data.image with parameters of type BaseString Modifier and Type Method Description voidAbstractImageFeatureGenerator. setNotes(BaseString[] value)Sets the notes to add as attributes. -
Uses of BaseString in adams.data.imagesegmentation.filter
Fields in adams.data.imagesegmentation.filter declared as BaseString Modifier and Type Field Description protected BaseString[]MergeLayers. m_LayersToMergethe layers to merge.Methods in adams.data.imagesegmentation.filter that return BaseString Modifier and Type Method Description BaseString[]MergeLayers. getLayersToMerge()Returns the names of the layers to merge.Methods in adams.data.imagesegmentation.filter with parameters of type BaseString Modifier and Type Method Description voidMergeLayers. setLayersToMerge(BaseString[] value)Sets the names of the layers to merge. -
Uses of BaseString in adams.data.imagesegmentation.layerorder
Fields in adams.data.imagesegmentation.layerorder declared as BaseString Modifier and Type Field Description protected BaseString[]Predefined. m_Layersthe predefined layer order.Methods in adams.data.imagesegmentation.layerorder that return BaseString Modifier and Type Method Description BaseString[]Predefined. getLayers()Returns the predefined order.Methods in adams.data.imagesegmentation.layerorder with parameters of type BaseString Modifier and Type Method Description voidPredefined. setLayers(BaseString[] value)Sets the predefined order. -
Uses of BaseString in adams.data.imagesegmentation.operation
Fields in adams.data.imagesegmentation.operation declared as BaseString Modifier and Type Field Description protected BaseString[]CompareAnnotationWithPrediction. m_Labelsthe labels to analyze (all if none specified).protected BaseString[]CompareAnnotationWithPredictionStats. m_Labelsthe labels to analyze (all if none specified).protected BaseString[]ConfusionMatrix. m_Labelsthe label to use instead of automatically determining.protected BaseString[]SimpleOverlay. m_Layersthe layers to use.Methods in adams.data.imagesegmentation.operation that return BaseString Modifier and Type Method Description BaseString[]CompareAnnotationWithPrediction. getLabels()Returns the labels to generate the images for instead of all.BaseString[]CompareAnnotationWithPredictionStats. getLabels()Returns the labels to generate the images for instead of all.BaseString[]ConfusionMatrix. getLabels()Returns the labels to use for enforcing order other than alphabetical.BaseString[]SimpleOverlay. getLayers()Returns the layers to display, uses all if empty array.Methods in adams.data.imagesegmentation.operation with parameters of type BaseString Modifier and Type Method Description voidCompareAnnotationWithPrediction. setLabels(BaseString[] value)Sets the labels to generate the images for instead of all.voidCompareAnnotationWithPredictionStats. setLabels(BaseString[] value)Sets the labels to generate the images for instead of all.voidConfusionMatrix. setLabels(BaseString[] value)Sets the labels to use for enforcing order other than alphabetical.voidSimpleOverlay. setLayers(BaseString[] value)Sets the layers to display, uses all if empty array. -
Uses of BaseString in adams.data.io.input
Fields in adams.data.io.input declared as BaseString Modifier and Type Field Description protected BaseString[]ExcelStreamingSpreadSheetReader. m_CellStringIDthe extra cell strings to manage.protected BaseString[]ExcelStreamingSpreadSheetReader. m_CellTypeIDthe extra cell types to manage.protected BaseString[]AbstractPNGAnnotationImageSegmentationReader. m_LayerNamesthe layer names.Methods in adams.data.io.input that return BaseString Modifier and Type Method Description BaseString[]ExcelStreamingSpreadSheetReader. getCellStringID()Returns the array of cell string IDs.BaseString[]ExcelStreamingSpreadSheetReader. getCellTypeID()Returns the array of cell type IDs.BaseString[]AbstractPNGAnnotationImageSegmentationReader. getLayerNames()Returns the names for the layers to use.BaseString[]ImageSegmentationAnnotationReaderWithLayerNames. getLayerNames()Returns the names for the layers to use.Methods in adams.data.io.input with parameters of type BaseString Modifier and Type Method Description voidExcelStreamingSpreadSheetReader. setCellStringID(BaseString[] value)Sets the array of cell string IDs.voidExcelStreamingSpreadSheetReader. setCellTypeID(BaseString[] value)Sets the array of cell type IDs.voidAbstractPNGAnnotationImageSegmentationReader. setLayerNames(BaseString[] value)Sets the names for the layers to use.voidImageSegmentationAnnotationReaderWithLayerNames. setLayerNames(BaseString[] value)Sets the names for the layers to use. -
Uses of BaseString in adams.data.io.output
Fields in adams.data.io.output declared as BaseString Modifier and Type Field Description protected BaseString[]DeepLabCutCSVWriter. m_Individualsthe number of individuals.protected BaseString[]DeepLabCutCSVWriter. m_Labelsthe labels to output.protected BaseString[]AbstractPNGAnnotationImageSegmentationWriter. m_LayerNamesthe layer names.protected BaseString[]ObjectLocationsSpreadSheetWriter. m_MetaDataKeysthe meta-data keys to output as well (comma-separated).Methods in adams.data.io.output that return BaseString Modifier and Type Method Description BaseString[]DeepLabCutCSVWriter. getIndividuals()Returns the names of the individuals to output (leave empty for single-animal output).BaseString[]DeepLabCutCSVWriter. getLabels()Returns the labels to output.BaseString[]AbstractPNGAnnotationImageSegmentationWriter. getLayerNames()Returns the names for the layers to use; outputs all if none specified.BaseString[]ImageSegmentationAnnotationWriterWithLayerNames. getLayerNames()Returns the names for the layers to use.BaseString[]ObjectLocationsSpreadSheetWriter. getMetaDataKeys()Returns the range of columns to store as meta-data.Methods in adams.data.io.output with parameters of type BaseString Modifier and Type Method Description voidDeepLabCutCSVWriter. setIndividuals(BaseString[] value)Sets the names of the number of individuals to output (leave empty for single-animal output).voidDeepLabCutCSVWriter. setLabels(BaseString[] value)Sets the labels to output.voidAbstractPNGAnnotationImageSegmentationWriter. setLayerNames(BaseString[] value)Sets the names for the layers to use; outputs all if none specified.voidImageSegmentationAnnotationWriterWithLayerNames. setLayerNames(BaseString[] value)Sets the names for the layers to use.voidObjectLocationsSpreadSheetWriter. setMetaDataKeys(BaseString[] value)Sets the meta-data keys to output as well. -
Uses of BaseString in adams.data.objectfilter
Fields in adams.data.objectfilter declared as BaseString Modifier and Type Field Description protected BaseString[]AttachOverlappingMetaData. m_MetaDataKeysthe meta-data keys to attach.Methods in adams.data.objectfilter that return BaseString Modifier and Type Method Description BaseString[]AttachOverlappingMetaData. getMetaDataKeys()Returns the keys of the meta-data values to attach.Methods in adams.data.objectfilter with parameters of type BaseString Modifier and Type Method Description voidAttachOverlappingMetaData. setMetaDataKeys(BaseString[] value)Sets the keys of the meta-data values to attach. -
Uses of BaseString in adams.data.objectoverlap
Fields in adams.data.objectoverlap declared as BaseString Modifier and Type Field Description protected BaseString[]AbstractObjectOverlap. m_MetaDataKeysthe meta-data keys to copy.Methods in adams.data.objectoverlap that return BaseString Modifier and Type Method Description BaseString[]AbstractObjectOverlap. getMetaDataKeys()Returns the keys of the meta-data values to copy across.Methods in adams.data.objectoverlap with parameters of type BaseString Modifier and Type Method Description voidAbstractObjectOverlap. setMetaDataKeys(BaseString[] value)Sets the keys of the meta-data values to copy across. -
Uses of BaseString in adams.data.timeseries
Fields in adams.data.timeseries declared as BaseString Modifier and Type Field Description protected BaseString[]AbstractTimeseriesFeatureGenerator. m_Notesthe notes to add as attributes.Methods in adams.data.timeseries that return BaseString Modifier and Type Method Description BaseString[]AbstractTimeseriesFeatureGenerator. getNotes()Returns the current notes to add as attributes.Methods in adams.data.timeseries with parameters of type BaseString Modifier and Type Method Description voidAbstractTimeseriesFeatureGenerator. setNotes(BaseString[] value)Sets the notes to add as attributes. -
Uses of BaseString in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as BaseString Modifier and Type Field Description protected BaseString[]InList. m_Itemsthe strings to match against.Methods in adams.flow.condition.bool that return BaseString Modifier and Type Method Description BaseString[]InList. getItems()Returns the string items to check against.Methods in adams.flow.condition.bool with parameters of type BaseString Modifier and Type Method Description voidInList. setItems(BaseString[] value)Sets the string items to check against. -
Uses of BaseString in adams.flow.control
Fields in adams.flow.control declared as BaseString Modifier and Type Field Description protected BaseString[]UpdateProperties. m_Propertiesthe property paths.protected BaseStringSetContainerValue. m_ValueNamethe name under which to store the data.protected BaseString[]Breakpoint. m_Watchesthe watch expressions.Methods in adams.flow.control that return BaseString Modifier and Type Method Description BaseString[]UpdateProperties. getProperties()Returns the properties to update.BaseStringSetContainerValue. getValueName()Returns the name to store the value under in the container.BaseString[]Breakpoint. getWatches()Returns the watch expressions for the watch dialog.Methods in adams.flow.control with parameters of type BaseString Modifier and Type Method Description voidUpdateProperties. setProperties(BaseString[] value)Sets the properties to update.voidSetContainerValue. setValueName(BaseString value)Sets the name of the value in the container.voidBreakpoint. setWatches(BaseString[] value)Sets the watch expressions for the watch dialog. -
Uses of BaseString in adams.flow.core
Methods in adams.flow.core that return BaseString Modifier and Type Method Description BaseString[]PropertiesUpdater. getProperties()Returns the properties to update.Methods in adams.flow.core with parameters of type BaseString Modifier and Type Method Description static PropertyPath.PropertyContainer[]PropertiesUpdaterHelper. configure(Object obj, BaseString[] props, MessageCollection errors)Configures the property containers for an object.voidPropertiesUpdater. setProperties(BaseString[] value)Sets the properties to update.static voidPropertiesUpdaterHelper. update(Actor context, Object obj, BaseString[] props, VariableName[] vars, PropertyPath.PropertyContainer[] conts, MessageCollection errors)Updates the properties of the object using the current values of the variables. -
Uses of BaseString in adams.flow.execution
Fields in adams.flow.execution declared as BaseString Modifier and Type Field Description protected BaseString[]Debug. m_Watchesthe watch expressions.Methods in adams.flow.execution that return BaseString Modifier and Type Method Description BaseString[]Debug. getWatches()Returns the watch expressions for the watch dialog.Methods in adams.flow.execution with parameters of type BaseString Modifier and Type Method Description voidDebug. setWatches(BaseString[] value)Sets the watch expressions for the watch dialog. -
Uses of BaseString in adams.flow.execution.debug
Fields in adams.flow.execution.debug declared as BaseString Modifier and Type Field Description protected BaseString[]AbstractBreakpoint. m_Watchesthe watch expressions.Methods in adams.flow.execution.debug that return BaseString Modifier and Type Method Description BaseString[]AbstractBreakpoint. getWatches()Returns the watch expressions for the watch dialog.Methods in adams.flow.execution.debug with parameters of type BaseString Modifier and Type Method Description voidAbstractBreakpoint. setWatches(BaseString[] value)Sets the watch expressions for the watch dialog. -
Uses of BaseString in adams.flow.processor
Fields in adams.flow.processor declared as BaseString Modifier and Type Field Description protected BaseString[]ChangePath. m_NewPaththe new path(s).protected BaseString[]ChangePath. m_OldPaththe old path(s).protected BaseString[]ChangePath. m_OldPathLinuxthe old path (with forward slashes).Methods in adams.flow.processor that return BaseString Modifier and Type Method Description BaseString[]ChangePath. getNewPath()Returns the new Path to replace with.BaseString[]ChangePath. getOldPath()Returns the old paths to replace.Methods in adams.flow.processor with parameters of type BaseString Modifier and Type Method Description voidChangePath. setNewPath(BaseString[] value)Sets the new paths to replace with.voidChangePath. setOldPath(BaseString[] value)Sets the old paths to replace. -
Uses of BaseString in adams.flow.sink
Fields in adams.flow.sink declared as BaseString Modifier and Type Field Description protected BaseString[]Html4Display. m_CSSthe CSS style sheet rules.protected BaseString[]ImageSegmentationViewer. m_Labelsthe labels to use.Methods in adams.flow.sink that return BaseString Modifier and Type Method Description BaseString[]Html4Display. getCSS()Returns the CSS style sheet rules.BaseString[]ImageSegmentationViewer. getLabels()Returns the labels to use.Methods in adams.flow.sink with parameters of type BaseString Modifier and Type Method Description voidHtml4Display. setCSS(BaseString[] value)Sets the CSS style sheet rules.voidImageSegmentationViewer. setLabels(BaseString[] value)Sets the labels to use. -
Uses of BaseString in adams.flow.source
Fields in adams.flow.source declared as BaseString Modifier and Type Field Description protected BaseString[]NewSpreadSheet. m_ColumnsArraythe array of column headers to use.protected BaseString[]RSync. m_CompareDestprotected BaseString[]RSync. m_CopyDestprotected BaseString[]RSync. m_Excludeprotected BaseString[]SimpleRSync. m_Excludeprotected BaseString[]SelectFile. m_Extensionsthe extensions to offer in the file chooser.protected BaseString[]RSync. m_Filterprotected BaseString[]SimpleRSync. m_Filterprotected BaseString[]RSync. m_Includeprotected BaseString[]SimpleRSync. m_Includeprotected BaseString[]AbstractSelectObjects. m_InitialObjectsthe initial objects.protected BaseStringEnterValue. m_InitialValuethe initial value.protected BaseString[]RSync. m_LinkDestprotected BaseStringEnterValue. m_Messagethe message for the user.protected BaseString[]AbstractSimpleSourceWithPropertiesUpdating. m_Propertiesthe property paths.protected BaseString[]EnterValue. m_SelectionValuesoptions to select from.protected BaseString[]StringConstants. m_Stringsthe strings to provide.protected BaseString[]MakeContainer. m_ValueNamesthe names under which to store the data.Methods in adams.flow.source that return BaseString Modifier and Type Method Description BaseString[]NewSpreadSheet. getColumnsArray()Returns the array of column names (takes precedence over comma-separated list).BaseString[]RSync. getCompareDest()BaseString[]RSync. getCopyDest()BaseString[]AbstractSelectObjects. getDefaultInitialObjects()Returns the default set of objects (in their commandline representation) to use.BaseString[]RSync. getExclude()BaseString[]SimpleRSync. getExclude()BaseString[]SelectFile. getExtensions()Returns the extension on offer in the file chooser.BaseString[]RSync. getFilter()BaseString[]SimpleRSync. getFilter()BaseString[]RSync. getInclude()BaseString[]SimpleRSync. getInclude()BaseString[]AbstractSelectObjects. getInitialObjects()Returns the initial objects.BaseStringEnterValue. getInitialValue()Returns the initial value the user is prompted with.BaseString[]RSync. getLinkDest()BaseStringEnterValue. getMessage()Returns the message the user is prompted with.BaseString[]AbstractSimpleSourceWithPropertiesUpdating. getProperties()Returns the properties to update.BaseString[]EnterValue. getSelectionValues()Returns the selection values to prompt the user with.BaseString[]StringConstants. getStrings()Returns the strings to output.BaseString[]MakeContainer. getValueNames()Returns the names to store the values under in the container.Methods in adams.flow.source with parameters of type BaseString Modifier and Type Method Description voidStringConstants. addString(BaseString value)Adds the string.voidNewSpreadSheet. setColumnsArray(BaseString[] value)Sets the array of column names (takes precedence over comma-separated list).voidRSync. setCompareDest(BaseString[] value)voidRSync. setCopyDest(BaseString[] value)voidRSync. setExclude(BaseString[] value)voidSimpleRSync. setExclude(BaseString[] value)voidSelectFile. setExtensions(BaseString[] value)Sets the extensions to offer in the file chooser.voidRSync. setFilter(BaseString[] value)voidSimpleRSync. setFilter(BaseString[] value)voidRSync. setInclude(BaseString[] value)voidSimpleRSync. setInclude(BaseString[] value)voidAbstractSelectObjects. setInitialObjects(BaseString[] value)Sets the initial objects (commandlines).voidEnterValue. setInitialValue(BaseString value)Sets the initial value to prompt the user with.voidRSync. setLinkDest(BaseString[] value)voidEnterValue. setMessage(BaseString value)Sets the message to prompt the user with.voidAbstractSimpleSourceWithPropertiesUpdating. setProperties(BaseString[] value)Sets the properties to update.voidEnterValue. setSelectionValues(BaseString[] value)Sets the selection values to prompt the user with.voidStringConstants. setStrings(BaseString[] value)Sets the strings to output.voidMakeContainer. setValueNames(BaseString[] value)Sets the names of the values in the container.Constructors in adams.flow.source with parameters of type BaseString Constructor Description StringConstants(BaseString[] strings)Initializes with the specified strings. -
Uses of BaseString in adams.flow.source.newlist
Fields in adams.flow.source.newlist declared as BaseString Modifier and Type Field Description protected BaseString[]FixedList. m_Elementsthe list elements to output.Methods in adams.flow.source.newlist that return BaseString Modifier and Type Method Description BaseString[]FixedList. getElements()Returns the list elements to output.Methods in adams.flow.source.newlist with parameters of type BaseString Modifier and Type Method Description voidFixedList. setElements(BaseString[] value)Sets the list elements to output. -
Uses of BaseString in adams.flow.source.valuedefinition
Fields in adams.flow.source.valuedefinition declared as BaseString Modifier and Type Field Description protected BaseString[]AbstractArrayValueDefinition. m_DefaultObjectsthe default values.protected BaseString[]FileValueDefinition. m_Extensionsthe extensions to offer in the file chooser.protected BaseString[]ListSelectionValueDefinition. m_Valuesthe list values to choose from.Methods in adams.flow.source.valuedefinition that return BaseString Modifier and Type Method Description protected abstract BaseString[]AbstractArrayValueDefinition. getDefaultDefaultObjects()Returns the default objects.protected BaseString[]ArrayValueDefinition. getDefaultDefaultObjects()Returns the default objects.BaseString[]AbstractArrayValueDefinition. getDefaultObjects()Returns the default objects.BaseString[]FileValueDefinition. getExtensions()Returns the extension on offer in the file chooser.BaseString[]ListSelectionValueDefinition. getValues()Returns the available list items to choose from.Methods in adams.flow.source.valuedefinition with parameters of type BaseString Modifier and Type Method Description voidAbstractArrayValueDefinition. setDefaultObjects(BaseString[] value)Sets the default objects.voidFileValueDefinition. setExtensions(BaseString[] value)Sets the extensions to offer in the file chooser.voidListSelectionValueDefinition. setValues(BaseString[] value)Sets the available list items to choose from. -
Uses of BaseString in adams.flow.standalone
Fields in adams.flow.standalone declared as BaseString Modifier and Type Field Description protected BaseString[]HashSetInit. m_Initialthe initial strings to populate the hashset with.protected BaseString[]CounterInit. m_InitialValuesthe initial labels to use.protected BaseString[]JavaExec. m_JVMadditional options for the jvm.protected BaseString[]JavaExec. m_Optionsadditional options for the java class.protected BaseString[]PythonEnvironment. m_PythonPathEnvVarthe PYTHONPATH environment variable.Methods in adams.flow.standalone that return BaseString Modifier and Type Method Description BaseString[]HashSetInit. getInitial()Returns the (optional) initial values to populate the hashset with.BaseString[]CounterInit. getInitialValues()Returns the values to initialize the counter with.BaseString[]JavaExec. getJVM()Returns the additional options for the JVM.BaseString[]JavaExec. getOptions()Returns the options for the Java class.BaseString[]PythonEnvironment. getPythonPathEnvVar()Returns the path(s) for the PYTHONPATH environment variable.Methods in adams.flow.standalone with parameters of type BaseString Modifier and Type Method Description voidHashSetInit. setInitial(BaseString[] value)Sets the (optional) initial values to populate the hashset with.voidCounterInit. setInitialValues(BaseString[] value)Sets the values to initialize the counter with.voidJavaExec. setJVM(BaseString[] value)Sets the additional options for the JVM.voidJavaExec. setOptions(BaseString[] value)Sets the options for the Java class.voidPythonEnvironment. setPythonPathEnvVar(BaseString[] value)Sets the path(s) for the PYTHONPATH environment variable. -
Uses of BaseString in adams.flow.template
Fields in adams.flow.template declared as BaseString Modifier and Type Field Description protected BaseString[]SimpleMenu. m_Choicesthe choices.protected BaseString[]StringReplace. m_Replacethe replacements.protected BaseString[]SimpleMenu. m_Valuesthe values associated with the choice strings.Methods in adams.flow.template that return BaseString Modifier and Type Method Description BaseString[]SimpleMenu. getChoices()Returns the choices, which get displayed as buttons.BaseString[]StringReplace. getReplace()Returns the strings to replace the matches with.BaseString[]SimpleMenu. getValues()Returns the associated value strings.Methods in adams.flow.template with parameters of type BaseString Modifier and Type Method Description voidSimpleMenu. setChoices(BaseString[] value)Sets the choices, which get displayed as buttons.voidStringReplace. setReplace(BaseString[] value)Sets the strings to replace the matches with.voidSimpleMenu. setValues(BaseString[] value)Sets the associated value strings. -
Uses of BaseString in adams.flow.transformer
Fields in adams.flow.transformer declared as BaseString Modifier and Type Field Description protected BaseString[]ConfusionMatrix. m_ClassLabelsthe class labels to use (to enforce ordering other than sorted).protected BaseString[]WekaExperimentEvaluation. m_Columnthe column (= classifiers).protected BaseString[]CounterInit. m_InitialValuesthe initial labels to use.protected BaseString[]ImageAnnotator.AnnotatorPanel. m_Labelsthe labels.protected BaseString[]ImageAnnotator. m_Labelsthe labels.protected BaseString[]ImageLabeler. m_Labelsthe labels.protected BaseString[]ImageSegmentationAnnotator. m_Labelsthe labels to use.protected BaseString[]ArrayHistogramRanges. m_Locationsthe array of indices expressions.protected BaseString[]ArrayStatistic. m_Locationsthe array of indices expressions.protected BaseString[]SpreadSheetHistogramRanges. m_Locationsthe array of indices/regular expressions.protected BaseString[]SpreadSheetStatistic. m_Locationsthe array of indices/regular expressions.protected BaseString[]WekaInstancesHistogramRanges. m_Locationsthe array of indices/regular expressions.protected BaseString[]WekaInstancesStatistic. m_Locationsthe array of indices/regular expressions.protected BaseString[]XPath. m_NameSpacesthe namespaces to use (key=value).protected BaseString[]ChangeReportFieldPrefixes. m_OldPrefixesthe prefixes to match to match.protected BaseString[]AbstractTransformerWithPropertiesUpdating. m_Propertiesthe property paths.protected BaseString[]WekaExperimentEvaluation. m_Rowthe row (= datasets).protected BaseStringSetPlotContainerValue. m_Valuethe value to set.protected BaseStringStringInsert. m_Valuethe value to insert.Methods in adams.flow.transformer that return BaseString Modifier and Type Method Description BaseString[]ConfusionMatrix. getClassLabels()Returns the class labels to use for enforcing order other than alphabetical.BaseString[]WekaExperimentEvaluation. getColumn()Returns the list of fields that identify a column.BaseString[]CounterInit. getInitialValues()Returns the values to initialize the counter with.BaseString[]ImageAnnotator. getLabels()Returns the labels to use.BaseString[]ImageLabeler. getLabels()Returns the labels to use.BaseString[]ImageSegmentationAnnotator. getLabels()Returns the labels to use.BaseString[]ArrayHistogramRanges. getLocations()Returns the locations of the data (indices/regular expressions on attribute name).BaseString[]ArrayStatistic. getLocations()Returns the locations of the data (indices/regular expressions on attribute name).BaseString[]SpreadSheetHistogramRanges. getLocations()Returns the locations of the data (indices/regular expressions on attribute name).BaseString[]SpreadSheetStatistic. getLocations()Returns the locations of the data (indices/regular expressions on attribute name).BaseString[]WekaInstancesHistogramRanges. getLocations()Returns the locations of the data (indices/regular expressions on attribute name).BaseString[]WekaInstancesStatistic. getLocations()Returns the locations of the data (indices/regular expressions on attribute name).BaseString[]XPath. getNameSpaces()Returns the namespaces in use. format: name=urlBaseString[]ChangeReportFieldPrefixes. getOldPrefixes()Returns the old prefixes to replace.BaseString[]AbstractTransformerWithPropertiesUpdating. getProperties()Returns the properties to update.BaseString[]WekaExperimentEvaluation. getRow()Returns the list of fields that identify a row.BaseStringSetPlotContainerValue. getValue()Returns the value to use for updating.BaseStringStringInsert. getValue()Returns the value to insert.Methods in adams.flow.transformer with parameters of type BaseString Modifier and Type Method Description protected List<String>WekaExperimentEvaluation. determineColumnNames(BaseString[] list, String defaultList)Returns a vector with column names of the dataset, listed in "list".voidConfusionMatrix. setClassLabels(BaseString[] value)Sets the class labels to use for enforcing order other than alphabetical.voidWekaExperimentEvaluation. setColumn(BaseString[] value)Sets list of fields that identify a column.voidCounterInit. setInitialValues(BaseString[] value)Sets the values to initialize the counter with.voidImageAnnotator. setLabels(BaseString[] value)Sets the labels to use.voidImageLabeler. setLabels(BaseString[] value)Sets the labels to use.voidImageSegmentationAnnotator. setLabels(BaseString[] value)Sets the labels to use.voidArrayHistogramRanges. setLocations(BaseString[] value)Sets the locations of the data (indices/regular expressions on attribute name).voidArrayStatistic. setLocations(BaseString[] value)Sets the locations of the data (indices/regular expressions on attribute name).voidSpreadSheetHistogramRanges. setLocations(BaseString[] value)Sets the locations of the data (indices/regular expressions on attribute name).voidSpreadSheetStatistic. setLocations(BaseString[] value)Sets the locations of the data (indices/regular expressions on attribute name).voidWekaInstancesHistogramRanges. setLocations(BaseString[] value)Sets the locations of the data (indices/regular expressions on attribute name).voidWekaInstancesStatistic. setLocations(BaseString[] value)Sets the locations of the data (indices/regular expressions on attribute name).voidXPath. setNameSpaces(BaseString[] value)Sets the namespaces to use. format: name=urlvoidChangeReportFieldPrefixes. setOldPrefixes(BaseString[] value)Sets the old prefixes to replace.voidAbstractTransformerWithPropertiesUpdating. setProperties(BaseString[] value)Sets the properties to update.voidWekaExperimentEvaluation. setRow(BaseString[] value)Sets the list of fields that identify a row.voidSetPlotContainerValue. setValue(BaseString value)Sets the value to use for updating.voidStringInsert. setValue(BaseString value)Sets the value to insert.Constructors in adams.flow.transformer with parameters of type BaseString Constructor Description AnnotatorPanel(String prefix, String suffix, BaseString[] labels, SelectionProcessor selectionProcessor, SelectionShapePainter selectionShapePainter, ImageOverlay overlay, double zoom, InteractionLoggingFilter interactionLoggingFilter)Initializes the panel. -
Uses of BaseString in adams.flow.transformer.draw
Methods in adams.flow.transformer.draw that return BaseString Modifier and Type Method Description BaseString[]AbstractDrawObjectsFromReport. getPredefinedLabels()Returns the predefined labels.Methods in adams.flow.transformer.draw with parameters of type BaseString Modifier and Type Method Description voidAbstractDrawObjectsFromReport. setPredefinedLabels(BaseString[] value)Sets the predefined labels. -
Uses of BaseString in adams.flow.transformer.pdfproclet
Fields in adams.flow.transformer.pdfproclet declared as BaseString Modifier and Type Field Description protected BaseString[]AbstractSpreadSheetPdfProclet. m_Extensionsthe file extensions.protected BaseString[]Circle. m_Extensionsthe file extensions.protected BaseString[]FixedText. m_Extensionsthe file extensions.protected BaseString[]Headline. m_Extensionsthe file extensions.protected BaseString[]Line. m_Extensionsthe file extensions.protected BaseString[]MetaHeadline. m_Extensionsthe file extensions.protected BaseString[]NewPage. m_Extensionsthe file extensions.protected BaseString[]PlainText. m_Extensionsthe file extensions.protected BaseString[]Rectangle. m_Extensionsthe file extensions.Methods in adams.flow.transformer.pdfproclet that return BaseString Modifier and Type Method Description abstract BaseString[]AbstractPdfProclet. getExtensions()Returns the extensions that the processor can process.BaseString[]AbstractSpreadSheetPdfProclet. getExtensions()Returns the extensions that the processor can process.BaseString[]Circle. getExtensions()Returns the extensions that the processor can process.BaseString[]FixedText. getExtensions()Returns the extensions that the processor can process.BaseString[]Headline. getExtensions()Returns the extensions that the processor can process.BaseString[]Image. getExtensions()Returns the extensions that the processor can process.BaseString[]Line. getExtensions()Returns the extensions that the processor can process.BaseString[]MetaHeadline. getExtensions()Returns the extensions that the processor can process.BaseString[]NewPage. getExtensions()Returns the extensions that the processor can process.BaseString[]PdfProclet. getExtensions()Returns the extensions that the processor can process.BaseString[]PdfProcletWithVariableFileExtension. getExtensions()Returns the extensions that the processor can process.BaseString[]PlainText. getExtensions()Returns the extensions that the processor can process.BaseString[]Rectangle. getExtensions()Returns the extensions that the processor can process.Methods in adams.flow.transformer.pdfproclet with parameters of type BaseString Modifier and Type Method Description voidAbstractSpreadSheetPdfProclet. setExtensions(BaseString[] value)Sets the extensions that the processor can process.voidCircle. setExtensions(BaseString[] value)Sets the extensions that the processor can process.voidFixedText. setExtensions(BaseString[] value)Sets the extensions that the processor can process.voidHeadline. setExtensions(BaseString[] value)Sets the extensions that the processor can process.voidLine. setExtensions(BaseString[] value)Sets the extensions that the processor can process.voidMetaHeadline. setExtensions(BaseString[] value)Sets the extensions that the processor can process.voidNewPage. setExtensions(BaseString[] value)Sets the extensions that the processor can process.voidPdfProcletWithVariableFileExtension. setExtensions(BaseString[] value)Sets the extensions that the processor can process.voidPlainText. setExtensions(BaseString[] value)Sets the extensions that the processor can process.voidRectangle. setExtensions(BaseString[] value)Sets the extensions that the processor can process. -
Uses of BaseString in adams.flow.transformer.pixelselector
Fields in adams.flow.transformer.pixelselector declared as BaseString Modifier and Type Field Description protected BaseString[]AddClassification. m_Labelsthe classification labels to use.Methods in adams.flow.transformer.pixelselector that return BaseString Modifier and Type Method Description BaseString[]AddClassification. getLabels()Returns the available classification labels.Methods in adams.flow.transformer.pixelselector with parameters of type BaseString Modifier and Type Method Description voidAddClassification. setLabels(BaseString[] value)Sets the available classification labels. -
Uses of BaseString in adams.flow.transformer.spreadsheetmethodmerge
Fields in adams.flow.transformer.spreadsheetmethodmerge declared as BaseString Modifier and Type Field Description protected BaseString[]AbstractMerge. m_ColumnRenameFormatStringsThe format strings specifying how to rename columns.protected BaseString[]AbstractMerge. m_SpreadsheetNamesThe name of each spreadsheet to use in column renaming.Methods in adams.flow.transformer.spreadsheetmethodmerge that return BaseString Modifier and Type Method Description BaseString[]AbstractMerge. getColumnRenamesFormat()Gets the array of format strings used for column renaming.BaseString[]AbstractMerge. getSpreadsheetNames()Gets the list of names to use in column renaming in place of the {SPREADSHEET} keyword.Methods in adams.flow.transformer.spreadsheetmethodmerge with parameters of type BaseString Modifier and Type Method Description voidAbstractMerge. setColumnRenamesFormat(BaseString[] value)Sets the array of format strings used for column renaming.voidAbstractMerge. setSpreadsheetNames(BaseString[] value)Sets the list of names to use in column renaming in place of the {SPREADSHEET} keyword. -
Uses of BaseString in adams.flow.transformer.wekadatasetsmerge
Fields in adams.flow.transformer.wekadatasetsmerge declared as BaseString Modifier and Type Field Description protected BaseString[]AbstractMerge. m_AttributeRenameFormatStringsThe format strings specifying how to rename attributes.protected BaseString[]AbstractMerge. m_DatasetNamesThe name of each dataset to use in attribute renaming.Methods in adams.flow.transformer.wekadatasetsmerge that return BaseString Modifier and Type Method Description BaseString[]AbstractMerge. getAttributeRenamesFormat()Gets the array of format strings used for attribute renaming.BaseString[]AbstractMerge. getDatasetNames()Gets the list of names to use in attribute renaming in place of the {DATASET} keyword.Methods in adams.flow.transformer.wekadatasetsmerge with parameters of type BaseString Modifier and Type Method Description voidAbstractMerge. setAttributeRenamesFormat(BaseString[] value)Sets the array of format strings used for attribute renaming.voidAbstractMerge. setDatasetNames(BaseString[] value)Sets the list of names to use in attribute renaming in place of the {DATASET} keyword. -
Uses of BaseString in adams.gui.application
Fields in adams.gui.application declared as BaseString Modifier and Type Field Description protected BaseString[]AbstractApplicationFrame. m_StartUpsthe menu items (classnames with further parameters) to start up immediately.Methods in adams.gui.application that return BaseString Modifier and Type Method Description BaseString[]AbstractApplicationFrame. getStartUps()Returns the currently set menu items to immediately start up.Methods in adams.gui.application with parameters of type BaseString Modifier and Type Method Description voidAbstractApplicationFrame. setStartUps(BaseString[] value)Sets the menu items to start up immediately. -
Uses of BaseString in adams.gui.core
Methods in adams.gui.core with parameters of type BaseString Modifier and Type Method Description voidBaseHtmlEditorPane. addCSS(BaseString[] rules)Sets the CSS style sheet rules. -
Uses of BaseString in adams.gui.core.dotnotationtree
Methods in adams.gui.core.dotnotationtree with parameters of type BaseString Modifier and Type Method Description voidDotNotationTree. addItems(BaseString[] items)Adds the items to the current ones and rebuilds the tree.voidDotNotationTree. setItems(BaseString[] items)Displays the specified items. -
Uses of BaseString in adams.gui.core.spreadsheettable
Fields in adams.gui.core.spreadsheettable declared as BaseString Modifier and Type Field Description protected BaseString[]DistinctValueCellRenderingCustomizer. m_PredefinedValuesthe predefined values.Methods in adams.gui.core.spreadsheettable that return BaseString Modifier and Type Method Description BaseString[]DistinctValueCellRenderingCustomizer. getPredefinedValues()Returns the predefined values to highlight.Methods in adams.gui.core.spreadsheettable with parameters of type BaseString Modifier and Type Method Description voidDistinctValueCellRenderingCustomizer. setPredefinedValues(BaseString[] value)Sets the predefined values to highlight. -
Uses of BaseString in adams.gui.tools
Methods in adams.gui.tools that return BaseString Modifier and Type Method Description BaseString[]PlaceholderManagementPanel.PlaceholderTableModel. getArray()Returns the data as BaseString array. -
Uses of BaseString in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as BaseString Modifier and Type Field Description protected BaseString[]ImageSegmentationAnnotationsHandler. m_DisplayedLabelsdisplayed labels.protected BaseString[]AnnotateImage. m_Labelsthe labels.protected BaseString[]DeepLabCutCSVHandler. m_PredefinedLabelsthe predefined labels.protected BaseString[]ObjectLocationsFromReport. m_PredefinedLabelsthe predefined labels.protected BaseString[]ObjectLocationsFromSpreadSheet. m_PredefinedLabelsthe predefined labels.protected BaseString[]PointsFromReportHandler. m_PredefinedLabelsthe predefined labels.Methods in adams.gui.tools.previewbrowser that return BaseString Modifier and Type Method Description BaseString[]ImageSegmentationAnnotationsHandler. getDisplayedLabels()Returns the displayed labels.BaseString[]AnnotateImage. getLabels()Returns the labels to use.BaseString[]DeepLabCutCSVHandler. getPredefinedLabels()Returns the predefined labels.BaseString[]ObjectLocationsFromReport. getPredefinedLabels()Returns the predefined labels.BaseString[]ObjectLocationsFromSpreadSheet. getPredefinedLabels()Returns the predefined labels.BaseString[]PointsFromReportHandler. getPredefinedLabels()Returns the predefined labels.Methods in adams.gui.tools.previewbrowser with parameters of type BaseString Modifier and Type Method Description voidImageSegmentationAnnotationsHandler. setDisplayedLabels(BaseString[] value)Sets the displayed labels.voidAnnotateImage. setLabels(BaseString[] value)Sets the labels to use.voidDeepLabCutCSVHandler. setPredefinedLabels(BaseString[] value)Sets the predefined labels.voidObjectLocationsFromReport. setPredefinedLabels(BaseString[] value)Sets the predefined labels.voidObjectLocationsFromSpreadSheet. setPredefinedLabels(BaseString[] value)Sets the predefined labels.voidPointsFromReportHandler. setPredefinedLabels(BaseString[] value)Sets the predefined labels. -
Uses of BaseString in adams.gui.tools.wekainvestigator.tab.experimenttab.output
Fields in adams.gui.tools.wekainvestigator.tab.experimenttab.output declared as BaseString Modifier and Type Field Description protected BaseString[]TextOutput. m_Columnthe column (= classifiers).protected BaseString[]TextOutput. m_Rowthe row (= datasets).Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.output that return BaseString Modifier and Type Method Description BaseString[]TextOutput. getColumn()Returns the list of fields that identify a column.BaseString[]TextOutput. getRow()Returns the list of fields that identify a row.Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.output with parameters of type BaseString Modifier and Type Method Description voidTextOutput. setColumn(BaseString[] value)Sets list of fields that identify a column.voidTextOutput. setRow(BaseString[] value)Sets the list of fields that identify a row. -
Uses of BaseString in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as BaseString Modifier and Type Field Description protected BaseString[]AbstractReportBasedOverlayHelper. m_PredefinedLabelspredefined labels.Methods in adams.gui.visualization.image that return BaseString Modifier and Type Method Description BaseString[]AbstractObjectOverlayFromReport. getPredefinedLabels()Returns the predefined labels.BaseString[]AbstractPointOverlayFromReport. getPredefinedLabels()Returns the predefined labels.BaseString[]AbstractReportBasedOverlayHelper. getPredefinedLabels()Returns the predefined labels.Methods in adams.gui.visualization.image with parameters of type BaseString Modifier and Type Method Description voidAbstractObjectOverlayFromReport. setPredefinedLabels(BaseString[] value)Sets the predefined labels.voidAbstractPointOverlayFromReport. setPredefinedLabels(BaseString[] value)Sets the predefined labels.voidAbstractReportBasedOverlayHelper. setPredefinedLabels(BaseString[] value)Sets the predefined labels. -
Uses of BaseString in adams.gui.visualization.image.leftclick
Fields in adams.gui.visualization.image.leftclick declared as BaseString Modifier and Type Field Description protected BaseString[]DeleteObjects. m_MetaDataKeysthe keys in the meta-data.protected BaseString[]ViewObjects. m_MetaDataKeysthe keys in the meta-data.protected BaseString[]ViewObjects. m_Prefixesthe prefixes for the objects.Methods in adams.gui.visualization.image.leftclick that return BaseString Modifier and Type Method Description protected BaseString[]DeleteObjects. getDefaultMetaDataKeys()Returns the default meta-data keys.protected BaseString[]ViewObjects. getDefaultMetaDataKeys()Returns the default meta-data keys.protected BaseString[]ViewObjects. getDefaultPrefixes()Returns the default prefix to use for the objects.BaseString[]DeleteObjects. getMetaDataKeys()Returns the meta-data keys to display in separate columns.BaseString[]ViewObjects. getMetaDataKeys()Returns the meta-data keys to display in separate columns.BaseString[]ViewObjects. getPrefixes()Returns the prefix to use for the objects.Methods in adams.gui.visualization.image.leftclick with parameters of type BaseString Modifier and Type Method Description voidDeleteObjects. setMetaDataKeys(BaseString[] value)Sets the meta-data keys to display in separate columns.voidViewObjects. setMetaDataKeys(BaseString[] value)Sets the meta-data keys to display in separate columns.voidViewObjects. setPrefixes(BaseString[] value)Sets the prefix to use for the objects. -
Uses of BaseString in adams.gui.visualization.multiobjectexport
Fields in adams.gui.visualization.multiobjectexport declared as BaseString Modifier and Type Field Description protected BaseString[]AbstractMultiObjectExportWithPreferredExtensions. m_PreferredExtensionsthe preferred extensions.Methods in adams.gui.visualization.multiobjectexport that return BaseString Modifier and Type Method Description protected BaseString[]AbstractMultiObjectExportWithPreferredExtensions. getDefaultPreferredExtensions()Returns the default extensions.BaseString[]AbstractMultiObjectExportWithPreferredExtensions. getPreferredExtensions()Returns the preferred extensions to look for when exporting objects.Methods in adams.gui.visualization.multiobjectexport with parameters of type BaseString Modifier and Type Method Description voidAbstractMultiObjectExportWithPreferredExtensions. setPreferredExtensions(BaseString[] value)Sets the preferred extensions to look for when exporting objects. -
Uses of BaseString in adams.gui.visualization.object.labelselector
Fields in adams.gui.visualization.object.labelselector declared as BaseString Modifier and Type Field Description protected BaseString[]ButtonSelectorGenerator. m_Labelsthe labels.protected BaseString[]ButtonSelectorPanel. m_Labelsthe labels.protected BaseString[]ButtonSelectorWithColorGenerator. m_Labelsthe labels.protected BaseString[]ButtonSelectorWithColorPanel. m_Labelsthe labels.protected BaseString[]ComboBoxSelectorGenerator. m_Labelsthe labels.protected BaseString[]ComboBoxSelectorPanel. m_Labelsthe labels.Methods in adams.gui.visualization.object.labelselector that return BaseString Modifier and Type Method Description BaseString[]ButtonSelectorGenerator. getLabels()Returns the labels to use for annotating.BaseString[]ButtonSelectorWithColorGenerator. getLabels()Returns the labels to use for annotating.BaseString[]ComboBoxSelectorGenerator. getLabels()Returns the labels to use for annotating.Methods in adams.gui.visualization.object.labelselector with parameters of type BaseString Modifier and Type Method Description voidButtonSelectorGenerator. setLabels(BaseString[] value)Sets the labels to use for annotating.voidButtonSelectorWithColorGenerator. setLabels(BaseString[] value)Sets the labels to use for annotating.voidComboBoxSelectorGenerator. setLabels(BaseString[] value)Sets the labels to use for annotating.Constructors in adams.gui.visualization.object.labelselector with parameters of type BaseString Constructor Description ButtonSelectorPanel(ObjectAnnotationPanel owner, BaseString[] labels)Initializes the panel.ButtonSelectorWithColorPanel(ObjectAnnotationPanel owner, BaseString[] labels, BaseColor[] colors)Initializes the panel.ComboBoxSelectorPanel(ObjectAnnotationPanel owner, BaseString[] labels)Initializes the panel. -
Uses of BaseString in adams.gui.visualization.object.mouseclick
Fields in adams.gui.visualization.object.mouseclick declared as BaseString Modifier and Type Field Description protected BaseString[]DeleteObjects. m_MetaDataKeysthe keys in the meta-data.protected BaseString[]ViewObjects. m_MetaDataKeysthe keys in the meta-data.Methods in adams.gui.visualization.object.mouseclick that return BaseString Modifier and Type Method Description protected BaseString[]DeleteObjects. getDefaultMetaDataKeys()Returns the default meta-data keys.protected BaseString[]ViewObjects. getDefaultMetaDataKeys()Returns the default meta-data keys.BaseString[]DeleteObjects. getMetaDataKeys()Returns the meta-data keys to display in separate columns.BaseString[]ViewObjects. getMetaDataKeys()Returns the meta-data keys to display in separate columns.Methods in adams.gui.visualization.object.mouseclick with parameters of type BaseString Modifier and Type Method Description voidDeleteObjects. setMetaDataKeys(BaseString[] value)Sets the meta-data keys to display in separate columns.voidViewObjects. setMetaDataKeys(BaseString[] value)Sets the meta-data keys to display in separate columns. -
Uses of BaseString in adams.gui.visualization.object.objectannotations.colors
Fields in adams.gui.visualization.object.objectannotations.colors declared as BaseString Modifier and Type Field Description protected BaseString[]PerType. m_PredefinedTypespredefined types.protected BaseString[]TypeColorMapping. m_Typesthe types.Methods in adams.gui.visualization.object.objectannotations.colors that return BaseString Modifier and Type Method Description BaseString[]PerType. getPredefinedTypes()Returns the predefined types.BaseString[]TypeColorMapping. getTypes()Returns the types/labels.Methods in adams.gui.visualization.object.objectannotations.colors with parameters of type BaseString Modifier and Type Method Description voidPerType. setPredefinedTypes(BaseString[] value)Sets the predefined types.voidTypeColorMapping. setTypes(BaseString[] value)Sets the types/labels. -
Uses of BaseString in adams.gui.visualization.object.overlay
Methods in adams.gui.visualization.object.overlay that return BaseString Modifier and Type Method Description BaseString[]AbstractObjectOverlayFromReport. getPredefinedLabels()Returns the predefined labels.BaseString[]AbstractPointOverlayFromReport. getPredefinedLabels()Returns the predefined labels.Methods in adams.gui.visualization.object.overlay with parameters of type BaseString Modifier and Type Method Description voidAbstractObjectOverlayFromReport. setPredefinedLabels(BaseString[] value)Sets the predefined labels.voidAbstractPointOverlayFromReport. setPredefinedLabels(BaseString[] value)Sets the predefined labels. -
Uses of BaseString in adams.parser
Fields in adams.parser declared as BaseString Modifier and Type Field Description protected BaseString[]AbstractSymbolEvaluator. m_Symbolsthe symbols (key-value pairs).Methods in adams.parser that return BaseString Modifier and Type Method Description BaseString[]AbstractSymbolEvaluator. getSymbols()Returns the symbols to use for evaluation.Methods in adams.parser with parameters of type BaseString Modifier and Type Method Description voidAbstractSymbolEvaluator. setSymbols(BaseString[] value)Sets the symbols to use for evaluation. -
Uses of BaseString in adams.scripting.command.gui
Fields in adams.scripting.command.gui declared as BaseString Modifier and Type Field Description protected BaseString[]MenuItem. m_AdditionalParametersadditional paramers.Methods in adams.scripting.command.gui that return BaseString Modifier and Type Method Description BaseString[]MenuItem. getAdditionalParameters()Returns the (optional) additional parameters for the menu item, in case it implementsAdditionalParameterHandler.Methods in adams.scripting.command.gui with parameters of type BaseString Modifier and Type Method Description voidMenuItem. setAdditionalParameters(BaseString[] value)Sets the (optional) additional parameters for the menu item, in case it implementsAdditionalParameterHandler. -
Uses of BaseString in weka.classifiers
Fields in weka.classifiers declared as BaseString Modifier and Type Field Description protected BaseString[]MultiLevelSplitGenerator. m_Groupsthe groups to generate.Methods in weka.classifiers that return BaseString Modifier and Type Method Description BaseString[]MultiLevelSplitGenerator. getGroups()Returns the groups to generate.Methods in weka.classifiers with parameters of type BaseString Modifier and Type Method Description voidMultiLevelSplitGenerator. setGroups(BaseString[] value)Sets the groups to generate. -
Uses of BaseString in weka.filters.unsupervised.attribute
Fields in weka.filters.unsupervised.attribute declared as BaseString Modifier and Type Field Description protected BaseString[]MergeManyAttributes. m_AttributeNamesthe attribute names.protected BaseStringAttributeSummaryTransferFilter. m_ClassNameThe class-attribute for supervised attribute filters.protected BaseString[]MetaPartitionedMultiFilter. m_PrefixesThe prefixes.protected BaseString[]PartitionedMultiFilter2. m_PrefixesThe prefixes.Methods in weka.filters.unsupervised.attribute that return BaseString Modifier and Type Method Description BaseString[]MergeManyAttributes. getAttributeNames()Gets the names of the attributes.BaseStringAttributeSummaryTransferFilter. getClassName()Gets the name of the attribute to use as the class attribute for supervised summary filters.BaseStringAttributeSummaryTransferFilter. getDefaultClassName()Gets the name of the default attribute to use as the class attribute for supervised summary filters.BaseString[]MetaPartitionedMultiFilter. getPrefixes()Gets the list of prefixes to use.BaseString[]PartitionedMultiFilter2. getPrefixes()Gets the list of prefixes to use.Methods in weka.filters.unsupervised.attribute with parameters of type BaseString Modifier and Type Method Description voidMergeManyAttributes. setAttributeNames(BaseString[] value)Sets the names of the attributes.voidAttributeSummaryTransferFilter. setClassName(BaseString value)Sets the name of the attribute to use as the class attribute for supervised summary filters.voidMetaPartitionedMultiFilter. setPrefixes(BaseString[] prefixes)Sets the list of prefixes to use.voidPartitionedMultiFilter2. setPrefixes(BaseString[] prefixes)Sets the list of prefixes to use.
-