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_Options
the options for the command.protected BaseString[]
AbstractExternalCommandWithOptions. m_Options
the 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 void
AbstractAsyncCapableExternalCommandWithOptions. setOptions(BaseString[] value)
Sets the options for the command.void
AbstractExternalCommandWithOptions. setOptions(BaseString[] value)
Sets the options for the command.void
ExternalCommandWithOptions. 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_RegressionFiles
the 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 void
FlowJUnitTestProducer. 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_Notes
the 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 void
AbstractImageFeatureGenerator. 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_LayersToMerge
the 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 void
MergeLayers. 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_Layers
the 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 void
Predefined. 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_Labels
the labels to analyze (all if none specified).protected BaseString[]
ConfusionMatrix. m_Labels
the label to use instead of automatically determining.protected BaseString[]
SimpleOverlay. m_Layers
the 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[]
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 void
CompareAnnotationWithPrediction. setLabels(BaseString[] value)
Sets the labels to generate the images for instead of all.void
ConfusionMatrix. setLabels(BaseString[] value)
Sets the labels to use for enforcing order other than alphabetical.void
SimpleOverlay. 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_CellStringID
the extra cell strings to manage.protected BaseString[]
ExcelStreamingSpreadSheetReader. m_CellTypeID
the extra cell types to manage.protected BaseString[]
AbstractPNGAnnotationImageSegmentationReader. m_LayerNames
the 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 void
ExcelStreamingSpreadSheetReader. setCellStringID(BaseString[] value)
Sets the array of cell string IDs.void
ExcelStreamingSpreadSheetReader. setCellTypeID(BaseString[] value)
Sets the array of cell type IDs.void
AbstractPNGAnnotationImageSegmentationReader. setLayerNames(BaseString[] value)
Sets the names for the layers to use.void
ImageSegmentationAnnotationReaderWithLayerNames. 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_Individuals
the number of individuals.protected BaseString[]
DeepLabCutCSVWriter. m_Labels
the labels to output.protected BaseString[]
AbstractPNGAnnotationImageSegmentationWriter. m_LayerNames
the layer names.protected BaseString[]
ObjectLocationsSpreadSheetWriter. m_MetaDataKeys
the 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 void
DeepLabCutCSVWriter. setIndividuals(BaseString[] value)
Sets the names of the number of individuals to output (leave empty for single-animal output).void
DeepLabCutCSVWriter. setLabels(BaseString[] value)
Sets the labels to output.void
AbstractPNGAnnotationImageSegmentationWriter. setLayerNames(BaseString[] value)
Sets the names for the layers to use; outputs all if none specified.void
ImageSegmentationAnnotationWriterWithLayerNames. setLayerNames(BaseString[] value)
Sets the names for the layers to use.void
ObjectLocationsSpreadSheetWriter. 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_MetaDataKeys
the 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 void
AttachOverlappingMetaData. 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_MetaDataKeys
the 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 void
AbstractObjectOverlap. 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_Notes
the 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 void
AbstractTimeseriesFeatureGenerator. 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_Items
the 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 void
InList. 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_Properties
the property paths.protected BaseString
SetContainerValue. m_ValueName
the name under which to store the data.protected BaseString[]
Breakpoint. m_Watches
the watch expressions.Methods in adams.flow.control that return BaseString Modifier and Type Method Description BaseString[]
UpdateProperties. getProperties()
Returns the properties to update.BaseString
SetContainerValue. 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 void
UpdateProperties. setProperties(BaseString[] value)
Sets the properties to update.void
SetContainerValue. setValueName(BaseString value)
Sets the name of the value in the container.void
Breakpoint. 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.void
PropertiesUpdater. setProperties(BaseString[] value)
Sets the properties to update.static void
PropertiesUpdaterHelper. 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_Watches
the 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 void
Debug. 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_Watches
the 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 void
AbstractBreakpoint. 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_NewPath
the new path(s).protected BaseString[]
ChangePath. m_OldPath
the old path(s).protected BaseString[]
ChangePath. m_OldPathLinux
the 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 void
ChangePath. setNewPath(BaseString[] value)
Sets the new paths to replace with.void
ChangePath. 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_CSS
the CSS style sheet rules.protected BaseString[]
ImageSegmentationViewer. m_Labels
the 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 void
Html4Display. setCSS(BaseString[] value)
Sets the CSS style sheet rules.void
ImageSegmentationViewer. 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_ColumnsArray
the array of column headers to use.protected BaseString[]
RSync. m_CompareDest
protected BaseString[]
RSync. m_CopyDest
protected BaseString[]
RSync. m_Exclude
protected BaseString[]
SimpleRSync. m_Exclude
protected BaseString[]
SelectFile. m_Extensions
the extensions to offer in the file chooser.protected BaseString[]
RSync. m_Filter
protected BaseString[]
SimpleRSync. m_Filter
protected BaseString[]
RSync. m_Include
protected BaseString[]
SimpleRSync. m_Include
protected BaseString[]
AbstractSelectObjects. m_InitialObjects
the initial objects.protected BaseString
EnterValue. m_InitialValue
the initial value.protected BaseString[]
RSync. m_LinkDest
protected BaseString
EnterValue. m_Message
the message for the user.protected BaseString[]
AbstractSimpleSourceWithPropertiesUpdating. m_Properties
the property paths.protected BaseString[]
EnterValue. m_SelectionValues
options to select from.protected BaseString[]
StringConstants. m_Strings
the strings to provide.protected BaseString[]
MakeContainer. m_ValueNames
the 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.BaseString
EnterValue. getInitialValue()
Returns the initial value the user is prompted with.BaseString[]
RSync. getLinkDest()
BaseString
EnterValue. 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 void
StringConstants. addString(BaseString value)
Adds the string.void
NewSpreadSheet. setColumnsArray(BaseString[] value)
Sets the array of column names (takes precedence over comma-separated list).void
RSync. setCompareDest(BaseString[] value)
void
RSync. setCopyDest(BaseString[] value)
void
RSync. setExclude(BaseString[] value)
void
SimpleRSync. setExclude(BaseString[] value)
void
SelectFile. setExtensions(BaseString[] value)
Sets the extensions to offer in the file chooser.void
RSync. setFilter(BaseString[] value)
void
SimpleRSync. setFilter(BaseString[] value)
void
RSync. setInclude(BaseString[] value)
void
SimpleRSync. setInclude(BaseString[] value)
void
AbstractSelectObjects. setInitialObjects(BaseString[] value)
Sets the initial objects (commandlines).void
EnterValue. setInitialValue(BaseString value)
Sets the initial value to prompt the user with.void
RSync. setLinkDest(BaseString[] value)
void
EnterValue. setMessage(BaseString value)
Sets the message to prompt the user with.void
AbstractSimpleSourceWithPropertiesUpdating. setProperties(BaseString[] value)
Sets the properties to update.void
EnterValue. setSelectionValues(BaseString[] value)
Sets the selection values to prompt the user with.void
StringConstants. setStrings(BaseString[] value)
Sets the strings to output.void
MakeContainer. 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_Elements
the 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 void
FixedList. 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_DefaultObjects
the default values.protected BaseString[]
FileValueDefinition. m_Extensions
the extensions to offer in the file chooser.protected BaseString[]
ListSelectionValueDefinition. m_Values
the 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 void
AbstractArrayValueDefinition. setDefaultObjects(BaseString[] value)
Sets the default objects.void
FileValueDefinition. setExtensions(BaseString[] value)
Sets the extensions to offer in the file chooser.void
ListSelectionValueDefinition. 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_Initial
the initial strings to populate the hashset with.protected BaseString[]
CounterInit. m_InitialValues
the initial labels to use.protected BaseString[]
JavaExec. m_JVM
additional options for the jvm.protected BaseString[]
JavaExec. m_Options
additional options for the java class.protected BaseString[]
PythonEnvironment. m_PythonPathEnvVar
the 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 void
HashSetInit. setInitial(BaseString[] value)
Sets the (optional) initial values to populate the hashset with.void
CounterInit. setInitialValues(BaseString[] value)
Sets the values to initialize the counter with.void
JavaExec. setJVM(BaseString[] value)
Sets the additional options for the JVM.void
JavaExec. setOptions(BaseString[] value)
Sets the options for the Java class.void
PythonEnvironment. 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_Choices
the choices.protected BaseString[]
StringReplace. m_Replace
the replacements.protected BaseString[]
SimpleMenu. m_Values
the 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 void
SimpleMenu. setChoices(BaseString[] value)
Sets the choices, which get displayed as buttons.void
StringReplace. setReplace(BaseString[] value)
Sets the strings to replace the matches with.void
SimpleMenu. 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_ClassLabels
the class labels to use (to enforce ordering other than sorted).protected BaseString[]
WekaExperimentEvaluation. m_Column
the column (= classifiers).protected BaseString[]
CounterInit. m_InitialValues
the initial labels to use.protected BaseString[]
ImageAnnotator.AnnotatorPanel. m_Labels
the labels.protected BaseString[]
ImageAnnotator. m_Labels
the labels.protected BaseString[]
ImageLabeler. m_Labels
the labels.protected BaseString[]
ImageSegmentationAnnotator. m_Labels
the labels to use.protected BaseString[]
ArrayHistogramRanges. m_Locations
the array of indices expressions.protected BaseString[]
ArrayStatistic. m_Locations
the array of indices expressions.protected BaseString[]
SpreadSheetHistogramRanges. m_Locations
the array of indices/regular expressions.protected BaseString[]
SpreadSheetStatistic. m_Locations
the array of indices/regular expressions.protected BaseString[]
WekaInstancesHistogramRanges. m_Locations
the array of indices/regular expressions.protected BaseString[]
WekaInstancesStatistic. m_Locations
the array of indices/regular expressions.protected BaseString[]
XPath. m_NameSpaces
the namespaces to use (key=value).protected BaseString[]
ChangeReportFieldPrefixes. m_OldPrefixes
the prefixes to match to match.protected BaseString[]
AbstractTransformerWithPropertiesUpdating. m_Properties
the property paths.protected BaseString[]
WekaExperimentEvaluation. m_Row
the row (= datasets).protected BaseString
SetPlotContainerValue. m_Value
the value to set.protected BaseString
StringInsert. m_Value
the 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.BaseString[]
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.BaseString
SetPlotContainerValue. getValue()
Returns the value to use for updating.BaseString
StringInsert. 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".void
ConfusionMatrix. setClassLabels(BaseString[] value)
Sets the class labels to use for enforcing order other than alphabetical.void
WekaExperimentEvaluation. setColumn(BaseString[] value)
Sets list of fields that identify a column.void
CounterInit. setInitialValues(BaseString[] value)
Sets the values to initialize the counter with.void
ImageAnnotator. setLabels(BaseString[] value)
Sets the labels to use.void
ImageLabeler. setLabels(BaseString[] value)
Sets the labels to use.void
ImageSegmentationAnnotator. setLabels(BaseString[] value)
Sets the labels to use.void
ArrayHistogramRanges. setLocations(BaseString[] value)
Sets the locations of the data (indices/regular expressions on attribute name).void
ArrayStatistic. setLocations(BaseString[] value)
Sets the locations of the data (indices/regular expressions on attribute name).void
SpreadSheetHistogramRanges. setLocations(BaseString[] value)
Sets the locations of the data (indices/regular expressions on attribute name).void
SpreadSheetStatistic. setLocations(BaseString[] value)
Sets the locations of the data (indices/regular expressions on attribute name).void
WekaInstancesHistogramRanges. setLocations(BaseString[] value)
Sets the locations of the data (indices/regular expressions on attribute name).void
WekaInstancesStatistic. setLocations(BaseString[] value)
Sets the locations of the data (indices/regular expressions on attribute name).void
XPath. setNameSpaces(BaseString[] value)
Sets the namespaces to use.void
ChangeReportFieldPrefixes. setOldPrefixes(BaseString[] value)
Sets the old prefixes to replace.void
AbstractTransformerWithPropertiesUpdating. setProperties(BaseString[] value)
Sets the properties to update.void
WekaExperimentEvaluation. setRow(BaseString[] value)
Sets the list of fields that identify a row.void
SetPlotContainerValue. setValue(BaseString value)
Sets the value to use for updating.void
StringInsert. 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 void
AbstractDrawObjectsFromReport. 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_Extensions
the file extensions.protected BaseString[]
Circle. m_Extensions
the file extensions.protected BaseString[]
FixedText. m_Extensions
the file extensions.protected BaseString[]
Headline. m_Extensions
the file extensions.protected BaseString[]
Line. m_Extensions
the file extensions.protected BaseString[]
MetaHeadline. m_Extensions
the file extensions.protected BaseString[]
NewPage. m_Extensions
the file extensions.protected BaseString[]
PlainText. m_Extensions
the file extensions.protected BaseString[]
Rectangle. m_Extensions
the 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 void
AbstractSpreadSheetPdfProclet. setExtensions(BaseString[] value)
Sets the extensions that the processor can process.void
Circle. setExtensions(BaseString[] value)
Sets the extensions that the processor can process.void
FixedText. setExtensions(BaseString[] value)
Sets the extensions that the processor can process.void
Headline. setExtensions(BaseString[] value)
Sets the extensions that the processor can process.void
Line. setExtensions(BaseString[] value)
Sets the extensions that the processor can process.void
MetaHeadline. setExtensions(BaseString[] value)
Sets the extensions that the processor can process.void
NewPage. setExtensions(BaseString[] value)
Sets the extensions that the processor can process.void
PdfProcletWithVariableFileExtension. setExtensions(BaseString[] value)
Sets the extensions that the processor can process.void
PlainText. setExtensions(BaseString[] value)
Sets the extensions that the processor can process.void
Rectangle. 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_Labels
the 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 void
AddClassification. 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_ColumnRenameFormatStrings
The format strings specifying how to rename columns.protected BaseString[]
AbstractMerge. m_SpreadsheetNames
The 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 void
AbstractMerge. setColumnRenamesFormat(BaseString[] value)
Sets the array of format strings used for column renaming.void
AbstractMerge. 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_AttributeRenameFormatStrings
The format strings specifying how to rename attributes.protected BaseString[]
AbstractMerge. m_DatasetNames
The 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 void
AbstractMerge. setAttributeRenamesFormat(BaseString[] value)
Sets the array of format strings used for attribute renaming.void
AbstractMerge. 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_StartUps
the 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 void
AbstractApplicationFrame. 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 void
BaseHtmlEditorPane. 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 void
DotNotationTree. addItems(BaseString[] items)
Adds the items to the current ones and rebuilds the tree.void
DotNotationTree. 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_PredefinedValues
the 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 void
DistinctValueCellRenderingCustomizer. 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_DisplayedLabels
displayed labels.protected BaseString[]
AnnotateImage. m_Labels
the labels.protected BaseString[]
DeepLabCutCSVHandler. m_PredefinedLabels
the predefined labels.protected BaseString[]
ObjectLocationsFromReport. m_PredefinedLabels
the predefined labels.protected BaseString[]
ObjectLocationsFromSpreadSheet. m_PredefinedLabels
the predefined labels.protected BaseString[]
PointsFromReportHandler. m_PredefinedLabels
the 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 void
ImageSegmentationAnnotationsHandler. setDisplayedLabels(BaseString[] value)
Sets the displayed labels.void
AnnotateImage. setLabels(BaseString[] value)
Sets the labels to use.void
DeepLabCutCSVHandler. setPredefinedLabels(BaseString[] value)
Sets the predefined labels.void
ObjectLocationsFromReport. setPredefinedLabels(BaseString[] value)
Sets the predefined labels.void
ObjectLocationsFromSpreadSheet. setPredefinedLabels(BaseString[] value)
Sets the predefined labels.void
PointsFromReportHandler. 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_Column
the column (= classifiers).protected BaseString[]
TextOutput. m_Row
the 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 void
TextOutput. setColumn(BaseString[] value)
Sets list of fields that identify a column.void
TextOutput. 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_PredefinedLabels
predefined 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 void
AbstractObjectOverlayFromReport. setPredefinedLabels(BaseString[] value)
Sets the predefined labels.void
AbstractPointOverlayFromReport. setPredefinedLabels(BaseString[] value)
Sets the predefined labels.void
AbstractReportBasedOverlayHelper. 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_MetaDataKeys
the keys in the meta-data.protected BaseString[]
ViewObjects. m_MetaDataKeys
the keys in the meta-data.protected BaseString[]
ViewObjects. m_Prefixes
the 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 void
DeleteObjects. setMetaDataKeys(BaseString[] value)
Sets the meta-data keys to display in separate columns.void
ViewObjects. setMetaDataKeys(BaseString[] value)
Sets the meta-data keys to display in separate columns.void
ViewObjects. 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_PreferredExtensions
the 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 void
AbstractMultiObjectExportWithPreferredExtensions. 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_Labels
the labels.protected BaseString[]
ButtonSelectorPanel. m_Labels
the labels.protected BaseString[]
ButtonSelectorWithColorGenerator. m_Labels
the labels.protected BaseString[]
ButtonSelectorWithColorPanel. m_Labels
the labels.protected BaseString[]
ComboBoxSelectorGenerator. m_Labels
the labels.protected BaseString[]
ComboBoxSelectorPanel. m_Labels
the 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 void
ButtonSelectorGenerator. setLabels(BaseString[] value)
Sets the labels to use for annotating.void
ButtonSelectorWithColorGenerator. setLabels(BaseString[] value)
Sets the labels to use for annotating.void
ComboBoxSelectorGenerator. 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_MetaDataKeys
the keys in the meta-data.protected BaseString[]
ViewObjects. m_MetaDataKeys
the 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 void
DeleteObjects. setMetaDataKeys(BaseString[] value)
Sets the meta-data keys to display in separate columns.void
ViewObjects. 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_PredefinedTypes
predefined types.protected BaseString[]
TypeColorMapping. m_Types
the 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 void
PerType. setPredefinedTypes(BaseString[] value)
Sets the predefined types.void
TypeColorMapping. 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 void
AbstractObjectOverlayFromReport. setPredefinedLabels(BaseString[] value)
Sets the predefined labels.void
AbstractPointOverlayFromReport. 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_Symbols
the 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 void
AbstractSymbolEvaluator. 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_AdditionalParameters
additional 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 void
MenuItem. 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_Groups
the 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 void
MultiLevelSplitGenerator. 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_AttributeNames
the attribute names.protected BaseString
AttributeSummaryTransferFilter. m_ClassName
The class-attribute for supervised attribute filters.protected BaseString[]
MetaPartitionedMultiFilter. m_Prefixes
The prefixes.protected BaseString[]
PartitionedMultiFilter2. m_Prefixes
The prefixes.Methods in weka.filters.unsupervised.attribute that return BaseString Modifier and Type Method Description BaseString[]
MergeManyAttributes. getAttributeNames()
Gets the names of the attributes.BaseString
AttributeSummaryTransferFilter. getClassName()
Gets the name of the attribute to use as the class attribute for supervised summary filters.BaseString
AttributeSummaryTransferFilter. 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 void
MergeManyAttributes. setAttributeNames(BaseString[] value)
Sets the names of the attributes.void
AttributeSummaryTransferFilter. setClassName(BaseString value)
Sets the name of the attribute to use as the class attribute for supervised summary filters.void
MetaPartitionedMultiFilter. setPrefixes(BaseString[] prefixes)
Sets the list of prefixes to use.void
PartitionedMultiFilter2. setPrefixes(BaseString[] prefixes)
Sets the list of prefixes to use.
-