Uses of Class
adams.core.base.BaseRegExp
-
-
Uses of BaseRegExp in adams.core
Fields in adams.core declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpNumericStringCompare. m_Findthe string to find.Methods in adams.core that return BaseRegExp Modifier and Type Method Description BaseRegExpNumericStringCompare. getFind()Returns the string to find (regular expression).Methods in adams.core with parameters of type BaseRegExp Modifier and Type Method Description voidVariables. assign(Variables other, BaseRegExp filter)Adds all the variables from the other Variables object (overwrites any existing ones).VariablesVariables. getClone(BaseRegExp filter)Returns a clone of the object (but without the listeners).Set<String>Properties. keySetAll(BaseRegExp regexp)Returns a set of all the keys that match the specified regular expression.booleanVariables. remove(BaseRegExp regExp)Removes variables that match a regular expressions.voidNumericStringCompare. setFind(BaseRegExp value)Sets the string to find (regular expression).PropertiesProperties. subset(BaseRegExp regexp)Returns a subset of all the keys that match the given regular expression.static StringQuickInfoHelper. toString(OptionHandler handler, String property, BaseRegExp current)Returns either the variable name attached to optionhandler's property or the current value as string.static StringQuickInfoHelper. toString(OptionHandler handler, String property, BaseRegExp current, String prefix)Returns either the variable name attached to optionhandler's property or the current value as string.static StringQuickInfoHelper. toString(OptionHandler handler, String property, BaseRegExp current, String ifEmpty, String prefix)Returns either the variable name attached to optionhandler's property or the current value as string. -
Uses of BaseRegExp in adams.core.base
Methods in adams.core.base that return BaseRegExp Modifier and Type Method Description static BaseRegExpBaseRegExp. listToRegExp(List<String> values)Turns the list of values into a regular expression of the format: "^(value1|value2|...)$". -
Uses of BaseRegExp in adams.core.command.output
Fields in adams.core.command.output declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpLineSplit. m_RegExpthe regular expression to match.Methods in adams.core.command.output that return BaseRegExp Modifier and Type Method Description BaseRegExpLineSplit. getRegExp()Returns the regular expression to match the strings against.Methods in adams.core.command.output with parameters of type BaseRegExp Modifier and Type Method Description voidLineSplit. setRegExp(BaseRegExp value)Sets the regular expression to match the strings against. -
Uses of BaseRegExp in adams.core.discovery
Fields in adams.core.discovery declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpAbstractDiscoveryHandler. m_RegExpthe regular expression on the property path.Methods in adams.core.discovery that return BaseRegExp Modifier and Type Method Description BaseRegExpAbstractDiscoveryHandler. getRegExp()Returns the regular expression to match the path against.Methods in adams.core.discovery with parameters of type BaseRegExp Modifier and Type Method Description voidAbstractDiscoveryHandler. setRegExp(BaseRegExp value)Sets the regular expression to match the path against. -
Uses of BaseRegExp in adams.core.io
Methods in adams.core.io with parameters of type BaseRegExp Modifier and Type Method Description static List<File>RarUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch)Unrars the files in a RAR file.static List<File>RarUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch, int bufferSize)Unrars the files in a RAR file.static List<File>RarUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch, int bufferSize, MessageCollection errors)Unrars the files in a RAR file.static List<File>TarUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch)Decompresses the files in a tar file.static List<File>TarUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch, int bufferSize)Decompresses the files in a tar file.static List<File>TarUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch, int bufferSize, MessageCollection errors)Decompresses the files in a tar file.static List<File>ZipUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch)Unzips the files in a ZIP file.static List<File>ZipUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch, int bufferSize)Unzips the files in a ZIP file.static List<File>ZipUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch, int bufferSize, MessageCollection errors)Unzips the files in a ZIP file. -
Uses of BaseRegExp in adams.core.io.fileuse
Fields in adams.core.io.fileuse declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpLastLineMatches. m_RegExpthe regular expression the last line must match.Methods in adams.core.io.fileuse that return BaseRegExp Modifier and Type Method Description BaseRegExpLastLineMatches. getRegExp()Returns the regular expression the last line must match.Methods in adams.core.io.fileuse with parameters of type BaseRegExp Modifier and Type Method Description voidLastLineMatches. setRegExp(BaseRegExp value)Sets the regular expression the last line must match. -
Uses of BaseRegExp in adams.core.io.lister
Fields in adams.core.io.lister declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpAbstractDirectoryLister. m_RegExpthe regular expression for the files/dirs to match.Methods in adams.core.io.lister that return BaseRegExp Modifier and Type Method Description BaseRegExpAbstractDirectoryLister. getRegExp()Returns the regular expression that the items have to match.BaseRegExpDirectoryLister. getRegExp()Returns the regular expression that the items have to match.Methods in adams.core.io.lister with parameters of type BaseRegExp Modifier and Type Method Description voidAbstractDirectoryLister. setRegExp(BaseRegExp value)Sets the regular expressions that the items have to match.voidDirectoryLister. setRegExp(BaseRegExp value)Sets the regular expressions that the items have to match. -
Uses of BaseRegExp in adams.core.net
Fields in adams.core.net declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpSimpleMailer. m_RegExpthe expression to use for listing the files.Methods in adams.core.net that return BaseRegExp Modifier and Type Method Description BaseRegExpSimpleMailer. getRegExp()Returns the regular expression to match the files against.Methods in adams.core.net with parameters of type BaseRegExp Modifier and Type Method Description voidSimpleMailer. setRegExp(BaseRegExp value)Sets the regular expression to match the files against. -
Uses of BaseRegExp in adams.core.net.hostnameverifier
Fields in adams.core.net.hostnameverifier declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpRegExp. m_RegExpthe regular expression to match.Methods in adams.core.net.hostnameverifier that return BaseRegExp Modifier and Type Method Description BaseRegExpRegExp. getRegExp()Returns the regular expression that the hostnames must match.Methods in adams.core.net.hostnameverifier with parameters of type BaseRegExp Modifier and Type Method Description voidRegExp. setRegExp(BaseRegExp value)Sets the regular expression that the hostnames must match. -
Uses of BaseRegExp in adams.data.conversion
Fields in adams.data.conversion declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpPropertiesToMap. m_RegExpthe regular expression that the properties must match.protected BaseRegExpReportToMap. m_RegExpthe regular expression that the field names must match.Methods in adams.data.conversion that return BaseRegExp Modifier and Type Method Description BaseRegExpPropertiesToMap. getRegExp()Returns the regular expressions in use.BaseRegExpReportToMap. getRegExp()Returns the regular expressions in use.Methods in adams.data.conversion with parameters of type BaseRegExp Modifier and Type Method Description voidPropertiesToMap. setRegExp(BaseRegExp value)Sets the regular expressions to use.voidReportToMap. setRegExp(BaseRegExp value)Sets the regular expressions to use. -
Uses of BaseRegExp in adams.data.groupextraction
Fields in adams.data.groupextraction declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpReportFieldRegExp. m_RegExpthe regular expression to match.protected BaseRegExpSpreadSheetCellRegExp. m_RegExpthe regular expression to match.Methods in adams.data.groupextraction that return BaseRegExp Modifier and Type Method Description BaseRegExpReportFieldRegExp. getRegExp()Returns the regular expression to apply to the report value.BaseRegExpSpreadSheetCellRegExp. getRegExp()Returns the regular expression to apply to the cell value.Methods in adams.data.groupextraction with parameters of type BaseRegExp Modifier and Type Method Description voidReportFieldRegExp. setRegExp(BaseRegExp value)Sets the regular expression to apply to the report value.voidSpreadSheetCellRegExp. setRegExp(BaseRegExp value)Sets the regular expression to apply to the cell value. -
Uses of BaseRegExp in adams.data.idextraction
Fields in adams.data.idextraction declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpReportFieldRegExp. m_Findthe string to find.Methods in adams.data.idextraction that return BaseRegExp Modifier and Type Method Description BaseRegExpReportFieldRegExp. getFind()Returns the string to find (regular expression).Methods in adams.data.idextraction with parameters of type BaseRegExp Modifier and Type Method Description voidReportFieldRegExp. setFind(BaseRegExp value)Sets the string to find (regular expression). -
Uses of BaseRegExp in adams.data.instancesanalysis.pls
Fields in adams.data.instancesanalysis.pls declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpAbstractMultiClassPLS. m_ClassAttributesthe regular expression for identifying class attributes (besides an explicitly set one).Methods in adams.data.instancesanalysis.pls that return BaseRegExp Modifier and Type Method Description BaseRegExpAbstractMultiClassPLS. getClassAttributes()Returns the regular expression for identifying the class attributes (besides an explicitly set one).protected BaseRegExpAbstractMultiClassPLS. getDefaultClassAttributes()Returns the default regular expression for the class attributes.Methods in adams.data.instancesanalysis.pls with parameters of type BaseRegExp Modifier and Type Method Description voidAbstractMultiClassPLS. setClassAttributes(BaseRegExp value)Sets the regular expression for identifying the class attributes (besides an explicitly set one). -
Uses of BaseRegExp in adams.data.io.input
Fields in adams.data.io.input declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpDeepLabCutCSVReader. m_FileRegExpthe regexp the files must match.protected BaseRegExpAbstractMultiSheetSpreadSheetReaderWithMissingValueSupport. m_MissingValueThe placeholder for missing values.protected BaseRegExpAbstractSpreadSheetReaderWithMissingValueSupport. m_MissingValueThe placeholder for missing values.protected BaseRegExpCsvSpreadSheetReader.ChunkReader. m_MissingValuethe missing value.protected BaseRegExpFastCsvSpreadSheetReader.ChunkReader. m_MissingValuethe missing value.Methods in adams.data.io.input that return BaseRegExp Modifier and Type Method Description protected BaseRegExpAbstractMultiSheetSpreadSheetReaderWithMissingValueSupport. getDefaultMissingValue()Returns the default string for missing values.protected BaseRegExpAbstractSpreadSheetReaderWithMissingValueSupport. getDefaultMissingValue()Returns the default missing value to use.protected BaseRegExpAutoWidthTabularSpreadSheetReader. getDefaultMissingValue()Returns the default missing value to use.protected BaseRegExpCsvSpreadSheetReader. getDefaultMissingValue()Returns the default missing value to use.protected BaseRegExpFixedTabularSpreadSheetReader. getDefaultMissingValue()Returns the default missing value to use.protected BaseRegExpSimpleCsvSpreadSheetReader. getDefaultMissingValue()Returns the default missing value to use.BaseRegExpDeepLabCutCSVReader. getFileRegExp()Returns the regexp the file names must match.BaseRegExpAbstractMultiSheetSpreadSheetReaderWithMissingValueSupport. getMissingValue()Returns the current placeholder for missing values.BaseRegExpAbstractSpreadSheetReaderWithMissingValueSupport. getMissingValue()Returns the current placeholder for missing values.BaseRegExpMissingValueSpreadSheetReader. getMissingValue()Returns the current placeholder for missing values.Methods in adams.data.io.input with parameters of type BaseRegExp Modifier and Type Method Description voidDeepLabCutCSVReader. setFileRegExp(BaseRegExp value)Sets the regexp the file names must match.voidAbstractMultiSheetSpreadSheetReaderWithMissingValueSupport. setMissingValue(BaseRegExp value)Sets the placeholder for missing values.voidAbstractSpreadSheetReaderWithMissingValueSupport. setMissingValue(BaseRegExp value)Sets the placeholder for missing values.voidMissingValueSpreadSheetReader. setMissingValue(BaseRegExp value)Sets the placeholder for missing values. -
Uses of BaseRegExp in adams.data.objectfinder
Fields in adams.data.objectfinder declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpByMetaDataStringValue. m_RegExpthe regular expression to match against the value.protected BaseRegExpObjectsInPolygon. m_TypeFindthe regular expression to apply to the type.protected BaseRegExpObjectsInRegion. m_TypeFindthe regular expression to apply to the type.Methods in adams.data.objectfinder that return BaseRegExp Modifier and Type Method Description BaseRegExpByMetaDataStringValue. getRegExp()Returns the regular expression to match the meta-data value against.BaseRegExpObjectsInPolygon. getTypeFind()Returns the regular expression to apply to the type, ignored if no check.BaseRegExpObjectsInRegion. getTypeFind()Returns the regular expression to apply to the type, ignored if no check.Methods in adams.data.objectfinder with parameters of type BaseRegExp Modifier and Type Method Description voidByMetaDataStringValue. setRegExp(BaseRegExp value)Sets the regular expression to match the meta-data value against.voidObjectsInPolygon. setTypeFind(BaseRegExp value)Sets the regular expression to apply to the type, ignored if no check.voidObjectsInRegion. setTypeFind(BaseRegExp value)Sets the regular expression to apply to the type, ignored if no check. -
Uses of BaseRegExp in adams.data.outlier
Fields in adams.data.outlier declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpStringMatcher. m_RegExpthe regular expression that the value must match.Methods in adams.data.outlier that return BaseRegExp Modifier and Type Method Description BaseRegExpStringMatcher. getRegExp()Returns the regular expression to match the strings against.Methods in adams.data.outlier with parameters of type BaseRegExp Modifier and Type Method Description voidStringMatcher. setRegExp(BaseRegExp value)Sets the regular expression to match the strings against. -
Uses of BaseRegExp in adams.data.report
Fields in adams.data.report declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpRemoveByName. m_RegExpthe regular expression to match against the names.Methods in adams.data.report that return BaseRegExp Modifier and Type Method Description BaseRegExpRemoveByName. getRegExp()Returns the regular expression in use.Methods in adams.data.report with parameters of type BaseRegExp Modifier and Type Method Description booleanReport. removeValues(BaseRegExp regExp)Removes all fields that match the regular expression.voidRemoveByName. setRegExp(BaseRegExp value)Sets the regular expression to use. -
Uses of BaseRegExp in adams.data.spreadsheet.columnfinder
Fields in adams.data.spreadsheet.columnfinder declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpByName. m_RegExpthe regular expression to match the attribute names against.Methods in adams.data.spreadsheet.columnfinder that return BaseRegExp Modifier and Type Method Description BaseRegExpByName. getRegExp()Returns the regular expression in use.Methods in adams.data.spreadsheet.columnfinder with parameters of type BaseRegExp Modifier and Type Method Description voidByName. setRegExp(BaseRegExp value)Sets the regular expression to use. -
Uses of BaseRegExp in adams.data.spreadsheet.rowfinder
Fields in adams.data.spreadsheet.rowfinder declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpByValue. m_RegExpthe regular expression to match the labels against.Methods in adams.data.spreadsheet.rowfinder that return BaseRegExp Modifier and Type Method Description BaseRegExpByValue. getRegExp()Returns the regular expression in use.Methods in adams.data.spreadsheet.rowfinder with parameters of type BaseRegExp Modifier and Type Method Description voidByValue. setRegExp(BaseRegExp value)Sets the regular expression to use. -
Uses of BaseRegExp in adams.data.weka.classattribute
Fields in adams.data.weka.classattribute declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpByName. m_RegExpthe regular expression to use on the name.Methods in adams.data.weka.classattribute that return BaseRegExp Modifier and Type Method Description BaseRegExpByName. getRegExp()Returns the regular expression to use for locating the class attribute.Methods in adams.data.weka.classattribute with parameters of type BaseRegExp Modifier and Type Method Description voidByName. setRegExp(BaseRegExp value)Sets the index of the attribute to select. -
Uses of BaseRegExp in adams.data.weka.columnfinder
Fields in adams.data.weka.columnfinder declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpByName. m_RegExpthe regular expression to match the attribute names against.Methods in adams.data.weka.columnfinder that return BaseRegExp Modifier and Type Method Description BaseRegExpByName. getRegExp()Returns the regular expression in use.Methods in adams.data.weka.columnfinder with parameters of type BaseRegExp Modifier and Type Method Description voidByName. setRegExp(BaseRegExp value)Sets the regular expression to use. -
Uses of BaseRegExp in adams.data.weka.rowfinder
Fields in adams.data.weka.rowfinder declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpByLabel. m_RegExpthe regular expression to match the labels against.Methods in adams.data.weka.rowfinder that return BaseRegExp Modifier and Type Method Description BaseRegExpByLabel. getRegExp()Returns the regular expression in use.Methods in adams.data.weka.rowfinder with parameters of type BaseRegExp Modifier and Type Method Description voidByLabel. setRegExp(BaseRegExp value)Sets the regular expression to use. -
Uses of BaseRegExp in adams.db
Fields in adams.db declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpLogEntryConditions. m_Hostthe host name (regexp).protected BaseRegExpLogEntryConditions. m_IPthe IP address (regexp).protected BaseRegExpLogEntryConditions. m_Sourcethe source of the log entries (regexp).protected BaseRegExpLogEntryConditions. m_Statusthe status of the log entries (regexp).protected BaseRegExpLogEntryConditions. m_Typethe type of the log entries (regexp).Methods in adams.db that return BaseRegExp Modifier and Type Method Description BaseRegExpLogEntryConditions. getHost()Returns the host name to use in the search.BaseRegExpLogEntryConditions. getIP()Returns the IP address to use in the search.BaseRegExpLogEntryConditions. getSource()Returns the source used in the search.BaseRegExpLogEntryConditions. getStatus()Returns the status used in the search.BaseRegExpLogEntryConditions. getType()Returns the type used in the search.Methods in adams.db with parameters of type BaseRegExp Modifier and Type Method Description static StringSQLUtils. backquote(BaseRegExp s)Backquotes the regular expression and ensures that it is surrounded by single quotes.voidLogEntryConditions. setHost(BaseRegExp value)Sets the host name to use in the search.voidLogEntryConditions. setIP(BaseRegExp value)Sets the IP address to use in the search.voidLogEntryConditions. setSource(BaseRegExp value)Sets the source to use in the search.voidLogEntryConditions. setStatus(BaseRegExp value)Sets the status to use in the search.voidLogEntryConditions. setType(BaseRegExp value)Sets the type to use in the search. -
Uses of BaseRegExp in adams.db.queries
Methods in adams.db.queries with parameters of type BaseRegExp Modifier and Type Method Description StringAbstractDatabaseQueries. regexp(String col, BaseRegExp expr)Generates a regexp expression from the column and regular expression. -
Uses of BaseRegExp in adams.flow
Fields in adams.flow declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpFlowRunner. m_Includeregular expression for including flows when traversing a directory.Methods in adams.flow that return BaseRegExp Modifier and Type Method Description BaseRegExpFlowRunner. getInclude()Returns the regular expression for matching flow files when traversing a directory.Methods in adams.flow with parameters of type BaseRegExp Modifier and Type Method Description voidFlowRunner. setInclude(BaseRegExp value)Sets the regular expression to match flow files against when traversing a directory. -
Uses of BaseRegExp in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpDirectoriesMatch. m_RegExpthe expression the files must match.protected BaseRegExpFilesMatch. m_RegExpthe expression the files must match.protected BaseRegExpRegExp. m_RegExpthe regular expression to match.protected BaseRegExpTableExists. m_RegExpthe regular expression for the table name to match.Methods in adams.flow.condition.bool that return BaseRegExp Modifier and Type Method Description BaseRegExpDirectoriesMatch. getRegExp()Returns the regular expression that the sub-directories must match.BaseRegExpFilesMatch. getRegExp()Returns the regular expression that the files must match.BaseRegExpRegExp. getRegExp()Returns the regular expression to match the strings against.BaseRegExpTableExists. getRegExp()Returns the regular expression to match the table names against.Methods in adams.flow.condition.bool with parameters of type BaseRegExp Modifier and Type Method Description voidDirectoriesMatch. setRegExp(BaseRegExp value)Sets the regular expression that the sub-directories must match.voidFilesMatch. setRegExp(BaseRegExp value)Sets the regular expression that the files must match.voidRegExp. setRegExp(BaseRegExp value)Sets the regular expression to match the strings against.voidTableExists. setRegExp(BaseRegExp value)Sets the regular expression to match the table names against. -
Uses of BaseRegExp in adams.flow.control
Fields in adams.flow.control declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpLaunchTee. m_StorageFilterthe regular expression of the storage items to allow into the local scope.protected BaseRegExpLaunchTrigger. m_StorageFilterthe regular expression of the storage items to allow into the local scope.protected BaseRegExpLocalScopeSubProcess. m_StorageFilterthe regular expression of the storage items to allow into the local scope.protected BaseRegExpLocalScopeTee. m_StorageFilterthe regular expression of the storage items to allow into the local scope.protected BaseRegExpLocalScopeTrigger. m_StorageFilterthe regular expression of the storage items to allow into the local scope.protected BaseRegExpLocalScopeSubProcess. m_StorageRegExpthe regular expression of the variables to propagate.protected BaseRegExpLocalScopeTee. m_StorageRegExpthe regular expression of the variables to propagate.protected BaseRegExpLocalScopeTrigger. m_StorageRegExpthe regular expression of the variables to propagate.protected BaseRegExpLaunchTee. m_VariablesFilterthe regular expression of the variables to allow into the local scope.protected BaseRegExpLaunchTrigger. m_VariablesFilterthe regular expression of the variables to allow into the local scope.protected BaseRegExpLocalScopeSubProcess. m_VariablesFilterthe regular expression of the variables to allow into the local scope.protected BaseRegExpLocalScopeTee. m_VariablesFilterthe regular expression of the variables to allow into the local scope.protected BaseRegExpLocalScopeTrigger. m_VariablesFilterthe regular expression of the variables to allow into the local scope.protected BaseRegExpLocalScopeSubProcess. m_VariablesRegExpthe regular expression of the variables to propagate.protected BaseRegExpLocalScopeTee. m_VariablesRegExpthe regular expression of the variables to propagate.protected BaseRegExpLocalScopeTrigger. m_VariablesRegExpthe regular expression of the variables to propagate.Methods in adams.flow.control that return BaseRegExp Modifier and Type Method Description BaseRegExpLaunchTee. getStorageFilter()Returns the regular expression that storage item names must match to get into the local scope.BaseRegExpLaunchTrigger. getStorageFilter()Returns the regular expression that storage item names must match to get into the local scope.BaseRegExpLocalScopeHandler. getStorageFilter()Returns the regular expression that storage item names must match to get into the local scope.BaseRegExpLocalScopeSubProcess. getStorageFilter()Returns the regular expression that storage item names must match to get into the local scope.BaseRegExpLocalScopeTee. getStorageFilter()Returns the regular expression that storage item names must match to get into the local scope.BaseRegExpLocalScopeTrigger. getStorageFilter()Returns the regular expression that storage item names must match to get into the local scope.BaseRegExpLocalScopeHandler. getStorageRegExp()Returns the regular expression that storage item names must match to get propagated.BaseRegExpLocalScopeSubProcess. getStorageRegExp()Returns the regular expression that storage item names must match to get propagated.BaseRegExpLocalScopeTee. getStorageRegExp()Returns the regular expression that storage item names must match to get propagated.BaseRegExpLocalScopeTrigger. getStorageRegExp()Returns the regular expression that storage item names must match to get propagated.BaseRegExpLaunchTee. getVariablesFilter()Returns the regular expression that variable names must match to get into the local scope.BaseRegExpLaunchTrigger. getVariablesFilter()Returns the regular expression that variable names must match to get into the local scope.BaseRegExpLocalScopeHandler. getVariablesFilter()Returns the regular expression that variable names must match to get into the local scope.BaseRegExpLocalScopeSubProcess. getVariablesFilter()Returns the regular expression that variable names must match to get into the local scope.BaseRegExpLocalScopeTee. getVariablesFilter()Returns the regular expression that variable names must match to get into the local scope.BaseRegExpLocalScopeTrigger. getVariablesFilter()Returns the regular expression that variable names must match to get into the local scope.BaseRegExpLocalScopeHandler. getVariablesRegExp()Returns the regular expression that variable names must match to get propagated.BaseRegExpLocalScopeSubProcess. getVariablesRegExp()Returns the regular expression that variable names must match to get propagated.BaseRegExpLocalScopeTee. getVariablesRegExp()Returns the regular expression that variable names must match to get propagated.BaseRegExpLocalScopeTrigger. getVariablesRegExp()Returns the regular expression that variable names must match to get propagated.Methods in adams.flow.control with parameters of type BaseRegExp Modifier and Type Method Description voidStorage. assign(Storage other, BaseRegExp filter)Adds all the items from the other Storage object (overwrites any existing ones).Map<String,Object>Storage. get(BaseRegExp nameRegExp)Returns the objects associated with the regexp matching their name.Map<String,Object>Storage. get(String cache, BaseRegExp nameRegExp)Returns the objects associated with the regexp matching the names from the specified LRU cache.StorageStorage. getClone(BaseRegExp filter)Returns a clone (deep copy) of the object.booleanStorage. remove(BaseRegExp regexp)Removes the object(s) which name(s) match the regular expression.booleanStorage. remove(String cache, BaseRegExp regexp)Removes the object(s) which name(s) match the regular expression using the named LRU cache.voidLaunchTee. setStorageFilter(BaseRegExp value)Sets the regular expression that storage item names must match to get into the local scope.voidLaunchTrigger. setStorageFilter(BaseRegExp value)Sets the regular expression that storage item names must match to get into the local scope.voidLocalScopeHandler. setStorageFilter(BaseRegExp value)Sets the regular expression that storage item names must match to get into the local scope.voidLocalScopeSubProcess. setStorageFilter(BaseRegExp value)Sets the regular expression that storage item names must match to get into the local scope.voidLocalScopeTee. setStorageFilter(BaseRegExp value)Sets the regular expression that storage item names must match to get into the local scope.voidLocalScopeTrigger. setStorageFilter(BaseRegExp value)Sets the regular expression that storage item names must match to get into the local scope.voidLocalScopeHandler. setStorageRegExp(BaseRegExp value)Sets the regular expression that storage item names must match to get propagated.voidLocalScopeSubProcess. setStorageRegExp(BaseRegExp value)Sets the regular expression that storage item names must match to get propagated.voidLocalScopeTee. setStorageRegExp(BaseRegExp value)Sets the regular expression that storage item names must match to get propagated.voidLocalScopeTrigger. setStorageRegExp(BaseRegExp value)Sets the regular expression that storage item names must match to get propagated.voidLaunchTee. setVariablesFilter(BaseRegExp value)Sets the regular expression that variable names must match to get into the local scope.voidLaunchTrigger. setVariablesFilter(BaseRegExp value)Sets the regular expression that variable names must match to get into the local scope.voidLocalScopeHandler. setVariablesFilter(BaseRegExp value)Sets the regular expression that variable names must match to get into the local scope.voidLocalScopeSubProcess. setVariablesFilter(BaseRegExp value)Sets the regular expression that variable names must match to get into the local scope.voidLocalScopeTee. setVariablesFilter(BaseRegExp value)Sets the regular expression that variable names must match to get into the local scope.voidLocalScopeTrigger. setVariablesFilter(BaseRegExp value)Sets the regular expression that variable names must match to get into the local scope.voidLocalScopeHandler. setVariablesRegExp(BaseRegExp value)Sets the regular expression that variable names must match to get propagated.voidLocalScopeSubProcess. setVariablesRegExp(BaseRegExp value)Sets the regular expression that variable names must match to get propagated.voidLocalScopeTee. setVariablesRegExp(BaseRegExp value)Sets the regular expression that variable names must match to get propagated.voidLocalScopeTrigger. setVariablesRegExp(BaseRegExp value)Sets the regular expression that variable names must match to get propagated. -
Uses of BaseRegExp in adams.flow.control.errorpostprocessor
Fields in adams.flow.control.errorpostprocessor declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpRemoveExceptionPrefix. m_RegExpthe regexp to apply.Methods in adams.flow.control.errorpostprocessor that return BaseRegExp Modifier and Type Method Description BaseRegExpRemoveExceptionPrefix. getRegExp()Returns the regexp to apply.Methods in adams.flow.control.errorpostprocessor with parameters of type BaseRegExp Modifier and Type Method Description voidRemoveExceptionPrefix. setRegExp(BaseRegExp value)Sets the regexp to apply. -
Uses of BaseRegExp in adams.flow.control.postflowexecution
Fields in adams.flow.control.postflowexecution declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpRemoveFiles. m_RegExpthe regexp for matching files to delete.Methods in adams.flow.control.postflowexecution that return BaseRegExp Modifier and Type Method Description BaseRegExpRemoveFiles. getRegExp()Returns the regexp for matching files to delete.Methods in adams.flow.control.postflowexecution with parameters of type BaseRegExp Modifier and Type Method Description voidRemoveFiles. setRegExp(BaseRegExp value)Sets the regexp for matching files to delete. -
Uses of BaseRegExp in adams.flow.processor
Fields in adams.flow.processor declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpChangeDatabaseConditionLimit. m_RegExpthe classnames to limit the change to.protected BaseRegExpChangeNumThreads. m_RegExpthe classnames to limit the change to.protected BaseRegExpListAnnotationTags. m_RegExpthe regular expression to match the tags against.protected BaseRegExpListTODOs. m_RegExpthe regular expression to use for matching the TODOs.Methods in adams.flow.processor that return BaseRegExp Modifier and Type Method Description BaseRegExpChangeDatabaseConditionLimit. getRegExp()Returns the regular expression to apply to the classname of the conditions object for limiting the scope of the replacement.BaseRegExpChangeNumThreads. getRegExp()Returns the regular expression to apply to the classname of the object for limiting the scope of the replacement.BaseRegExpListAnnotationTags. getRegExp()Returns the regular expression that the tags must match.BaseRegExpListTODOs. getRegExp()Returns the regular expression to use for locating TODOs.Methods in adams.flow.processor with parameters of type BaseRegExp Modifier and Type Method Description voidChangeDatabaseConditionLimit. setRegExp(BaseRegExp value)Sets the regular expression to apply to the classname of the conditions object for limiting the scope of the replacement.voidChangeNumThreads. setRegExp(BaseRegExp value)Sets the regular expression to apply to the classname of the object for limiting the scope of the replacement.voidListAnnotationTags. setRegExp(BaseRegExp value)Sets the regular expression that the tags must match.voidListTODOs. setRegExp(BaseRegExp value)Sets the regular expression to use for locating TODOs. -
Uses of BaseRegExp in adams.flow.sink
Fields in adams.flow.sink declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpProbabilityPlotDisplay. m_Attname of attribute to displayprotected BaseRegExpZScoreDisplay. m_AttString for regular expression for attributeprotected BaseRegExpScatterDisplay. m_ColorAttributeNameString for setting color attribute using regular expressionprotected BaseRegExpScatterDisplay. m_XAttributeNameString for setting x attribute using regular expressionprotected BaseRegExpScatterDisplay. m_YAttributeNameString for setting y attribute using regular expressionMethods in adams.flow.sink that return BaseRegExp Modifier and Type Method Description BaseRegExpProbabilityPlotDisplay. getAttributeName()Get the string to set the attribute using a regular expressionBaseRegExpZScoreDisplay. getAttributeName()Get the string to set the attribute using a regular expressionBaseRegExpScatterDisplay. getColorAttributeName()Returns the attribute to be uses for determining the colors.BaseRegExpScatterDisplay. getXAttributeName()Returns the regular expression for the attribute to be displayed on the x axisBaseRegExpScatterDisplay. getYAttributeName()Returns the attribute to be displayed on the y axisMethods in adams.flow.sink with parameters of type BaseRegExp Modifier and Type Method Description voidProbabilityPlotDisplay. setAttributeName(BaseRegExp val)Set the attribute to use with a regular expressionvoidZScoreDisplay. setAttributeName(BaseRegExp val)Set the attribute to use with a regular expressionvoidScatterDisplay. setColorAttributeName(BaseRegExp val)Set the color attribute on the scatter plot using a regular expression.voidScatterDisplay. setXAttributeName(BaseRegExp val)Set the x attribute on the scatter plot using a regular expressionvoidScatterDisplay. setYAttributeName(BaseRegExp val)Set the y attribute on the scatter plot using a regular expression -
Uses of BaseRegExp in adams.flow.sink.sequenceplotter
Fields in adams.flow.sink.sequenceplotter declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpByNameErrorPaintlet. m_RegExpthe regular expression that determines whether to plot or not.protected BaseRegExpByNameMarkerPaintlet. m_RegExpthe regular expression that determines whether to plot or not.Methods in adams.flow.sink.sequenceplotter that return BaseRegExp Modifier and Type Method Description BaseRegExpByNameErrorPaintlet. getRegExp()Returns the regular expression to use for matching the sequence IDs.BaseRegExpByNameMarkerPaintlet. getRegExp()Returns the regular expression to use for matching the sequence IDs.Methods in adams.flow.sink.sequenceplotter with parameters of type BaseRegExp Modifier and Type Method Description voidByNameErrorPaintlet. setRegExp(BaseRegExp value)Sets the regular expression to use for matching the sequence IDs.voidByNameMarkerPaintlet. setRegExp(BaseRegExp value)Sets the regular expression to use for matching the sequence IDs. -
Uses of BaseRegExp in adams.flow.source
Fields in adams.flow.source declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpAbstractListTables. m_RegExpthe regular expression to match.protected BaseRegExpDumpStorage. m_RegExpthe regular expression to match.protected BaseRegExpDumpVariables. m_RegExpthe regular expression to match.protected BaseRegExpListCallableActors. m_RegExpthe regular expression to match.protected BaseRegExpListEnvironmentVariables. m_RegExpthe regular expression to match.protected BaseRegExpListStorageNames. m_RegExpthe regular expression to match.protected BaseRegExpListSystemProperties. m_RegExpthe regular expression to match.protected BaseRegExpListVariables. m_RegExpthe regular expression to match.Methods in adams.flow.source that return BaseRegExp Modifier and Type Method Description BaseRegExpAbstractListTables. getRegExp()Returns the regular expression to match the table names against.BaseRegExpDirectoryLister. getRegExp()Returns the regular expression for the files/dirs.BaseRegExpDumpStorage. getRegExp()Returns the regular expression to match the storage names against.BaseRegExpDumpVariables. getRegExp()Returns the regular expression to match the variable names against.BaseRegExpListCallableActors. getRegExp()Returns the regular expression to match the variable names against.BaseRegExpListEnvironmentVariables. getRegExp()Returns the regular expression to match the variable names against.BaseRegExpListStorageNames. getRegExp()Returns the regular expression to match the variable names against.BaseRegExpListSystemProperties. getRegExp()Returns the regular expression to match the property names against.BaseRegExpListVariables. getRegExp()Returns the regular expression to match the variable names against.Methods in adams.flow.source with parameters of type BaseRegExp Modifier and Type Method Description voidAbstractListTables. setRegExp(BaseRegExp value)Sets the regular expression to match the table names against.voidDirectoryLister. setRegExp(BaseRegExp value)Sets the regular expression for the files/dirs.voidDumpStorage. setRegExp(BaseRegExp value)Sets the regular expression to match the storage names against.voidDumpVariables. setRegExp(BaseRegExp value)Sets the regular expression to match the variable names against.voidListCallableActors. setRegExp(BaseRegExp value)Sets the regular expression to match the variable names against.voidListEnvironmentVariables. setRegExp(BaseRegExp value)Sets the regular expression to match the variable names against.voidListStorageNames. setRegExp(BaseRegExp value)Sets the regular expression to match the variable names against.voidListSystemProperties. setRegExp(BaseRegExp value)Sets the regular expression to match the property names against.voidListVariables. setRegExp(BaseRegExp value)Sets the regular expression to match the variable names against. -
Uses of BaseRegExp in adams.flow.source.filesystemsearch
Fields in adams.flow.source.filesystemsearch declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpLocalDirectorySearchWithCustomSort. m_SortFindthe regular expression for finding the data to use for sorting (groups).protected BaseRegExpSftpDirectorySearchWithCustomSort. m_SortFindthe regular expression for finding the data to use for sorting (groups).protected BaseRegExpSmbDirectorySearchWithCustomSort. m_SortFindthe regular expression for finding the data to use for sorting (groups).Methods in adams.flow.source.filesystemsearch that return BaseRegExp Modifier and Type Method Description BaseRegExpLocalDirectorySearch. getRegExp()Returns the regular expression for the files/dirs.BaseRegExpLocalDirectorySearchWithComparator. getRegExp()Returns the regular expression for the files/dirs.BaseRegExpLocalDirectorySearchWithCustomSort. getRegExp()Returns the regular expression for the files/dirs.BaseRegExpLocalFileSearch. getRegExp()Returns the regular expression for the files/dirs.BaseRegExpSftpDirectorySearch. getRegExp()Returns the regular expression for the files/dirs.BaseRegExpSftpDirectorySearchWithComparator. getRegExp()Returns the regular expression for the files/dirs.BaseRegExpSftpDirectorySearchWithCustomSort. getRegExp()Returns the regular expression for the files/dirs.BaseRegExpSftpFileSearch. getRegExp()Returns the regular expression for the files/dirs.BaseRegExpSmbDirectorySearch. getRegExp()Returns the regular expression for the files/dirs.BaseRegExpSmbDirectorySearchWithComparator. getRegExp()Returns the regular expression for the files/dirs.BaseRegExpSmbDirectorySearchWithCustomSort. getRegExp()Returns the regular expression for the files/dirs.BaseRegExpSmbFileSearch. getRegExp()Returns the regular expression for the files/dirs.BaseRegExpLocalDirectorySearchWithCustomSort. getSortFind()Returns the regular expression for extracting the groups.BaseRegExpSftpDirectorySearchWithCustomSort. getSortFind()Returns the regular expression for extracting the groups.BaseRegExpSmbDirectorySearchWithCustomSort. getSortFind()Returns the regular expression for extracting the groups.Methods in adams.flow.source.filesystemsearch with parameters of type BaseRegExp Modifier and Type Method Description voidLocalDirectorySearch. setRegExp(BaseRegExp value)Sets the regular expression for the files/dirs.voidLocalDirectorySearchWithComparator. setRegExp(BaseRegExp value)Sets the regular expression for the files/dirs.voidLocalDirectorySearchWithCustomSort. setRegExp(BaseRegExp value)Sets the regular expression for the files/dirs.voidLocalFileSearch. setRegExp(BaseRegExp value)Sets the regular expression for the files/dirs.voidSftpDirectorySearch. setRegExp(BaseRegExp value)Sets the regular expression for the files/dirs.voidSftpDirectorySearchWithComparator. setRegExp(BaseRegExp value)Sets the regular expression for the files/dirs.voidSftpDirectorySearchWithCustomSort. setRegExp(BaseRegExp value)Sets the regular expression for the files/dirs.voidSftpFileSearch. setRegExp(BaseRegExp value)Sets the regular expression for the files/dirs.voidSmbDirectorySearch. setRegExp(BaseRegExp value)Sets the regular expression for the files/dirs.voidSmbDirectorySearchWithComparator. setRegExp(BaseRegExp value)Sets the regular expression for the files/dirs.voidSmbDirectorySearchWithCustomSort. setRegExp(BaseRegExp value)Sets the regular expression for the files/dirs.voidSmbFileSearch. setRegExp(BaseRegExp value)Sets the regular expression for the files/dirs.voidLocalDirectorySearchWithCustomSort. setSortFind(BaseRegExp value)Sets the regular expression for extracting the groups.voidSftpDirectorySearchWithCustomSort. setSortFind(BaseRegExp value)Sets the regular expression for extracting the groups.voidSmbDirectorySearchWithCustomSort. setSortFind(BaseRegExp value)Sets the regular expression for extracting the groups. -
Uses of BaseRegExp in adams.flow.source.valuedefinition
Fields in adams.flow.source.valuedefinition declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpRegExpConstrainedStringDefinition. m_RegExpthe regular expression to use.Methods in adams.flow.source.valuedefinition that return BaseRegExp Modifier and Type Method Description BaseRegExpRegExpConstrainedStringDefinition. getRegExp()Returns the regular expression for constraining the input.Methods in adams.flow.source.valuedefinition with parameters of type BaseRegExp Modifier and Type Method Description voidRegExpConstrainedStringDefinition. setRegExp(BaseRegExp value)Sets the regular expression for constraining the input. -
Uses of BaseRegExp in adams.flow.standalone
Fields in adams.flow.standalone declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpAbstractDatabaseCheck. m_RegExpthe regular expression to use for matching the JDBC URL.protected BaseRegExpDeleteStorageValue. m_RegExpthe regexp to match against variable names.protected BaseRegExpDeleteVariable. m_RegExpthe regexp to match against variable names.protected BaseRegExpDirWatch. m_RegExpthe regular expression to match the file names against.Methods in adams.flow.standalone that return BaseRegExp Modifier and Type Method Description BaseRegExpAbstractDatabaseCheck. getRegExp()Returns the regular expression in use.BaseRegExpDeleteDir. getRegExp()Returns the regular expression for the dirs.BaseRegExpDeleteFile. getRegExp()Returns the regular expression for the files.BaseRegExpDeleteStorageValue. getRegExp()Returns the regular expression to match the storage item names against.BaseRegExpDeleteVariable. getRegExp()Returns the regular expression to match the variable names against.BaseRegExpDirWatch. getRegExp()Returns the regular expression to match the filenames against (name only, not path).Methods in adams.flow.standalone with parameters of type BaseRegExp Modifier and Type Method Description voidAbstractDatabaseCheck. setRegExp(BaseRegExp value)Sets the regular expression to use.voidDeleteDir. setRegExp(BaseRegExp value)Sets the regular expression for the dirs.voidDeleteFile. setRegExp(BaseRegExp value)Sets the regular expression for the files.voidDeleteStorageValue. setRegExp(BaseRegExp value)Sets the regular expression to match the storage item names against.voidDeleteVariable. setRegExp(BaseRegExp value)Sets the regular expression to match the variable names against.voidDirWatch. setRegExp(BaseRegExp value)Sets the regular expression to match the filenames against (name only, not path). -
Uses of BaseRegExp in adams.flow.standalone.logevent
Fields in adams.flow.standalone.logevent declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpNameFilter. m_RegExpthe regular expression to apply to the logger name.Methods in adams.flow.standalone.logevent that return BaseRegExp Modifier and Type Method Description BaseRegExpNameFilter. getRegExp()Returns the regular expression to match the logger name against.Methods in adams.flow.standalone.logevent with parameters of type BaseRegExp Modifier and Type Method Description voidNameFilter. setRegExp(BaseRegExp value)Sets the regular expression to match the logger name against. -
Uses of BaseRegExp in adams.flow.template
Fields in adams.flow.template declared as BaseRegExp Modifier and Type Field Description protected BaseRegExp[]StringReplace. m_Findthe regular expressions to find.protected BaseRegExpIterateFilesWithProgressBar. m_RegExpthe regular expression to apply.Methods in adams.flow.template that return BaseRegExp Modifier and Type Method Description BaseRegExp[]StringReplace. getFind()Returns the regular expressions to use for matching.BaseRegExpIterateFilesWithProgressBar. getRegExp()Returns the regular expression that the files must match.Methods in adams.flow.template with parameters of type BaseRegExp Modifier and Type Method Description voidStringReplace. setFind(BaseRegExp[] value)Sets the regular expressions to use for matching.voidIterateFilesWithProgressBar. setRegExp(BaseRegExp value)Sets the regular expressions that the files must match. -
Uses of BaseRegExp in adams.flow.transformer
Fields in adams.flow.transformer declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpSpreadSheetGetColumnIndex. m_ColumnNamethe regular expression for the column name.protected BaseRegExpSpreadSheetAnonymize. m_ColumnsRegExpthe columns to anonymize.protected BaseRegExpStringSplit. m_Expressionthe regular expression to use for splitting the string.protected BaseRegExpGroupByRegExp. m_Findthe regular expression.protected BaseRegExpSpreadSheetReplaceCellValue. m_Findthe string to find.protected BaseRegExpStringReplace. m_Findthe string to find.protected BaseRegExpDeletePropertyValue. m_Keythe regular expression for the keys to delete.protected BaseRegExpGetPropertyValue. m_Keythe regular expression for the keys to obtain the values for.protected BaseRegExpWekaChooseAttributes. m_PreSelectionthe regular expression for pre-selecting attributes by name.protected BaseRegExpWekaClassSelector. m_RegexNamethe regular expression on the attribute for selecting the sub-set of attributes.protected BaseRegExpAbstractContainerValueExtractor. m_RegExpthe regexp to use for matching the container value names.protected BaseRegExpAbstractDeleteReportValue. m_RegExpthe regular expression for matching field names.protected BaseRegExpAbstractMultiDecompress. m_RegExpthe regular expression that the filenames must match to be extracted.protected BaseRegExpCopyFile. m_RegExpthe regular expression for the files to match.protected BaseRegExpDeleteFile. m_RegExpthe regular expression for the files to match.protected BaseRegExpDeleteStorageValue. m_RegExpthe regexp to match against variable names.protected BaseRegExpDeleteVariable. m_RegExpthe regexp to match against variable names.protected BaseRegExpGetPropertyNames. m_RegExpthe regular expression that the property names must match.protected BaseRegExpMapToStorageValues. m_RegExpthe regular expression that the map keys must match.protected BaseRegExpMapToVariables. m_RegExpthe regular expression that the map keys must match.protected BaseRegExpMapVariableIterator. m_RegExpthe regular expression that the map keys must match.protected BaseRegExpMatchReportFields. m_RegExpthe regular expression for matching the fields.protected BaseRegExpPropertiesToVariables. m_RegExpthe regular expression that the properties must match.protected BaseRegExpReportField. m_RegExpthe regular expression for the fields to match.protected BaseRegExpReportToStorage. m_RegExpthe regular expression that the fields in the report must match.protected BaseRegExpReportToVariables. m_RegExpthe regular expression that the fields in the report must match.protected BaseRegExpSaveEmailAttachments. m_RegExpthe regular expression to apply to the attachment names.protected BaseRegExpSpreadSheetColumnIterator. m_RegExpthe regular expression applied to the column names.protected BaseRegExpSpreadSheetColumnsByName. m_RegExpthe regular expression to match the column names against.protected BaseRegExpStringArraySplit. m_RegExpthe regular expression to identify the string to split on.protected BaseRegExpStringMatcher. m_RegExpthe regular expression to match.protected BaseRegExpWekaAttributeIterator. m_RegExpthe regular expression applied to the attribute names.protected BaseRegExpWekaMultiLabelSplitter. m_RegExpthe regular expression that the class attribute names have to match.protected BaseRegExpSpreadSheetRowToTimeseries. m_RegExpTimestampthe regular expression for timestamp columns.protected BaseRegExpSpreadSheetRowToTimeseries. m_RegExpValuethe regular expression for value columns.protected BaseRegExpCompareObjectTypes. m_TypeFindthe regular expression to apply to the type.protected BaseRegExpCountObjectsInPolygon. m_TypeFindthe regular expression to apply to the type.protected BaseRegExpCountObjectsInRegion. m_TypeFindthe regular expression to apply to the type.protected BaseRegExpMergeObjectLocations. m_TypeFindthe regular expression to apply to the type.Methods in adams.flow.transformer that return BaseRegExp Modifier and Type Method Description BaseRegExpSpreadSheetGetColumnIndex. getColumnName()Returns the regular expression to match the column name.BaseRegExpSpreadSheetAnonymize. getColumnsRegExp()Returns the regular expression for the column names of columns to anonymize.protected BaseRegExpMatchReportFields. getDefaultRegularExpression()Returns the default regular expression.BaseRegExpGroupByRegExp. getFind()Returns the string to find (regular expression).BaseRegExpSpreadSheetReplaceCellValue. getFind()Returns the string to find (regular expression).BaseRegExpStringReplace. getFind()Returns the string to find (regular expression).BaseRegExpDeletePropertyValue. getKey()Returns the regular expression to match the keys against and delete if matching.BaseRegExpGetPropertyValue. getKey()Returns the regular expression to match the keys against.BaseRegExpWekaClassSelector. getRegexName()Returns the regular expression for selecting the attributes.BaseRegExpAbstractContainerValueExtractor. getRegExp()Returns the regular expression to use for matching the container value names.BaseRegExpAbstractDeleteReportValue. getRegExp()Returns the regular expression to use for matching the field names.BaseRegExpAbstractMultiDecompress. getRegExp()Returns the regular expression that the filenames must match.BaseRegExpCopyFile. getRegExp()Returns the regular expressions in use.BaseRegExpDeleteFile. getRegExp()Returns the regular expressions in use.BaseRegExpDeleteStorageValue. getRegExp()Returns the regular expression to match the storage item names against.BaseRegExpDeleteVariable. getRegExp()Returns the regular expression to match the variable names against.BaseRegExpGetPropertyNames. getRegExp()Returns the regular expression that the property names must match.BaseRegExpMapToStorageValues. getRegExp()Returns the regular expressions in use.BaseRegExpMapToVariables. getRegExp()Returns the regular expressions in use.BaseRegExpMapVariableIterator. getRegExp()Returns the regular expressions in use.BaseRegExpMatchReportFields. getRegExp()Returns the regular expression used for matching field names.BaseRegExpPropertiesToVariables. getRegExp()Returns the regular expressions in use.BaseRegExpReportField. getRegExp()Returns the regular expressions in use.BaseRegExpReportToStorage. getRegExp()Returns the regular expression the field names must match.BaseRegExpReportToVariables. getRegExp()Returns the regular expression the field names must match.BaseRegExpSaveEmailAttachments. getRegExp()Returns the regular expression that the attachment names must match.BaseRegExpSpreadSheetColumnIterator. getRegExp()Returns the regular expression for the name.BaseRegExpSpreadSheetColumnsByName. getRegExp()Returns the regular expression to use for matching column names.BaseRegExpStringArraySplit. getRegExp()Returns the regular expression to match the strings against.BaseRegExpStringMatcher. getRegExp()Returns the regular expression to match the strings against.BaseRegExpWekaAttributeIterator. getRegExp()Returns the regular expression for the name.BaseRegExpWekaMultiLabelSplitter. getRegExp()Returns the regular expression to match the strings against.BaseRegExpSpreadSheetRowToTimeseries. getRegExpTimestamp()Returns the regular expression for matching the timestamp columns.BaseRegExpSpreadSheetRowToTimeseries. getRegExpValue()Returns the regular expression for matching the timestamp columns.BaseRegExpCompareObjectTypes. getTypeFind()Returns the regular expression to apply to the type, ignored if empty.BaseRegExpCountObjectsInPolygon. getTypeFind()Returns the regular expression to apply to the type, ignored if no check.BaseRegExpCountObjectsInRegion. getTypeFind()Returns the regular expression to apply to the type, ignored if no check.BaseRegExpMergeObjectLocations. getTypeFind()Returns the regular expression to apply to the type, ignored if empty.BaseRegExpWekaChooseAttributes. isPreSelection()Returns the regular expression to pre-select attributes for the dialog.Methods in adams.flow.transformer with parameters of type BaseRegExp Modifier and Type Method Description voidSpreadSheetGetColumnIndex. setColumnName(BaseRegExp value)Sets the regular expression to match the column name.voidSpreadSheetAnonymize. setColumnsRegExp(BaseRegExp value)Sets the regular expression for the column names of columns to anonymize.voidGroupByRegExp. setFind(BaseRegExp value)Sets the string to find (regular expression).voidSpreadSheetReplaceCellValue. setFind(BaseRegExp value)Sets the string to find (regular expression).voidStringReplace. setFind(BaseRegExp value)Sets the string to find (regular expression).voidDeletePropertyValue. setKey(BaseRegExp value)Sets the regular expression to match the keys against and delete if matching.voidGetPropertyValue. setKey(BaseRegExp value)Sets the regular expression to match the keys against.voidWekaChooseAttributes. setPreSelection(BaseRegExp value)Sets the regular expression to pre-select attributes for the dialog.voidWekaClassSelector. setRegexName(BaseRegExp value)Sets the regular expression for selecting the attributes.voidAbstractContainerValueExtractor. setRegExp(BaseRegExp value)Sets the regular expression to use for matching the container value names.voidAbstractDeleteReportValue. setRegExp(BaseRegExp value)Sets the regular expression to use for matching the field names.voidAbstractMultiDecompress. setRegExp(BaseRegExp value)Sets the regular expression that the filenames must match.voidCopyFile. setRegExp(BaseRegExp value)Sets the regular expressions to use.voidDeleteFile. setRegExp(BaseRegExp value)Sets the regular expressions to use.voidDeleteStorageValue. setRegExp(BaseRegExp value)Sets the regular expression to match the storage item names against.voidDeleteVariable. setRegExp(BaseRegExp value)Sets the regular expression to match the variable names against.voidGetPropertyNames. setRegExp(BaseRegExp value)Sets the regular expression that the property names must match.voidMapToStorageValues. setRegExp(BaseRegExp value)Sets the regular expressions to use.voidMapToVariables. setRegExp(BaseRegExp value)Sets the regular expressions to use.voidMapVariableIterator. setRegExp(BaseRegExp value)Sets the regular expressions to use.voidMatchReportFields. setRegExp(BaseRegExp value)Sets the regular expression to use for matching field names.voidPropertiesToVariables. setRegExp(BaseRegExp value)Sets the regular expressions to use.voidReportField. setRegExp(BaseRegExp value)Sets the regular expressions to use.voidReportToStorage. setRegExp(BaseRegExp value)Sets the regular expression the field names must match.voidReportToVariables. setRegExp(BaseRegExp value)Sets the regular expression the field names must match.voidSaveEmailAttachments. setRegExp(BaseRegExp value)Sets the regular expression that the attachment names must match.voidSpreadSheetColumnIterator. setRegExp(BaseRegExp value)Sets the regular expression for the names.voidSpreadSheetColumnsByName. setRegExp(BaseRegExp value)Sets the regular expression to use for matching column names.voidStringArraySplit. setRegExp(BaseRegExp value)Sets the regular expression to match the strings against.voidStringMatcher. setRegExp(BaseRegExp value)Sets the regular expression to match the strings against.voidWekaAttributeIterator. setRegExp(BaseRegExp value)Sets the regular expression for the names.voidWekaMultiLabelSplitter. setRegExp(BaseRegExp value)Sets the regular expression to match the strings against.voidSpreadSheetRowToTimeseries. setRegExpTimestamp(BaseRegExp value)Sets the regular expression for matching the timestamp columns.voidSpreadSheetRowToTimeseries. setRegExpValue(BaseRegExp value)Sets the regular expression for matching the timestamp columns.voidCompareObjectTypes. setTypeFind(BaseRegExp value)Sets the regular expression to apply to the type, ignored if empty.voidCountObjectsInPolygon. setTypeFind(BaseRegExp value)Sets the regular expression to apply to the type, ignored if no check.voidCountObjectsInRegion. setTypeFind(BaseRegExp value)Sets the regular expression to apply to the type, ignored if no check.voidMergeObjectLocations. setTypeFind(BaseRegExp value)Sets the regular expression to apply to the type, ignored if empty. -
Uses of BaseRegExp in adams.flow.transformer.draw
Methods in adams.flow.transformer.draw that return BaseRegExp Modifier and Type Method Description BaseRegExpAbstractDrawObjectsFromReport. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.Methods in adams.flow.transformer.draw with parameters of type BaseRegExp Modifier and Type Method Description voidAbstractDrawObjectsFromReport. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn. -
Uses of BaseRegExp in adams.flow.transformer.indexedsplitsrunsgenerator
Fields in adams.flow.transformer.indexedsplitsrunsgenerator declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpInstancesGroupedCrossValidationFoldGenerator. m_RegExpthe regular expression for the nominal/string attribute.protected BaseRegExpInstancesGroupedRandomSplitGenerator. m_RegExpthe regular expression for the nominal/string attribute.Methods in adams.flow.transformer.indexedsplitsrunsgenerator that return BaseRegExp Modifier and Type Method Description BaseRegExpInstancesGroupedCrossValidationFoldGenerator. getRegExp()Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').BaseRegExpInstancesGroupedRandomSplitGenerator. getRegExp()Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').Methods in adams.flow.transformer.indexedsplitsrunsgenerator with parameters of type BaseRegExp Modifier and Type Method Description voidInstancesGroupedCrossValidationFoldGenerator. setRegExp(BaseRegExp value)Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').voidInstancesGroupedRandomSplitGenerator. setRegExp(BaseRegExp value)Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$'). -
Uses of BaseRegExp in adams.flow.transformer.mapfilter
Fields in adams.flow.transformer.mapfilter declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpRemoveByName. m_RegExpthe regular expression that the names must match.Methods in adams.flow.transformer.mapfilter that return BaseRegExp Modifier and Type Method Description BaseRegExpRemoveByName. getRegExp()Returns the regular expression to match the keys against.Methods in adams.flow.transformer.mapfilter with parameters of type BaseRegExp Modifier and Type Method Description voidRemoveByName. setRegExp(BaseRegExp value)Sets the regular expression to match the keys against. -
Uses of BaseRegExp in adams.flow.transformer.pdfproclet
Fields in adams.flow.transformer.pdfproclet declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpAbstractPdfProclet. m_RegExpFilenamethe regexp to use on the filename.Methods in adams.flow.transformer.pdfproclet that return BaseRegExp Modifier and Type Method Description BaseRegExpAbstractPdfProclet. getRegExpFilename()Returns the regular expression that the filename must match.BaseRegExpPdfProclet. getRegExpFilename()Returns the regular expression that the filename must match.Methods in adams.flow.transformer.pdfproclet with parameters of type BaseRegExp Modifier and Type Method Description voidAbstractPdfProclet. setRegExpFilename(BaseRegExp value)Sets the regular expression that the filename must match.voidPdfProclet. setRegExpFilename(BaseRegExp value)Sets the regular expression that the filename must match. -
Uses of BaseRegExp in adams.flow.transformer.preparefilebaseddataset
Fields in adams.flow.transformer.preparefilebaseddataset declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpGroupedCrossValidation. m_RegExpthe regular expression for the nominal/string attribute.protected BaseRegExpGroupedTrainTestSplit. m_RegExpthe regular expression for the nominal/string attribute.protected BaseRegExpGroupedTrainValidateTestSplit. m_RegExpthe regular expression for the nominal/string attribute.Methods in adams.flow.transformer.preparefilebaseddataset that return BaseRegExp Modifier and Type Method Description BaseRegExpGroupedCrossValidation. getRegExp()Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').BaseRegExpGroupedTrainTestSplit. getRegExp()Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').BaseRegExpGroupedTrainValidateTestSplit. getRegExp()Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').Methods in adams.flow.transformer.preparefilebaseddataset with parameters of type BaseRegExp Modifier and Type Method Description voidGroupedCrossValidation. setRegExp(BaseRegExp value)Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').voidGroupedTrainTestSplit. setRegExp(BaseRegExp value)Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').voidGroupedTrainValidateTestSplit. setRegExp(BaseRegExp value)Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$'). -
Uses of BaseRegExp in adams.flow.transformer.spreadsheetmethodmerge
Fields in adams.flow.transformer.spreadsheetmethodmerge declared as BaseRegExp Modifier and Type Field Description protected BaseRegExp[]AbstractMerge. m_ColumnRenameFindRegexsThe regexs to use to find columns that require renaming.Methods in adams.flow.transformer.spreadsheetmethodmerge that return BaseRegExp Modifier and Type Method Description BaseRegExp[]AbstractMerge. getColumnRenamesExp()Gets the array of column rename expressions.Methods in adams.flow.transformer.spreadsheetmethodmerge with parameters of type BaseRegExp Modifier and Type Method Description voidAbstractMerge. setColumnRenamesExp(BaseRegExp[] value)Sets the array of column rename expressions. -
Uses of BaseRegExp in adams.flow.transformer.wekadatasetsmerge
Fields in adams.flow.transformer.wekadatasetsmerge declared as BaseRegExp Modifier and Type Field Description protected BaseRegExp[]AbstractMerge. m_AttributeRenameFindRegexsThe regexs to use to find attributes that require renaming.Methods in adams.flow.transformer.wekadatasetsmerge that return BaseRegExp Modifier and Type Method Description BaseRegExp[]AbstractMerge. getAttributeRenamesExp()Gets the array of attribute rename expressions.Methods in adams.flow.transformer.wekadatasetsmerge with parameters of type BaseRegExp Modifier and Type Method Description voidAbstractMerge. setAttributeRenamesExp(BaseRegExp[] value)Sets the array of attribute rename expressions. -
Uses of BaseRegExp in adams.gui.core
Fields in adams.gui.core declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpRegExpConstrainedTextField.RegExpConstraintCheckModel. m_RegExpthe regular expression to use for checking.Fields in adams.gui.core with type parameters of type BaseRegExp Modifier and Type Field Description protected gnu.trove.map.hash.TIntObjectHashMap<BaseRegExp>SortableAndSearchableWrapperTableModel. m_ColumnFiltersRegExpthe filter regexps per column.protected Map<String,BaseRegExp>PropertiesParameterPanel. m_RegExpthe property/regexp relation.Methods in adams.gui.core that return BaseRegExp Modifier and Type Method Description BaseRegExpFilePanel. getFilter()Return the filter in use.BaseRegExpPropertiesParameterPanel. getRegExp(String property)Returns the regexp associated with a particular property.BaseRegExpRegExpConstrainedTextField. getRegExp()Returns the current regular expression.BaseRegExpRegExpConstrainedTextField.RegExpConstraintCheckModel. getRegExp()Returns the current regular expression.BaseRegExpRegExpTextField. getRegExp()Returns the current regular expression.Methods in adams.gui.core with parameters of type BaseRegExp Modifier and Type Method Description voidFilePanel. setFilter(BaseRegExp value)Sets the filter to use.voidPropertiesParameterPanel. setRegExp(String property, BaseRegExp value)Associates the regexp with a particular property.voidRegExpConstrainedTextField.RegExpConstraintCheckModel. setRegExp(BaseRegExp value)Sets the regular expression.voidRegExpConstrainedTextField. setRegExp(BaseRegExp value)Sets the regular expression.voidRegExpTextField. setRegExp(BaseRegExp value)Sets the regular expression.Constructors in adams.gui.core with parameters of type BaseRegExp Constructor Description RegExpConstrainedTextField(BaseRegExp regExp)Constructs a newTextField.RegExpConstrainedTextField(BaseRegExp regExp, String text)Constructs a newTextField.RegExpConstraintCheckModel(BaseRegExp regExp)Initializes the model. -
Uses of BaseRegExp in adams.gui.tools
Fields in adams.gui.tools declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpConsoleOutputAnalyzerPanel.ConsoleEntryFilter. m_OriginRegExpthe origin regexp.protected BaseRegExpConsoleOutputAnalyzerPanel.ConsoleEntryFilter. m_OutputRegExpthe output regexp.Methods in adams.gui.tools that return BaseRegExp Modifier and Type Method Description BaseRegExpConsoleOutputAnalyzerPanel.ConsoleEntryFilter. getOriginRegExp()Returns the regular expression on the origin.BaseRegExpConsoleOutputAnalyzerPanel.ConsoleEntryFilter. getOutputRegExp()Returns the regular expression on the output.Constructors in adams.gui.tools with parameters of type BaseRegExp Constructor Description ConsoleEntryFilter(BaseRegExp originRegExp, String origin, String type, BaseRegExp outputRegExp)Initializes the filter, use null to turn off filtering. -
Uses of BaseRegExp in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpAnnotationsAndPredictionsFromReport. m_TypeRegExpthe regular expression for the types to draw.protected BaseRegExpCocoAnnotationsHandler. m_TypeRegExpthe regular expression for the types to draw.protected BaseRegExpDeepLabCutCSVHandler. m_TypeRegExpthe regular expression for the types to draw.protected BaseRegExpDetectronAnnotationsHandler. m_TypeRegExpthe regular expression for the types to draw.protected BaseRegExpObjectCentersFromReport. m_TypeRegExpthe regular expression for the types to draw.protected BaseRegExpObjectLocationsFromReport. m_TypeRegExpthe regular expression for the types to draw.protected BaseRegExpObjectLocationsFromSpreadSheet. m_TypeRegExpthe regular expression for the types to draw.protected BaseRegExpPointsFromReportHandler. m_TypeRegExpthe regular expression for the types to draw.Methods in adams.gui.tools.previewbrowser that return BaseRegExp Modifier and Type Method Description BaseRegExpAnnotationsAndPredictionsFromReport. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.BaseRegExpCocoAnnotationsHandler. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.BaseRegExpDeepLabCutCSVHandler. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.BaseRegExpDetectronAnnotationsHandler. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.BaseRegExpObjectCentersFromReport. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.BaseRegExpObjectLocationsFromReport. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.BaseRegExpObjectLocationsFromSpreadSheet. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.BaseRegExpPointsFromReportHandler. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.Methods in adams.gui.tools.previewbrowser with parameters of type BaseRegExp Modifier and Type Method Description voidAnnotationsAndPredictionsFromReport. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn.voidCocoAnnotationsHandler. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn.voidDeepLabCutCSVHandler. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn.voidDetectronAnnotationsHandler. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn.voidObjectCentersFromReport. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn.voidObjectLocationsFromReport. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn.voidObjectLocationsFromSpreadSheet. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn.voidPointsFromReportHandler. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn. -
Uses of BaseRegExp in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpAbstractStrokePaintletWithContainerIDMatching. m_ContainerIDRegExpthe regular expression the container IDs must match.protected BaseRegExp[]RegExpColorProvider. m_RegExpsthe regular expressions.Methods in adams.gui.visualization.core that return BaseRegExp Modifier and Type Method Description BaseRegExpAbstractStrokePaintletWithContainerIDMatching. getContainerIDRegExp()Returns the regular expression the container IDs must match.BaseRegExpPaintletWithContainerIDMatching. getContainerIDRegExp()Returns the regular expression the container IDs must match.Methods in adams.gui.visualization.core with parameters of type BaseRegExp Modifier and Type Method Description voidAbstractStrokePaintletWithContainerIDMatching. setContainerIDRegExp(BaseRegExp value)Sets the regular expression the container IDs must match.voidPaintletWithContainerIDMatching. setContainerIDRegExp(BaseRegExp value)Sets the regular expression the container IDs must match. -
Uses of BaseRegExp in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpAbstractReportBasedOverlayHelper. m_TypeRegExpthe regular expression for the types to draw.Methods in adams.gui.visualization.image that return BaseRegExp Modifier and Type Method Description BaseRegExpAbstractObjectOverlayFromReport. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.BaseRegExpAbstractPointOverlayFromReport. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.BaseRegExpAbstractReportBasedOverlayHelper. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.Methods in adams.gui.visualization.image with parameters of type BaseRegExp Modifier and Type Method Description voidAbstractObjectOverlayFromReport. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn.voidAbstractPointOverlayFromReport. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn.voidAbstractReportBasedOverlayHelper. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn. -
Uses of BaseRegExp in adams.gui.visualization.image.interactionlogging
Fields in adams.gui.visualization.image.interactionlogging declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpIDFilter. m_RegExpthe regular expression to use for matching the IDs.Methods in adams.gui.visualization.image.interactionlogging that return BaseRegExp Modifier and Type Method Description BaseRegExpIDFilter. getRegExp()Returns the regular expression to apply to the ID.Methods in adams.gui.visualization.image.interactionlogging with parameters of type BaseRegExp Modifier and Type Method Description voidIDFilter. setRegExp(BaseRegExp value)Sets the regular expression to apply to the ID. -
Uses of BaseRegExp in adams.gui.visualization.object.objectannotations.colors
Fields in adams.gui.visualization.object.objectannotations.colors declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpPerType. m_TypeRegExpthe regular expression for the types to draw.Methods in adams.gui.visualization.object.objectannotations.colors that return BaseRegExp Modifier and Type Method Description BaseRegExpPerType. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.Methods in adams.gui.visualization.object.objectannotations.colors with parameters of type BaseRegExp Modifier and Type Method Description voidPerType. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn. -
Uses of BaseRegExp in adams.gui.visualization.object.overlay
Methods in adams.gui.visualization.object.overlay that return BaseRegExp Modifier and Type Method Description BaseRegExpAbstractObjectOverlayFromReport. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.BaseRegExpAbstractPointOverlayFromReport. getTypeRegExp()Returns the regular expression that the types must match in order to get drawn.Methods in adams.gui.visualization.object.overlay with parameters of type BaseRegExp Modifier and Type Method Description voidAbstractObjectOverlayFromReport. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn.voidAbstractPointOverlayFromReport. setTypeRegExp(BaseRegExp value)Sets the regular expression that the types must match in order to get drawn. -
Uses of BaseRegExp in adams.gui.visualization.sequence
Fields in adams.gui.visualization.sequence declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpByNamePaintlet. m_RegExpthe regular expression that determines whether to plot or not.Methods in adams.gui.visualization.sequence that return BaseRegExp Modifier and Type Method Description BaseRegExpByNamePaintlet. getRegExp()Returns the regular expression to use for matching the sequence IDs.Methods in adams.gui.visualization.sequence with parameters of type BaseRegExp Modifier and Type Method Description voidByNamePaintlet. setRegExp(BaseRegExp value)Sets the regular expression to use for matching the sequence IDs. -
Uses of BaseRegExp in adams.gui.visualization.sequence.metadatacolor
Fields in adams.gui.visualization.sequence.metadatacolor declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpColorPerRegExpGroup. m_RegExpthe regular expression to use.Methods in adams.gui.visualization.sequence.metadatacolor that return BaseRegExp Modifier and Type Method Description BaseRegExpColorPerRegExpGroup. getRegExp()Returns the regular expression to apply to the meta-data value.Methods in adams.gui.visualization.sequence.metadatacolor with parameters of type BaseRegExp Modifier and Type Method Description voidColorPerRegExpGroup. setRegExp(BaseRegExp value)Sets the regular expression to apply to the meta-data value. -
Uses of BaseRegExp in adams.gui.visualization.stats.core
Methods in adams.gui.visualization.stats.core with parameters of type BaseRegExp Modifier and Type Method Description static intIndexHelper. getIndex(BaseRegExp reg, Index ind, SpreadSheet inst, int index)Returns the position of the desired attribute. -
Uses of BaseRegExp in adams.gui.visualization.stats.probabilityplot
Fields in adams.gui.visualization.stats.probabilityplot declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpProbabilityPlot. m_AttRegRegular expression for choosing the attribute to plotMethods in adams.gui.visualization.stats.probabilityplot that return BaseRegExp Modifier and Type Method Description BaseRegExpProbabilityPlot. getAttRegExp()Returns the regular expression for choosing the attribute to display.Methods in adams.gui.visualization.stats.probabilityplot with parameters of type BaseRegExp Modifier and Type Method Description voidProbabilityPlot. setAttRegExp(BaseRegExp val)Set the regular expression for chossing the attribute to display. -
Uses of BaseRegExp in adams.gui.visualization.stats.scatterplot
Fields in adams.gui.visualization.stats.scatterplot declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpScatterPlot. m_ColorIndexRegregular expression given as an option to choose color attributeprotected BaseRegExpScatterPlot. m_XIndexRegRegular expression given as an option to choose x attributeprotected BaseRegExpScatterPlot. m_YIndexRegregular expression given as an option to choose y attributeMethods in adams.gui.visualization.stats.scatterplot that return BaseRegExp Modifier and Type Method Description BaseRegExpScatterPlot. getColorRegExp()Gets the regular expression used when determining the color attribute.BaseRegExpScatterPlot. getXRegExp()Gets the regular expression used when determining the x attribute.BaseRegExpScatterPlot. getYRegExp()Gets the regular expression used when determining the y attribute.Methods in adams.gui.visualization.stats.scatterplot with parameters of type BaseRegExp Modifier and Type Method Description voidScatterPlot. setColorRegExp(BaseRegExp val)Set the regular expression to use when determining the color attribute.voidScatterPlot. setXRegExp(BaseRegExp val)Set the regular expression to use when determining the x attribute.voidScatterPlot. setYRegExp(BaseRegExp val)Set the regular expression to use when determining the y attribute. -
Uses of BaseRegExp in adams.gui.visualization.stats.zscore
Fields in adams.gui.visualization.stats.zscore declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpZScore. m_AttRegString for regular expressionMethods in adams.gui.visualization.stats.zscore with parameters of type BaseRegExp Modifier and Type Method Description voidZScore. setAttReg(BaseRegExp val)Set the regular expression used when choosing the attribute -
Uses of BaseRegExp in adams.ml.preprocessing
Fields in adams.ml.preprocessing declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpAbstractColumnSubsetFilter. m_ColRegExpthe column names to operate on (ifColumnSubset.REGEXP).Methods in adams.ml.preprocessing that return BaseRegExp Modifier and Type Method Description BaseRegExpAbstractColumnSubsetFilter. getColRegExp()Returns the regular expression to use on the column names to determine whether to use a column for filtering (ifColumnSubset.REGEXP).BaseRegExpColumnSubsetFilter. getColRegExp()Returns the regular expression to use on the column names to determine whether to use a column for filtering (ifColumnSubset.REGEXP).Methods in adams.ml.preprocessing with parameters of type BaseRegExp Modifier and Type Method Description voidAbstractColumnSubsetFilter. setColRegExp(BaseRegExp value)Sets the regular expression to use on the column names to determine whether * to use a column for filtering (ifColumnSubset.REGEXP).voidColumnSubsetFilter. setColRegExp(BaseRegExp value)Sets the regular expression to use on the column names to determine whether * to use a column for filtering (ifColumnSubset.REGEXP). -
Uses of BaseRegExp in adams.tools
Fields in adams.tools declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpDropTables. m_RegExpthe regular expression to match.protected BaseRegExpTruncateTables. m_RegExpthe regular expression to match.Methods in adams.tools that return BaseRegExp Modifier and Type Method Description BaseRegExpDropTables. getRegExp()Returns the regular expression to match the table names against.BaseRegExpTruncateTables. getRegExp()Returns the regular expression to match the table names against.Methods in adams.tools with parameters of type BaseRegExp Modifier and Type Method Description voidDropTables. setRegExp(BaseRegExp value)Sets the regular expression to match the table names against.voidTruncateTables. setRegExp(BaseRegExp value)Sets the regular expression to match the table names against. -
Uses of BaseRegExp in weka.classifiers
Fields in weka.classifiers declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpGroupedBinnedNumericClassCrossValidationFoldGenerator. m_RegExpthe regular expression for the nominal/string attribute.protected BaseRegExpGroupedBinnedNumericClassRandomSplitGenerator. m_RegExpthe regular expression for the nominal/string attribute.protected BaseRegExpGroupedCrossValidationFoldGenerator. m_RegExpthe regular expression for the nominal/string attribute.protected BaseRegExpGroupedRandomSplitGenerator. m_RegExpthe regular expression for the nominal/string attribute.protected BaseRegExp[]MultiLevelSplitGenerator. m_RegExpsthe regular expressions to apply to determine the grouping.Methods in weka.classifiers that return BaseRegExp Modifier and Type Method Description BaseRegExpGroupedBinnedNumericClassCrossValidationFoldGenerator. getRegExp()Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').BaseRegExpGroupedBinnedNumericClassRandomSplitGenerator. getRegExp()Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').BaseRegExpGroupedCrossValidationFoldGenerator. getRegExp()Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').BaseRegExpGroupedRandomSplitGenerator. getRegExp()Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').BaseRegExp[]MultiLevelSplitGenerator. getRegExps()Returns the regular expressions to use for extracting the groups.Methods in weka.classifiers with parameters of type BaseRegExp Modifier and Type Method Description voidGroupedBinnedNumericClassCrossValidationFoldGenerator. setRegExp(BaseRegExp value)Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').voidGroupedBinnedNumericClassRandomSplitGenerator. setRegExp(BaseRegExp value)Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').voidGroupedCrossValidationFoldGenerator. setRegExp(BaseRegExp value)Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').voidGroupedRandomSplitGenerator. setRegExp(BaseRegExp value)Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').voidMultiLevelSplitGenerator. setRegExps(BaseRegExp[] value)Sets the regular expressions to use for extracting the groups.Constructors in weka.classifiers with parameters of type BaseRegExp Constructor Description GroupedBinnedNumericClassCrossValidationFoldGenerator(weka.core.Instances data, BinningAlgorithm algorithm, int numFolds, long seed, boolean randomize, boolean stratify, BaseRegExp regExp, String group, String relName)Initializes the generator.GroupedBinnedNumericClassCrossValidationFoldGenerator(weka.core.Instances data, BinningAlgorithm algorithm, int numFolds, long seed, boolean stratify, BaseRegExp regExp, String group)Initializes the generator.GroupedBinnedNumericClassRandomSplitGenerator(weka.core.Instances data, BinningAlgorithm algorithm, double percentage, BaseRegExp regExp, String group)Initializes the generator.GroupedBinnedNumericClassRandomSplitGenerator(weka.core.Instances data, BinningAlgorithm algorithm, long seed, double percentage, boolean preserveOrder, BaseRegExp regExp, String group)Initializes the generator.GroupedBinnedNumericClassRandomSplitGenerator(weka.core.Instances data, BinningAlgorithm algorithm, long seed, double percentage, BaseRegExp regExp, String group)Initializes the generator.GroupedCrossValidationFoldGenerator(weka.core.Instances data, int numFolds, long seed, boolean stratify, boolean randomize, WekaAttributeIndex index, BaseRegExp regExp, String group)Initializes the generator.GroupedRandomSplitGenerator(weka.core.Instances data, long seed, double percentage, boolean preserveOrder, WekaAttributeIndex index, BaseRegExp regExp, String group)Initializes the generator. -
Uses of BaseRegExp in weka.core.converters
Fields in weka.core.converters declared as BaseRegExp Modifier and Type Field Description protected static BaseRegExpExcelLoader. DEFAULT_MISSING_VALUEprotected BaseRegExpExcelLoader. m_MissingValueThe placeholder for missing values.Methods in weka.core.converters that return BaseRegExp Modifier and Type Method Description BaseRegExpExcelLoader. getMissingValue()Returns the regular expression for identifying missing values.Methods in weka.core.converters with parameters of type BaseRegExp Modifier and Type Method Description voidExcelLoader. setMissingValue(BaseRegExp value)Sets the regular expression for identifying missing value. -
Uses of BaseRegExp in weka.filters.supervised.attribute
Fields in weka.filters.supervised.attribute declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpMultiPLS. m_XRegExpthe regular expression for the X columns.protected BaseRegExpMultiPLS. m_YRegExpthe regular expression for the Y columns.Methods in weka.filters.supervised.attribute that return BaseRegExp Modifier and Type Method Description protected BaseRegExpMultiPLS. getDefaultXRegExp()Returns the default X regexp.protected BaseRegExpMultiPLS. getDefaultYRegExp()Returns the default Y regexp.BaseRegExpMultiPLS. getXRegExp()Returns the regular expression to identify the X attributes.BaseRegExpMultiPLS. getYRegExp()Returns the regular expression to identify the Y attributes.Methods in weka.filters.supervised.attribute with parameters of type BaseRegExp Modifier and Type Method Description voidMultiPLS. setXRegExp(BaseRegExp value)Sets the regular expression to identify the X attributes.voidMultiPLS. setYRegExp(BaseRegExp value)Sets the regular expression to identify the Y attributes. -
Uses of BaseRegExp in weka.filters.unsupervised.attribute
Fields in weka.filters.unsupervised.attribute declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpDetrend. m_AttRegExpthe range of attributes to work on.protected BaseRegExpMultiplicativeScatterCorrection. m_AttRegExpthe range of attributes to work on.protected BaseRegExpNominalToNumeric. m_Findthe regular expression to use.protected BaseRegExpOuterProductAnalysis. m_FirstRangethe first range of the attributes to use.protected BaseRegExpInterquartileRangeSamp. m_IgnoredAttributesthe regular expression for attributes to skip.protected BaseRegExpEquiDistance. m_RegExpthe regular expression to use.protected BaseRegExp[]MetaPartitionedMultiFilter. m_RegExpThe prefixes.protected BaseRegExpOuterProductAnalysis. m_SecondRangethe second range of the attributes to use.protected BaseRegExpDetrend. m_WaveNoRegExpthe regexp for extracting the wavenumbers from the attribute name.protected BaseRegExpMultiplicativeScatterCorrection. m_WaveNoRegExpthe regexp for extracting the wavenumbers from the attribute name.Methods in weka.filters.unsupervised.attribute that return BaseRegExp Modifier and Type Method Description BaseRegExpDetrend. getAttRegExp()Returns the regular expression used for identifying the attributes to process.BaseRegExpMultiplicativeScatterCorrection. getAttRegExp()Returns the regular expression used for identifying the attributes to process.protected BaseRegExpDetrend. getDefaultAttRegExp()Returns the default regular expression for identifying the attributes to process.protected BaseRegExpMultiplicativeScatterCorrection. getDefaultAttRegExp()Returns the default regular expression for identifying the attributes to process.protected BaseRegExpNominalToNumeric. getDefaultFind()Returns the default regular expression for finding tokens to clean.protected BaseRegExpInterquartileRangeSamp. getDefaultIgnoredAttributes()Returns the default regular expression for ignored/skipped attributes.protected BaseRegExpEquiDistance. getDefaultRegExp()Returns the default regular expression for identifying attributes.protected BaseRegExpDetrend. getDefaultWaveNoRegExp()Returns the default regular expression for extracting the wave numbers.protected BaseRegExpMultiplicativeScatterCorrection. getDefaultWaveNoRegExp()Returns the default regular expression for extracting the wave numbers.BaseRegExpNominalToNumeric. getFind()Returns the regular expression to use for extracting the numeric part from the label.BaseRegExpOuterProductAnalysis. getFirstRange()Returns the first attribute range to use (regular expression on attribute names).BaseRegExpInterquartileRangeSamp. getIgnoredAttributes()Returns the regular expression for ignored/skipped attributes.BaseRegExpEquiDistance. getRegExp()Returns the regular expression for identifying attributes.BaseRegExp[]MetaPartitionedMultiFilter. getRegExp()Gets the list of regular expressions.BaseRegExpMetaPartitionedMultiFilter. getRegExp(int index)Gets a singleBaseRegExpfrom the set of available expressions.BaseRegExpOuterProductAnalysis. getSecondRange()Returns the second attribute range to use (regular expression on attribute names).BaseRegExpDetrend. getWaveNoRegExp()Returns the regular expression used for extracting the wave number from the attribute name (using the first group).BaseRegExpMultiplicativeScatterCorrection. getWaveNoRegExp()Returns the regular expression used for extracting the wave number from the attribute name (using the first group).Methods in weka.filters.unsupervised.attribute with parameters of type BaseRegExp Modifier and Type Method Description voidDetrend. setAttRegExp(BaseRegExp value)Sets the regular expression used for identifying the attributes to process.voidMultiplicativeScatterCorrection. setAttRegExp(BaseRegExp value)Sets the regular expression used for identifying the attributes to process.voidNominalToNumeric. setFind(BaseRegExp value)Sets the regular expression to use for extracting the numeric part from the label.voidOuterProductAnalysis. setFirstRange(BaseRegExp value)Sets the first attribute range to use (regular expression on attribute names).voidInterquartileRangeSamp. setIgnoredAttributes(BaseRegExp value)Sets the regular expression for ignored/skipped attributes.voidEquiDistance. setRegExp(BaseRegExp value)Sets the regular expression for identifying attributes.voidMetaPartitionedMultiFilter. setRegExp(BaseRegExp[] value)Sets the list of possible regular expressions.voidOuterProductAnalysis. setSecondRange(BaseRegExp value)Sets the prefix to use for the generated attributes.voidDetrend. setWaveNoRegExp(BaseRegExp value)Sets the regular expression used for extracting the wave number from the attribute name (using the first group).voidMultiplicativeScatterCorrection. setWaveNoRegExp(BaseRegExp value)Sets the regular expression used for extracting the wave number from the attribute name (using the first group). -
Uses of BaseRegExp in weka.filters.unsupervised.instance
Fields in weka.filters.unsupervised.instance declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpRemoveWithLabels. m_LabelRegExpthe regular expression for matching the labels to remove.Methods in weka.filters.unsupervised.instance that return BaseRegExp Modifier and Type Method Description protected BaseRegExpRemoveWithLabels. getDefaultLabelRegExp()Returns the default label regular expression.BaseRegExpRemoveWithLabels. getLabelRegExp()Returns the regular expression for matching the labels to remove.Methods in weka.filters.unsupervised.instance with parameters of type BaseRegExp Modifier and Type Method Description voidRemoveWithLabels. setLabelRegExp(BaseRegExp value)Sets the regular expression for matching the labels to remove. -
Uses of BaseRegExp in weka.filters.unsupervised.instance.multirowprocessor.selection
Fields in weka.filters.unsupervised.instance.multirowprocessor.selection declared as BaseRegExp Modifier and Type Field Description protected BaseRegExpGroupExpression. m_RegExpthe regular expression for the nominal/string attribute.Methods in weka.filters.unsupervised.instance.multirowprocessor.selection that return BaseRegExp Modifier and Type Method Description protected BaseRegExpGroupExpression. getDefaultRegExp()Returns the default regular expression.BaseRegExpGroupExpression. getRegExp()Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').Methods in weka.filters.unsupervised.instance.multirowprocessor.selection with parameters of type BaseRegExp Modifier and Type Method Description voidGroupExpression. setRegExp(BaseRegExp value)Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
-