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 BaseRegExp
NumericStringCompare. m_Find
the string to find.Methods in adams.core that return BaseRegExp Modifier and Type Method Description BaseRegExp
NumericStringCompare. getFind()
Returns the string to find (regular expression).Methods in adams.core with parameters of type BaseRegExp Modifier and Type Method Description void
Variables. assign(Variables other, BaseRegExp filter)
Adds all the variables from the other Variables object (overwrites any existing ones).Variables
Variables. 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.boolean
Variables. remove(BaseRegExp regExp)
Removes variables that match a regular expressions.void
NumericStringCompare. setFind(BaseRegExp value)
Sets the string to find (regular expression).Properties
Properties. subset(BaseRegExp regexp)
Returns a subset of all the keys that match the given regular expression.static String
QuickInfoHelper. toString(OptionHandler handler, String property, BaseRegExp current)
Returns either the variable name attached to optionhandler's property or the current value as string.static String
QuickInfoHelper. 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 String
QuickInfoHelper. 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 BaseRegExp
BaseRegExp. 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 BaseRegExp
LineSplit. m_RegExp
the regular expression to match.Methods in adams.core.command.output that return BaseRegExp Modifier and Type Method Description BaseRegExp
LineSplit. 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 void
LineSplit. 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 BaseRegExp
AbstractDiscoveryHandler. m_RegExp
the regular expression on the property path.Methods in adams.core.discovery that return BaseRegExp Modifier and Type Method Description BaseRegExp
AbstractDiscoveryHandler. 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 void
AbstractDiscoveryHandler. 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 BaseRegExp
LastLineMatches. m_RegExp
the regular expression the last line must match.Methods in adams.core.io.fileuse that return BaseRegExp Modifier and Type Method Description BaseRegExp
LastLineMatches. 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 void
LastLineMatches. 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 BaseRegExp
AbstractDirectoryLister. m_RegExp
the regular expression for the files/dirs to match.Methods in adams.core.io.lister that return BaseRegExp Modifier and Type Method Description BaseRegExp
AbstractDirectoryLister. getRegExp()
Returns the regular expression that the items have to match.BaseRegExp
DirectoryLister. 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 void
AbstractDirectoryLister. setRegExp(BaseRegExp value)
Sets the regular expressions that the items have to match.void
DirectoryLister. 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 BaseRegExp
SimpleMailer. m_RegExp
the expression to use for listing the files.Methods in adams.core.net that return BaseRegExp Modifier and Type Method Description BaseRegExp
SimpleMailer. 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 void
SimpleMailer. 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 BaseRegExp
RegExp. m_RegExp
the regular expression to match.Methods in adams.core.net.hostnameverifier that return BaseRegExp Modifier and Type Method Description BaseRegExp
RegExp. 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 void
RegExp. 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 BaseRegExp
PropertiesToMap. m_RegExp
the regular expression that the properties must match.protected BaseRegExp
ReportToMap. m_RegExp
the regular expression that the field names must match.Methods in adams.data.conversion that return BaseRegExp Modifier and Type Method Description BaseRegExp
PropertiesToMap. getRegExp()
Returns the regular expressions in use.BaseRegExp
ReportToMap. getRegExp()
Returns the regular expressions in use.Methods in adams.data.conversion with parameters of type BaseRegExp Modifier and Type Method Description void
PropertiesToMap. setRegExp(BaseRegExp value)
Sets the regular expressions to use.void
ReportToMap. 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 BaseRegExp
ReportFieldRegExp. m_RegExp
the regular expression to match.protected BaseRegExp
SpreadSheetCellRegExp. m_RegExp
the regular expression to match.Methods in adams.data.groupextraction that return BaseRegExp Modifier and Type Method Description BaseRegExp
ReportFieldRegExp. getRegExp()
Returns the regular expression to apply to the report value.BaseRegExp
SpreadSheetCellRegExp. 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 void
ReportFieldRegExp. setRegExp(BaseRegExp value)
Sets the regular expression to apply to the report value.void
SpreadSheetCellRegExp. 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 BaseRegExp
ReportFieldRegExp. m_Find
the string to find.Methods in adams.data.idextraction that return BaseRegExp Modifier and Type Method Description BaseRegExp
ReportFieldRegExp. getFind()
Returns the string to find (regular expression).Methods in adams.data.idextraction with parameters of type BaseRegExp Modifier and Type Method Description void
ReportFieldRegExp. 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 BaseRegExp
AbstractMultiClassPLS. m_ClassAttributes
the 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 BaseRegExp
AbstractMultiClassPLS. getClassAttributes()
Returns the regular expression for identifying the class attributes (besides an explicitly set one).protected BaseRegExp
AbstractMultiClassPLS. 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 void
AbstractMultiClassPLS. 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 BaseRegExp
DeepLabCutCSVReader. m_FileRegExp
the regexp the files must match.protected BaseRegExp
AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport. m_MissingValue
The placeholder for missing values.protected BaseRegExp
AbstractSpreadSheetReaderWithMissingValueSupport. m_MissingValue
The placeholder for missing values.protected BaseRegExp
CsvSpreadSheetReader.ChunkReader. m_MissingValue
the missing value.protected BaseRegExp
FastCsvSpreadSheetReader.ChunkReader. m_MissingValue
the missing value.Methods in adams.data.io.input that return BaseRegExp Modifier and Type Method Description protected BaseRegExp
AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport. getDefaultMissingValue()
Returns the default string for missing values.protected BaseRegExp
AbstractSpreadSheetReaderWithMissingValueSupport. getDefaultMissingValue()
Returns the default missing value to use.protected BaseRegExp
AutoWidthTabularSpreadSheetReader. getDefaultMissingValue()
Returns the default missing value to use.protected BaseRegExp
CsvSpreadSheetReader. getDefaultMissingValue()
Returns the default missing value to use.protected BaseRegExp
FixedTabularSpreadSheetReader. getDefaultMissingValue()
Returns the default missing value to use.protected BaseRegExp
SimpleCsvSpreadSheetReader. getDefaultMissingValue()
Returns the default missing value to use.BaseRegExp
DeepLabCutCSVReader. getFileRegExp()
Returns the regexp the file names must match.BaseRegExp
AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport. getMissingValue()
Returns the current placeholder for missing values.BaseRegExp
AbstractSpreadSheetReaderWithMissingValueSupport. getMissingValue()
Returns the current placeholder for missing values.BaseRegExp
MissingValueSpreadSheetReader. getMissingValue()
Returns the current placeholder for missing values.Methods in adams.data.io.input with parameters of type BaseRegExp Modifier and Type Method Description void
DeepLabCutCSVReader. setFileRegExp(BaseRegExp value)
Sets the regexp the file names must match.void
AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport. setMissingValue(BaseRegExp value)
Sets the placeholder for missing values.void
AbstractSpreadSheetReaderWithMissingValueSupport. setMissingValue(BaseRegExp value)
Sets the placeholder for missing values.void
MissingValueSpreadSheetReader. 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 BaseRegExp
ByMetaDataStringValue. m_RegExp
the regular expression to match against the value.protected BaseRegExp
ObjectsInPolygon. m_TypeFind
the regular expression to apply to the type.protected BaseRegExp
ObjectsInRegion. m_TypeFind
the regular expression to apply to the type.Methods in adams.data.objectfinder that return BaseRegExp Modifier and Type Method Description BaseRegExp
ByMetaDataStringValue. getRegExp()
Returns the regular expression to match the meta-data value against.BaseRegExp
ObjectsInPolygon. getTypeFind()
Returns the regular expression to apply to the type, ignored if no check.BaseRegExp
ObjectsInRegion. 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 void
ByMetaDataStringValue. setRegExp(BaseRegExp value)
Sets the regular expression to match the meta-data value against.void
ObjectsInPolygon. setTypeFind(BaseRegExp value)
Sets the regular expression to apply to the type, ignored if no check.void
ObjectsInRegion. 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 BaseRegExp
StringMatcher. m_RegExp
the regular expression that the value must match.Methods in adams.data.outlier that return BaseRegExp Modifier and Type Method Description BaseRegExp
StringMatcher. 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 void
StringMatcher. 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 BaseRegExp
RemoveByName. m_RegExp
the regular expression to match against the names.Methods in adams.data.report that return BaseRegExp Modifier and Type Method Description BaseRegExp
RemoveByName. getRegExp()
Returns the regular expression in use.Methods in adams.data.report with parameters of type BaseRegExp Modifier and Type Method Description boolean
Report. removeValues(BaseRegExp regExp)
Removes all fields that match the regular expression.void
RemoveByName. 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 BaseRegExp
ByName. m_RegExp
the regular expression to match the attribute names against.Methods in adams.data.spreadsheet.columnfinder that return BaseRegExp Modifier and Type Method Description BaseRegExp
ByName. getRegExp()
Returns the regular expression in use.Methods in adams.data.spreadsheet.columnfinder with parameters of type BaseRegExp Modifier and Type Method Description void
ByName. 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 BaseRegExp
ByValue. m_RegExp
the regular expression to match the labels against.Methods in adams.data.spreadsheet.rowfinder that return BaseRegExp Modifier and Type Method Description BaseRegExp
ByValue. getRegExp()
Returns the regular expression in use.Methods in adams.data.spreadsheet.rowfinder with parameters of type BaseRegExp Modifier and Type Method Description void
ByValue. 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 BaseRegExp
ByName. m_RegExp
the regular expression to use on the name.Methods in adams.data.weka.classattribute that return BaseRegExp Modifier and Type Method Description BaseRegExp
ByName. 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 void
ByName. 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 BaseRegExp
ByName. m_RegExp
the regular expression to match the attribute names against.Methods in adams.data.weka.columnfinder that return BaseRegExp Modifier and Type Method Description BaseRegExp
ByName. getRegExp()
Returns the regular expression in use.Methods in adams.data.weka.columnfinder with parameters of type BaseRegExp Modifier and Type Method Description void
ByName. 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 BaseRegExp
ByLabel. m_RegExp
the regular expression to match the labels against.Methods in adams.data.weka.rowfinder that return BaseRegExp Modifier and Type Method Description BaseRegExp
ByLabel. getRegExp()
Returns the regular expression in use.Methods in adams.data.weka.rowfinder with parameters of type BaseRegExp Modifier and Type Method Description void
ByLabel. 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 BaseRegExp
LogEntryConditions. m_Host
the host name (regexp).protected BaseRegExp
LogEntryConditions. m_IP
the IP address (regexp).protected BaseRegExp
LogEntryConditions. m_Source
the source of the log entries (regexp).protected BaseRegExp
LogEntryConditions. m_Status
the status of the log entries (regexp).protected BaseRegExp
LogEntryConditions. m_Type
the type of the log entries (regexp).Methods in adams.db that return BaseRegExp Modifier and Type Method Description BaseRegExp
LogEntryConditions. getHost()
Returns the host name to use in the search.BaseRegExp
LogEntryConditions. getIP()
Returns the IP address to use in the search.BaseRegExp
LogEntryConditions. getSource()
Returns the source used in the search.BaseRegExp
LogEntryConditions. getStatus()
Returns the status used in the search.BaseRegExp
LogEntryConditions. getType()
Returns the type used in the search.Methods in adams.db with parameters of type BaseRegExp Modifier and Type Method Description static String
SQLUtils. backquote(BaseRegExp s)
Backquotes the regular expression and ensures that it is surrounded by single quotes.void
LogEntryConditions. setHost(BaseRegExp value)
Sets the host name to use in the search.void
LogEntryConditions. setIP(BaseRegExp value)
Sets the IP address to use in the search.void
LogEntryConditions. setSource(BaseRegExp value)
Sets the source to use in the search.void
LogEntryConditions. setStatus(BaseRegExp value)
Sets the status to use in the search.void
LogEntryConditions. setType(BaseRegExp value)
Sets the type to use in the search. -
Uses of BaseRegExp in adams.flow
Fields in adams.flow declared as BaseRegExp Modifier and Type Field Description protected BaseRegExp
FlowRunner. m_Include
regular expression for including flows when traversing a directory.Methods in adams.flow that return BaseRegExp Modifier and Type Method Description BaseRegExp
FlowRunner. 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 void
FlowRunner. 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 BaseRegExp
DirectoriesMatch. m_RegExp
the expression the files must match.protected BaseRegExp
FilesMatch. m_RegExp
the expression the files must match.protected BaseRegExp
RegExp. m_RegExp
the regular expression to match.protected BaseRegExp
TableExists. m_RegExp
the regular expression for the table name to match.Methods in adams.flow.condition.bool that return BaseRegExp Modifier and Type Method Description BaseRegExp
DirectoriesMatch. getRegExp()
Returns the regular expression that the sub-directories must match.BaseRegExp
FilesMatch. getRegExp()
Returns the regular expression that the files must match.BaseRegExp
RegExp. getRegExp()
Returns the regular expression to match the strings against.BaseRegExp
TableExists. 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 void
DirectoriesMatch. setRegExp(BaseRegExp value)
Sets the regular expression that the sub-directories must match.void
FilesMatch. setRegExp(BaseRegExp value)
Sets the regular expression that the files must match.void
RegExp. setRegExp(BaseRegExp value)
Sets the regular expression to match the strings against.void
TableExists. 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 BaseRegExp
LaunchTee. m_StorageFilter
the regular expression of the storage items to allow into the local scope.protected BaseRegExp
LaunchTrigger. m_StorageFilter
the regular expression of the storage items to allow into the local scope.protected BaseRegExp
LocalScopeSubProcess. m_StorageFilter
the regular expression of the storage items to allow into the local scope.protected BaseRegExp
LocalScopeTee. m_StorageFilter
the regular expression of the storage items to allow into the local scope.protected BaseRegExp
LocalScopeTrigger. m_StorageFilter
the regular expression of the storage items to allow into the local scope.protected BaseRegExp
LocalScopeSubProcess. m_StorageRegExp
the regular expression of the variables to propagate.protected BaseRegExp
LocalScopeTee. m_StorageRegExp
the regular expression of the variables to propagate.protected BaseRegExp
LocalScopeTrigger. m_StorageRegExp
the regular expression of the variables to propagate.protected BaseRegExp
LaunchTee. m_VariablesFilter
the regular expression of the variables to allow into the local scope.protected BaseRegExp
LaunchTrigger. m_VariablesFilter
the regular expression of the variables to allow into the local scope.protected BaseRegExp
LocalScopeSubProcess. m_VariablesFilter
the regular expression of the variables to allow into the local scope.protected BaseRegExp
LocalScopeTee. m_VariablesFilter
the regular expression of the variables to allow into the local scope.protected BaseRegExp
LocalScopeTrigger. m_VariablesFilter
the regular expression of the variables to allow into the local scope.protected BaseRegExp
LocalScopeSubProcess. m_VariablesRegExp
the regular expression of the variables to propagate.protected BaseRegExp
LocalScopeTee. m_VariablesRegExp
the regular expression of the variables to propagate.protected BaseRegExp
LocalScopeTrigger. m_VariablesRegExp
the regular expression of the variables to propagate.Methods in adams.flow.control that return BaseRegExp Modifier and Type Method Description BaseRegExp
LaunchTee. getStorageFilter()
Returns the regular expression that storage item names must match to get into the local scope.BaseRegExp
LaunchTrigger. getStorageFilter()
Returns the regular expression that storage item names must match to get into the local scope.BaseRegExp
LocalScopeHandler. getStorageFilter()
Returns the regular expression that storage item names must match to get into the local scope.BaseRegExp
LocalScopeSubProcess. getStorageFilter()
Returns the regular expression that storage item names must match to get into the local scope.BaseRegExp
LocalScopeTee. getStorageFilter()
Returns the regular expression that storage item names must match to get into the local scope.BaseRegExp
LocalScopeTrigger. getStorageFilter()
Returns the regular expression that storage item names must match to get into the local scope.BaseRegExp
LocalScopeHandler. getStorageRegExp()
Returns the regular expression that storage item names must match to get propagated.BaseRegExp
LocalScopeSubProcess. getStorageRegExp()
Returns the regular expression that storage item names must match to get propagated.BaseRegExp
LocalScopeTee. getStorageRegExp()
Returns the regular expression that storage item names must match to get propagated.BaseRegExp
LocalScopeTrigger. getStorageRegExp()
Returns the regular expression that storage item names must match to get propagated.BaseRegExp
LaunchTee. getVariablesFilter()
Returns the regular expression that variable names must match to get into the local scope.BaseRegExp
LaunchTrigger. getVariablesFilter()
Returns the regular expression that variable names must match to get into the local scope.BaseRegExp
LocalScopeHandler. getVariablesFilter()
Returns the regular expression that variable names must match to get into the local scope.BaseRegExp
LocalScopeSubProcess. getVariablesFilter()
Returns the regular expression that variable names must match to get into the local scope.BaseRegExp
LocalScopeTee. getVariablesFilter()
Returns the regular expression that variable names must match to get into the local scope.BaseRegExp
LocalScopeTrigger. getVariablesFilter()
Returns the regular expression that variable names must match to get into the local scope.BaseRegExp
LocalScopeHandler. getVariablesRegExp()
Returns the regular expression that variable names must match to get propagated.BaseRegExp
LocalScopeSubProcess. getVariablesRegExp()
Returns the regular expression that variable names must match to get propagated.BaseRegExp
LocalScopeTee. getVariablesRegExp()
Returns the regular expression that variable names must match to get propagated.BaseRegExp
LocalScopeTrigger. 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 void
Storage. 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.Storage
Storage. getClone(BaseRegExp filter)
Returns a clone (deep copy) of the object.boolean
Storage. remove(BaseRegExp regexp)
Removes the object(s) which name(s) match the regular expression.boolean
Storage. remove(String cache, BaseRegExp regexp)
Removes the object(s) which name(s) match the regular expression using the named LRU cache.void
LaunchTee. setStorageFilter(BaseRegExp value)
Sets the regular expression that storage item names must match to get into the local scope.void
LaunchTrigger. setStorageFilter(BaseRegExp value)
Sets the regular expression that storage item names must match to get into the local scope.void
LocalScopeHandler. setStorageFilter(BaseRegExp value)
Sets the regular expression that storage item names must match to get into the local scope.void
LocalScopeSubProcess. setStorageFilter(BaseRegExp value)
Sets the regular expression that storage item names must match to get into the local scope.void
LocalScopeTee. setStorageFilter(BaseRegExp value)
Sets the regular expression that storage item names must match to get into the local scope.void
LocalScopeTrigger. setStorageFilter(BaseRegExp value)
Sets the regular expression that storage item names must match to get into the local scope.void
LocalScopeHandler. setStorageRegExp(BaseRegExp value)
Sets the regular expression that storage item names must match to get propagated.void
LocalScopeSubProcess. setStorageRegExp(BaseRegExp value)
Sets the regular expression that storage item names must match to get propagated.void
LocalScopeTee. setStorageRegExp(BaseRegExp value)
Sets the regular expression that storage item names must match to get propagated.void
LocalScopeTrigger. setStorageRegExp(BaseRegExp value)
Sets the regular expression that storage item names must match to get propagated.void
LaunchTee. setVariablesFilter(BaseRegExp value)
Sets the regular expression that variable names must match to get into the local scope.void
LaunchTrigger. setVariablesFilter(BaseRegExp value)
Sets the regular expression that variable names must match to get into the local scope.void
LocalScopeHandler. setVariablesFilter(BaseRegExp value)
Sets the regular expression that variable names must match to get into the local scope.void
LocalScopeSubProcess. setVariablesFilter(BaseRegExp value)
Sets the regular expression that variable names must match to get into the local scope.void
LocalScopeTee. setVariablesFilter(BaseRegExp value)
Sets the regular expression that variable names must match to get into the local scope.void
LocalScopeTrigger. setVariablesFilter(BaseRegExp value)
Sets the regular expression that variable names must match to get into the local scope.void
LocalScopeHandler. setVariablesRegExp(BaseRegExp value)
Sets the regular expression that variable names must match to get propagated.void
LocalScopeSubProcess. setVariablesRegExp(BaseRegExp value)
Sets the regular expression that variable names must match to get propagated.void
LocalScopeTee. setVariablesRegExp(BaseRegExp value)
Sets the regular expression that variable names must match to get propagated.void
LocalScopeTrigger. setVariablesRegExp(BaseRegExp value)
Sets the regular expression that variable names must match to get propagated. -
Uses of BaseRegExp in adams.flow.processor
Fields in adams.flow.processor declared as BaseRegExp Modifier and Type Field Description protected BaseRegExp
ChangeDatabaseConditionLimit. m_RegExp
the classnames to limit the change to.protected BaseRegExp
ChangeNumThreads. m_RegExp
the classnames to limit the change to.protected BaseRegExp
ListAnnotationTags. m_RegExp
the regular expression to match the tags against.protected BaseRegExp
ListTODOs. m_RegExp
the regular expression to use for matching the TODOs.Methods in adams.flow.processor that return BaseRegExp Modifier and Type Method Description BaseRegExp
ChangeDatabaseConditionLimit. getRegExp()
Returns the regular expression to apply to the classname of the conditions object for limiting the scope of the replacement.BaseRegExp
ChangeNumThreads. getRegExp()
Returns the regular expression to apply to the classname of the object for limiting the scope of the replacement.BaseRegExp
ListAnnotationTags. getRegExp()
Returns the regular expression that the tags must match.BaseRegExp
ListTODOs. 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 void
ChangeDatabaseConditionLimit. setRegExp(BaseRegExp value)
Sets the regular expression to apply to the classname of the conditions object for limiting the scope of the replacement.void
ChangeNumThreads. setRegExp(BaseRegExp value)
Sets the regular expression to apply to the classname of the object for limiting the scope of the replacement.void
ListAnnotationTags. setRegExp(BaseRegExp value)
Sets the regular expression that the tags must match.void
ListTODOs. 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 BaseRegExp
ProbabilityPlotDisplay. m_Att
name of attribute to displayprotected BaseRegExp
ZScoreDisplay. m_Att
String for regular expression for attributeprotected BaseRegExp
ScatterDisplay. m_ColorAttributeName
String for setting color attribute using regular expressionprotected BaseRegExp
ScatterDisplay. m_XAttributeName
String for setting x attribute using regular expressionprotected BaseRegExp
ScatterDisplay. m_YAttributeName
String for setting y attribute using regular expressionMethods in adams.flow.sink that return BaseRegExp Modifier and Type Method Description BaseRegExp
ProbabilityPlotDisplay. getAttributeName()
Get the string to set the attribute using a regular expressionBaseRegExp
ZScoreDisplay. getAttributeName()
Get the string to set the attribute using a regular expressionBaseRegExp
ScatterDisplay. getColorAttributeName()
Returns the attribute to be uses for determining the colors.BaseRegExp
ScatterDisplay. getXAttributeName()
Returns the regular expression for the attribute to be displayed on the x axisBaseRegExp
ScatterDisplay. 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 void
ProbabilityPlotDisplay. setAttributeName(BaseRegExp val)
Set the attribute to use with a regular expressionvoid
ZScoreDisplay. setAttributeName(BaseRegExp val)
Set the attribute to use with a regular expressionvoid
ScatterDisplay. setColorAttributeName(BaseRegExp val)
Set the color attribute on the scatter plot using a regular expression.void
ScatterDisplay. setXAttributeName(BaseRegExp val)
Set the x attribute on the scatter plot using a regular expressionvoid
ScatterDisplay. 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 BaseRegExp
ByNameErrorPaintlet. m_RegExp
the regular expression that determines whether to plot or not.protected BaseRegExp
ByNameMarkerPaintlet. m_RegExp
the regular expression that determines whether to plot or not.Methods in adams.flow.sink.sequenceplotter that return BaseRegExp Modifier and Type Method Description BaseRegExp
ByNameErrorPaintlet. getRegExp()
Returns the regular expression to use for matching the sequence IDs.BaseRegExp
ByNameMarkerPaintlet. 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 void
ByNameErrorPaintlet. setRegExp(BaseRegExp value)
Sets the regular expression to use for matching the sequence IDs.void
ByNameMarkerPaintlet. 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 BaseRegExp
AbstractListTables. m_RegExp
the regular expression to match.protected BaseRegExp
DumpStorage. m_RegExp
the regular expression to match.protected BaseRegExp
DumpVariables. m_RegExp
the regular expression to match.protected BaseRegExp
FTPLister. m_RegExp
Deprecated.the regular expression on the file/dir names.protected BaseRegExp
ListCallableActors. m_RegExp
the regular expression to match.protected BaseRegExp
ListEnvironmentVariables. m_RegExp
the regular expression to match.protected BaseRegExp
ListStorageNames. m_RegExp
the regular expression to match.protected BaseRegExp
ListSystemProperties. m_RegExp
the regular expression to match.protected BaseRegExp
ListVariables. m_RegExp
the regular expression to match.Methods in adams.flow.source that return BaseRegExp Modifier and Type Method Description BaseRegExp
AbstractListTables. getRegExp()
Returns the regular expression to match the table names against.BaseRegExp
DirectoryLister. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
DumpStorage. getRegExp()
Returns the regular expression to match the storage names against.BaseRegExp
DumpVariables. getRegExp()
Returns the regular expression to match the variable names against.BaseRegExp
FTPLister. getRegExp()
Deprecated.Returns the regular expression for the files/dirs.BaseRegExp
ListCallableActors. getRegExp()
Returns the regular expression to match the variable names against.BaseRegExp
ListEnvironmentVariables. getRegExp()
Returns the regular expression to match the variable names against.BaseRegExp
ListStorageNames. getRegExp()
Returns the regular expression to match the variable names against.BaseRegExp
ListSystemProperties. getRegExp()
Returns the regular expression to match the property names against.BaseRegExp
ListVariables. 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 void
AbstractListTables. setRegExp(BaseRegExp value)
Sets the regular expression to match the table names against.void
DirectoryLister. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
DumpStorage. setRegExp(BaseRegExp value)
Sets the regular expression to match the storage names against.void
DumpVariables. setRegExp(BaseRegExp value)
Sets the regular expression to match the variable names against.void
FTPLister. setRegExp(BaseRegExp value)
Deprecated.Sets the regular expression for the files/dirs.void
ListCallableActors. setRegExp(BaseRegExp value)
Sets the regular expression to match the variable names against.void
ListEnvironmentVariables. setRegExp(BaseRegExp value)
Sets the regular expression to match the variable names against.void
ListStorageNames. setRegExp(BaseRegExp value)
Sets the regular expression to match the variable names against.void
ListSystemProperties. setRegExp(BaseRegExp value)
Sets the regular expression to match the property names against.void
ListVariables. 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 BaseRegExp
FtpDirectorySearchWithCustomSort. m_SortFind
the regular expression for finding the data to use for sorting (groups).protected BaseRegExp
LocalDirectorySearchWithCustomSort. m_SortFind
the regular expression for finding the data to use for sorting (groups).protected BaseRegExp
SftpDirectorySearchWithCustomSort. m_SortFind
the regular expression for finding the data to use for sorting (groups).protected BaseRegExp
SmbDirectorySearchWithCustomSort. m_SortFind
the 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 BaseRegExp
FtpDirectorySearch. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
FtpDirectorySearchWithComparator. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
FtpDirectorySearchWithCustomSort. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
FtpFileSearch. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
LocalDirectorySearch. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
LocalDirectorySearchWithComparator. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
LocalDirectorySearchWithCustomSort. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
LocalFileSearch. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
SftpDirectorySearch. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
SftpDirectorySearchWithComparator. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
SftpDirectorySearchWithCustomSort. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
SftpFileSearch. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
SmbDirectorySearch. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
SmbDirectorySearchWithComparator. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
SmbDirectorySearchWithCustomSort. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
SmbFileSearch. getRegExp()
Returns the regular expression for the files/dirs.BaseRegExp
FtpDirectorySearchWithCustomSort. getSortFind()
Returns the regular expression for extracting the groups.BaseRegExp
LocalDirectorySearchWithCustomSort. getSortFind()
Returns the regular expression for extracting the groups.BaseRegExp
SftpDirectorySearchWithCustomSort. getSortFind()
Returns the regular expression for extracting the groups.BaseRegExp
SmbDirectorySearchWithCustomSort. 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 void
FtpDirectorySearch. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
FtpDirectorySearchWithComparator. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
FtpDirectorySearchWithCustomSort. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
FtpFileSearch. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
LocalDirectorySearch. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
LocalDirectorySearchWithComparator. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
LocalDirectorySearchWithCustomSort. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
LocalFileSearch. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
SftpDirectorySearch. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
SftpDirectorySearchWithComparator. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
SftpDirectorySearchWithCustomSort. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
SftpFileSearch. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
SmbDirectorySearch. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
SmbDirectorySearchWithComparator. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
SmbDirectorySearchWithCustomSort. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
SmbFileSearch. setRegExp(BaseRegExp value)
Sets the regular expression for the files/dirs.void
FtpDirectorySearchWithCustomSort. setSortFind(BaseRegExp value)
Sets the regular expression for extracting the groups.void
LocalDirectorySearchWithCustomSort. setSortFind(BaseRegExp value)
Sets the regular expression for extracting the groups.void
SftpDirectorySearchWithCustomSort. setSortFind(BaseRegExp value)
Sets the regular expression for extracting the groups.void
SmbDirectorySearchWithCustomSort. 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 BaseRegExp
RegExpConstrainedStringDefinition. m_RegExp
the regular expression to use.Methods in adams.flow.source.valuedefinition that return BaseRegExp Modifier and Type Method Description BaseRegExp
RegExpConstrainedStringDefinition. 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 void
RegExpConstrainedStringDefinition. 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 BaseRegExp
AbstractDatabaseCheck. m_RegExp
the regular expression to use for matching the JDBC URL.protected BaseRegExp
DeleteStorageValue. m_RegExp
the regexp to match against variable names.protected BaseRegExp
DeleteVariable. m_RegExp
the regexp to match against variable names.protected BaseRegExp
DirWatch. m_RegExp
the regular expression to match the file names against.Methods in adams.flow.standalone that return BaseRegExp Modifier and Type Method Description BaseRegExp
AbstractDatabaseCheck. getRegExp()
Returns the regular expression in use.BaseRegExp
DeleteDir. getRegExp()
Returns the regular expression for the dirs.BaseRegExp
DeleteFile. getRegExp()
Returns the regular expression for the files.BaseRegExp
DeleteStorageValue. getRegExp()
Returns the regular expression to match the storage item names against.BaseRegExp
DeleteVariable. getRegExp()
Returns the regular expression to match the variable names against.BaseRegExp
DirWatch. 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 void
AbstractDatabaseCheck. setRegExp(BaseRegExp value)
Sets the regular expression to use.void
DeleteDir. setRegExp(BaseRegExp value)
Sets the regular expression for the dirs.void
DeleteFile. setRegExp(BaseRegExp value)
Sets the regular expression for the files.void
DeleteStorageValue. setRegExp(BaseRegExp value)
Sets the regular expression to match the storage item names against.void
DeleteVariable. setRegExp(BaseRegExp value)
Sets the regular expression to match the variable names against.void
DirWatch. 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 BaseRegExp
NameFilter. m_RegExp
the regular expression to apply to the logger name.Methods in adams.flow.standalone.logevent that return BaseRegExp Modifier and Type Method Description BaseRegExp
NameFilter. 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 void
NameFilter. 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_Find
the regular expressions to find.protected BaseRegExp
IterateFilesWithProgressBar. m_RegExp
the 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.BaseRegExp
IterateFilesWithProgressBar. 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 void
StringReplace. setFind(BaseRegExp[] value)
Sets the regular expressions to use for matching.void
IterateFilesWithProgressBar. 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 BaseRegExp
SpreadSheetGetColumnIndex. m_ColumnName
the regular expression for the column name.protected BaseRegExp
SpreadSheetAnonymize. m_ColumnsRegExp
the columns to anonymize.protected BaseRegExp
StringSplit. m_Expression
the regular expression to use for splitting the string.protected BaseRegExp
GroupByRegExp. m_Find
the regular expression.protected BaseRegExp
SpreadSheetReplaceCellValue. m_Find
the string to find.protected BaseRegExp
StringReplace. m_Find
the string to find.protected BaseRegExp
DeletePropertyValue. m_Key
the regular expression for the keys to delete.protected BaseRegExp
GetPropertyValue. m_Key
the regular expression for the keys to obtain the values for.protected BaseRegExp
WekaChooseAttributes. m_PreSelection
the regular expression for pre-selecting attributes by name.protected BaseRegExp
WekaClassSelector. m_RegexName
the regular expression on the attribute for selecting the sub-set of attributes.protected BaseRegExp
AbstractContainerValueExtractor. m_RegExp
the regexp to use for matching the container value names.protected BaseRegExp
AbstractDeleteReportValue. m_RegExp
the regular expression for matching field names.protected BaseRegExp
AbstractMultiDecompress. m_RegExp
the regular expression that the filenames must match to be extracted.protected BaseRegExp
CopyFile. m_RegExp
the regular expression for the files to match.protected BaseRegExp
DeleteFile. m_RegExp
the regular expression for the files to match.protected BaseRegExp
DeleteStorageValue. m_RegExp
the regexp to match against variable names.protected BaseRegExp
DeleteVariable. m_RegExp
the regexp to match against variable names.protected BaseRegExp
GetPropertyNames. m_RegExp
the regular expression that the property names must match.protected BaseRegExp
MapToStorageValues. m_RegExp
the regular expression that the map keys must match.protected BaseRegExp
MapToVariables. m_RegExp
the regular expression that the map keys must match.protected BaseRegExp
MapVariableIterator. m_RegExp
the regular expression that the map keys must match.protected BaseRegExp
MatchReportFields. m_RegExp
the regular expression for matching the fields.protected BaseRegExp
PropertiesToVariables. m_RegExp
the regular expression that the properties must match.protected BaseRegExp
ReportField. m_RegExp
the regular expression for the fields to match.protected BaseRegExp
ReportToStorage. m_RegExp
the regular expression that the fields in the report must match.protected BaseRegExp
ReportToVariables. m_RegExp
the regular expression that the fields in the report must match.protected BaseRegExp
SpreadSheetColumnIterator. m_RegExp
the regular expression applied to the column names.protected BaseRegExp
SpreadSheetColumnsByName. m_RegExp
the regular expression to match the column names against.protected BaseRegExp
StringArraySplit. m_RegExp
the regular expression to identify the string to split on.protected BaseRegExp
StringMatcher. m_RegExp
the regular expression to match.protected BaseRegExp
WekaAttributeIterator. m_RegExp
the regular expression applied to the attribute names.protected BaseRegExp
WekaMultiLabelSplitter. m_RegExp
the regular expression that the class attribute names have to match.protected BaseRegExp
SpreadSheetRowToTimeseries. m_RegExpTimestamp
the regular expression for timestamp columns.protected BaseRegExp
SpreadSheetRowToTimeseries. m_RegExpValue
the regular expression for value columns.protected BaseRegExp
CompareObjectTypes. m_TypeFind
the regular expression to apply to the type.protected BaseRegExp
CountObjectsInPolygon. m_TypeFind
the regular expression to apply to the type.protected BaseRegExp
CountObjectsInRegion. m_TypeFind
the regular expression to apply to the type.protected BaseRegExp
MergeObjectLocations. m_TypeFind
the regular expression to apply to the type.Methods in adams.flow.transformer that return BaseRegExp Modifier and Type Method Description BaseRegExp
SpreadSheetGetColumnIndex. getColumnName()
Returns the regular expression to match the column name.BaseRegExp
SpreadSheetAnonymize. getColumnsRegExp()
Returns the regular expression for the column names of columns to anonymize.protected BaseRegExp
MatchReportFields. getDefaultRegularExpression()
Returns the default regular expression.BaseRegExp
GroupByRegExp. getFind()
Returns the string to find (regular expression).BaseRegExp
SpreadSheetReplaceCellValue. getFind()
Returns the string to find (regular expression).BaseRegExp
StringReplace. getFind()
Returns the string to find (regular expression).BaseRegExp
DeletePropertyValue. getKey()
Returns the regular expression to match the keys against and delete if matching.BaseRegExp
GetPropertyValue. getKey()
Returns the regular expression to match the keys against.BaseRegExp
WekaClassSelector. getRegexName()
Returns the regular expression for selecting the attributes.BaseRegExp
AbstractContainerValueExtractor. getRegExp()
Returns the regular expression to use for matching the container value names.BaseRegExp
AbstractDeleteReportValue. getRegExp()
Returns the regular expression to use for matching the field names.BaseRegExp
AbstractMultiDecompress. getRegExp()
Returns the regular expression that the filenames must match.BaseRegExp
CopyFile. getRegExp()
Returns the regular expressions in use.BaseRegExp
DeleteFile. getRegExp()
Returns the regular expressions in use.BaseRegExp
DeleteStorageValue. getRegExp()
Returns the regular expression to match the storage item names against.BaseRegExp
DeleteVariable. getRegExp()
Returns the regular expression to match the variable names against.BaseRegExp
GetPropertyNames. getRegExp()
Returns the regular expression that the property names must match.BaseRegExp
MapToStorageValues. getRegExp()
Returns the regular expressions in use.BaseRegExp
MapToVariables. getRegExp()
Returns the regular expressions in use.BaseRegExp
MapVariableIterator. getRegExp()
Returns the regular expressions in use.BaseRegExp
MatchReportFields. getRegExp()
Returns the regular expression used for matching field names.BaseRegExp
PropertiesToVariables. getRegExp()
Returns the regular expressions in use.BaseRegExp
ReportField. getRegExp()
Returns the regular expressions in use.BaseRegExp
ReportToStorage. getRegExp()
Returns the regular expression the field names must match.BaseRegExp
ReportToVariables. getRegExp()
Returns the regular expression the field names must match.BaseRegExp
SpreadSheetColumnIterator. getRegExp()
Returns the regular expression for the name.BaseRegExp
SpreadSheetColumnsByName. getRegExp()
Returns the regular expression to use for matching column names.BaseRegExp
StringArraySplit. getRegExp()
Returns the regular expression to match the strings against.BaseRegExp
StringMatcher. getRegExp()
Returns the regular expression to match the strings against.BaseRegExp
WekaAttributeIterator. getRegExp()
Returns the regular expression for the name.BaseRegExp
WekaMultiLabelSplitter. getRegExp()
Returns the regular expression to match the strings against.BaseRegExp
SpreadSheetRowToTimeseries. getRegExpTimestamp()
Returns the regular expression for matching the timestamp columns.BaseRegExp
SpreadSheetRowToTimeseries. getRegExpValue()
Returns the regular expression for matching the timestamp columns.BaseRegExp
CompareObjectTypes. getTypeFind()
Returns the regular expression to apply to the type, ignored if empty.BaseRegExp
CountObjectsInPolygon. getTypeFind()
Returns the regular expression to apply to the type, ignored if no check.BaseRegExp
CountObjectsInRegion. getTypeFind()
Returns the regular expression to apply to the type, ignored if no check.BaseRegExp
MergeObjectLocations. getTypeFind()
Returns the regular expression to apply to the type, ignored if empty.BaseRegExp
WekaChooseAttributes. 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 void
SpreadSheetGetColumnIndex. setColumnName(BaseRegExp value)
Sets the regular expression to match the column name.void
SpreadSheetAnonymize. setColumnsRegExp(BaseRegExp value)
Sets the regular expression for the column names of columns to anonymize.void
GroupByRegExp. setFind(BaseRegExp value)
Sets the string to find (regular expression).void
SpreadSheetReplaceCellValue. setFind(BaseRegExp value)
Sets the string to find (regular expression).void
StringReplace. setFind(BaseRegExp value)
Sets the string to find (regular expression).void
DeletePropertyValue. setKey(BaseRegExp value)
Sets the regular expression to match the keys against and delete if matching.void
GetPropertyValue. setKey(BaseRegExp value)
Sets the regular expression to match the keys against.void
WekaChooseAttributes. setPreSelection(BaseRegExp value)
Sets the regular expression to pre-select attributes for the dialog.void
WekaClassSelector. setRegexName(BaseRegExp value)
Sets the regular expression for selecting the attributes.void
AbstractContainerValueExtractor. setRegExp(BaseRegExp value)
Sets the regular expression to use for matching the container value names.void
AbstractDeleteReportValue. setRegExp(BaseRegExp value)
Sets the regular expression to use for matching the field names.void
AbstractMultiDecompress. setRegExp(BaseRegExp value)
Sets the regular expression that the filenames must match.void
CopyFile. setRegExp(BaseRegExp value)
Sets the regular expressions to use.void
DeleteFile. setRegExp(BaseRegExp value)
Sets the regular expressions to use.void
DeleteStorageValue. setRegExp(BaseRegExp value)
Sets the regular expression to match the storage item names against.void
DeleteVariable. setRegExp(BaseRegExp value)
Sets the regular expression to match the variable names against.void
GetPropertyNames. setRegExp(BaseRegExp value)
Sets the regular expression that the property names must match.void
MapToStorageValues. setRegExp(BaseRegExp value)
Sets the regular expressions to use.void
MapToVariables. setRegExp(BaseRegExp value)
Sets the regular expressions to use.void
MapVariableIterator. setRegExp(BaseRegExp value)
Sets the regular expressions to use.void
MatchReportFields. setRegExp(BaseRegExp value)
Sets the regular expression to use for matching field names.void
PropertiesToVariables. setRegExp(BaseRegExp value)
Sets the regular expressions to use.void
ReportField. setRegExp(BaseRegExp value)
Sets the regular expressions to use.void
ReportToStorage. setRegExp(BaseRegExp value)
Sets the regular expression the field names must match.void
ReportToVariables. setRegExp(BaseRegExp value)
Sets the regular expression the field names must match.void
SpreadSheetColumnIterator. setRegExp(BaseRegExp value)
Sets the regular expression for the names.void
SpreadSheetColumnsByName. setRegExp(BaseRegExp value)
Sets the regular expression to use for matching column names.void
StringArraySplit. setRegExp(BaseRegExp value)
Sets the regular expression to match the strings against.void
StringMatcher. setRegExp(BaseRegExp value)
Sets the regular expression to match the strings against.void
WekaAttributeIterator. setRegExp(BaseRegExp value)
Sets the regular expression for the names.void
WekaMultiLabelSplitter. setRegExp(BaseRegExp value)
Sets the regular expression to match the strings against.void
SpreadSheetRowToTimeseries. setRegExpTimestamp(BaseRegExp value)
Sets the regular expression for matching the timestamp columns.void
SpreadSheetRowToTimeseries. setRegExpValue(BaseRegExp value)
Sets the regular expression for matching the timestamp columns.void
CompareObjectTypes. setTypeFind(BaseRegExp value)
Sets the regular expression to apply to the type, ignored if empty.void
CountObjectsInPolygon. setTypeFind(BaseRegExp value)
Sets the regular expression to apply to the type, ignored if no check.void
CountObjectsInRegion. setTypeFind(BaseRegExp value)
Sets the regular expression to apply to the type, ignored if no check.void
MergeObjectLocations. 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 BaseRegExp
AbstractDrawObjectsFromReport. 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 void
AbstractDrawObjectsFromReport. 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 BaseRegExp
InstancesGroupedCrossValidationFoldGenerator. m_RegExp
the regular expression for the nominal/string attribute.protected BaseRegExp
InstancesGroupedRandomSplitGenerator. m_RegExp
the regular expression for the nominal/string attribute.Methods in adams.flow.transformer.indexedsplitsrunsgenerator that return BaseRegExp Modifier and Type Method Description BaseRegExp
InstancesGroupedCrossValidationFoldGenerator. getRegExp()
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').BaseRegExp
InstancesGroupedRandomSplitGenerator. 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 void
InstancesGroupedCrossValidationFoldGenerator. setRegExp(BaseRegExp value)
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').void
InstancesGroupedRandomSplitGenerator. 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 BaseRegExp
RemoveByName. m_RegExp
the regular expression that the names must match.Methods in adams.flow.transformer.mapfilter that return BaseRegExp Modifier and Type Method Description BaseRegExp
RemoveByName. 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 void
RemoveByName. 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 BaseRegExp
AbstractPdfProclet. m_RegExpFilename
the regexp to use on the filename.Methods in adams.flow.transformer.pdfproclet that return BaseRegExp Modifier and Type Method Description BaseRegExp
AbstractPdfProclet. getRegExpFilename()
Returns the regular expression that the filename must match.BaseRegExp
PdfProclet. 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 void
AbstractPdfProclet. setRegExpFilename(BaseRegExp value)
Sets the regular expression that the filename must match.void
PdfProclet. 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 BaseRegExp
GroupedCrossValidation. m_RegExp
the regular expression for the nominal/string attribute.protected BaseRegExp
GroupedTrainTestSplit. m_RegExp
the regular expression for the nominal/string attribute.protected BaseRegExp
GroupedTrainValidateTestSplit. m_RegExp
the regular expression for the nominal/string attribute.Methods in adams.flow.transformer.preparefilebaseddataset that return BaseRegExp Modifier and Type Method Description BaseRegExp
GroupedCrossValidation. getRegExp()
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').BaseRegExp
GroupedTrainTestSplit. getRegExp()
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').BaseRegExp
GroupedTrainValidateTestSplit. 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 void
GroupedCrossValidation. setRegExp(BaseRegExp value)
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').void
GroupedTrainTestSplit. setRegExp(BaseRegExp value)
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').void
GroupedTrainValidateTestSplit. 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_ColumnRenameFindRegexs
The 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 void
AbstractMerge. 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_AttributeRenameFindRegexs
The 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 void
AbstractMerge. 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 BaseRegExp
RegExpConstrainedTextField.RegExpConstraintCheckModel. m_RegExp
the 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_ColumnFiltersRegExp
the filter regexps per column.protected Map<String,BaseRegExp>
PropertiesParameterPanel. m_RegExp
the property/regexp relation.Methods in adams.gui.core that return BaseRegExp Modifier and Type Method Description BaseRegExp
FilePanel. getFilter()
Return the filter in use.BaseRegExp
PropertiesParameterPanel. getRegExp(String property)
Returns the regexp associated with a particular property.BaseRegExp
RegExpConstrainedTextField. getRegExp()
Returns the current regular expression.BaseRegExp
RegExpConstrainedTextField.RegExpConstraintCheckModel. getRegExp()
Returns the current regular expression.BaseRegExp
RegExpTextField. getRegExp()
Returns the current regular expression.Methods in adams.gui.core with parameters of type BaseRegExp Modifier and Type Method Description void
FilePanel. setFilter(BaseRegExp value)
Sets the filter to use.void
PropertiesParameterPanel. setRegExp(String property, BaseRegExp value)
Associates the regexp with a particular property.void
RegExpConstrainedTextField.RegExpConstraintCheckModel. setRegExp(BaseRegExp value)
Sets the regular expression.void
RegExpConstrainedTextField. setRegExp(BaseRegExp value)
Sets the regular expression.void
RegExpTextField. 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 BaseRegExp
ConsoleOutputAnalyzerPanel.ConsoleEntryFilter. m_OriginRegExp
the origin regexp.protected BaseRegExp
ConsoleOutputAnalyzerPanel.ConsoleEntryFilter. m_OutputRegExp
the output regexp.Methods in adams.gui.tools that return BaseRegExp Modifier and Type Method Description BaseRegExp
ConsoleOutputAnalyzerPanel.ConsoleEntryFilter. getOriginRegExp()
Returns the regular expression on the origin.BaseRegExp
ConsoleOutputAnalyzerPanel.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 BaseRegExp
AnnotationsAndPredictionsFromReport. m_TypeRegExp
the regular expression for the types to draw.protected BaseRegExp
CocoAnnotationsHandler. m_TypeRegExp
the regular expression for the types to draw.protected BaseRegExp
DeepLabCutCSVHandler. m_TypeRegExp
the regular expression for the types to draw.protected BaseRegExp
DetectronAnnotationsHandler. m_TypeRegExp
the regular expression for the types to draw.protected BaseRegExp
ObjectCentersFromReport. m_TypeRegExp
the regular expression for the types to draw.protected BaseRegExp
ObjectLocationsFromReport. m_TypeRegExp
the regular expression for the types to draw.protected BaseRegExp
ObjectLocationsFromSpreadSheet. m_TypeRegExp
the regular expression for the types to draw.protected BaseRegExp
PointsFromReportHandler. m_TypeRegExp
the regular expression for the types to draw.Methods in adams.gui.tools.previewbrowser that return BaseRegExp Modifier and Type Method Description BaseRegExp
AnnotationsAndPredictionsFromReport. getTypeRegExp()
Returns the regular expression that the types must match in order to get drawn.BaseRegExp
CocoAnnotationsHandler. getTypeRegExp()
Returns the regular expression that the types must match in order to get drawn.BaseRegExp
DeepLabCutCSVHandler. getTypeRegExp()
Returns the regular expression that the types must match in order to get drawn.BaseRegExp
DetectronAnnotationsHandler. getTypeRegExp()
Returns the regular expression that the types must match in order to get drawn.BaseRegExp
ObjectCentersFromReport. getTypeRegExp()
Returns the regular expression that the types must match in order to get drawn.BaseRegExp
ObjectLocationsFromReport. getTypeRegExp()
Returns the regular expression that the types must match in order to get drawn.BaseRegExp
ObjectLocationsFromSpreadSheet. getTypeRegExp()
Returns the regular expression that the types must match in order to get drawn.BaseRegExp
PointsFromReportHandler. 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 void
AnnotationsAndPredictionsFromReport. setTypeRegExp(BaseRegExp value)
Sets the regular expression that the types must match in order to get drawn.void
CocoAnnotationsHandler. setTypeRegExp(BaseRegExp value)
Sets the regular expression that the types must match in order to get drawn.void
DeepLabCutCSVHandler. setTypeRegExp(BaseRegExp value)
Sets the regular expression that the types must match in order to get drawn.void
DetectronAnnotationsHandler. setTypeRegExp(BaseRegExp value)
Sets the regular expression that the types must match in order to get drawn.void
ObjectCentersFromReport. setTypeRegExp(BaseRegExp value)
Sets the regular expression that the types must match in order to get drawn.void
ObjectLocationsFromReport. setTypeRegExp(BaseRegExp value)
Sets the regular expression that the types must match in order to get drawn.void
ObjectLocationsFromSpreadSheet. setTypeRegExp(BaseRegExp value)
Sets the regular expression that the types must match in order to get drawn.void
PointsFromReportHandler. 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 BaseRegExp
AbstractStrokePaintletWithContainerIDMatching. m_ContainerIDRegExp
the regular expression the container IDs must match.protected BaseRegExp[]
RegExpColorProvider. m_RegExps
the regular expressions.Methods in adams.gui.visualization.core that return BaseRegExp Modifier and Type Method Description BaseRegExp
AbstractStrokePaintletWithContainerIDMatching. getContainerIDRegExp()
Returns the regular expression the container IDs must match.BaseRegExp
PaintletWithContainerIDMatching. 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 void
AbstractStrokePaintletWithContainerIDMatching. setContainerIDRegExp(BaseRegExp value)
Sets the regular expression the container IDs must match.void
PaintletWithContainerIDMatching. 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 BaseRegExp
AbstractReportBasedOverlayHelper. m_TypeRegExp
the regular expression for the types to draw.Methods in adams.gui.visualization.image that return BaseRegExp Modifier and Type Method Description BaseRegExp
AbstractObjectOverlayFromReport. getTypeRegExp()
Returns the regular expression that the types must match in order to get drawn.BaseRegExp
AbstractPointOverlayFromReport. getTypeRegExp()
Returns the regular expression that the types must match in order to get drawn.BaseRegExp
AbstractReportBasedOverlayHelper. 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 void
AbstractObjectOverlayFromReport. setTypeRegExp(BaseRegExp value)
Sets the regular expression that the types must match in order to get drawn.void
AbstractPointOverlayFromReport. setTypeRegExp(BaseRegExp value)
Sets the regular expression that the types must match in order to get drawn.void
AbstractReportBasedOverlayHelper. 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 BaseRegExp
IDFilter. m_RegExp
the regular expression to use for matching the IDs.Methods in adams.gui.visualization.image.interactionlogging that return BaseRegExp Modifier and Type Method Description BaseRegExp
IDFilter. 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 void
IDFilter. 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 BaseRegExp
PerType. m_TypeRegExp
the regular expression for the types to draw.Methods in adams.gui.visualization.object.objectannotations.colors that return BaseRegExp Modifier and Type Method Description BaseRegExp
PerType. 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 void
PerType. 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 BaseRegExp
AbstractObjectOverlayFromReport. getTypeRegExp()
Returns the regular expression that the types must match in order to get drawn.BaseRegExp
AbstractPointOverlayFromReport. 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 void
AbstractObjectOverlayFromReport. setTypeRegExp(BaseRegExp value)
Sets the regular expression that the types must match in order to get drawn.void
AbstractPointOverlayFromReport. 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 BaseRegExp
ByNamePaintlet. m_RegExp
the regular expression that determines whether to plot or not.Methods in adams.gui.visualization.sequence that return BaseRegExp Modifier and Type Method Description BaseRegExp
ByNamePaintlet. 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 void
ByNamePaintlet. 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 BaseRegExp
ColorPerRegExpGroup. m_RegExp
the regular expression to use.Methods in adams.gui.visualization.sequence.metadatacolor that return BaseRegExp Modifier and Type Method Description BaseRegExp
ColorPerRegExpGroup. 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 void
ColorPerRegExpGroup. 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 int
IndexHelper. 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 BaseRegExp
ProbabilityPlot. m_AttReg
Regular expression for choosing the attribute to plotMethods in adams.gui.visualization.stats.probabilityplot that return BaseRegExp Modifier and Type Method Description BaseRegExp
ProbabilityPlot. 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 void
ProbabilityPlot. 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 BaseRegExp
ScatterPlot. m_ColorIndexReg
regular expression given as an option to choose color attributeprotected BaseRegExp
ScatterPlot. m_XIndexReg
Regular expression given as an option to choose x attributeprotected BaseRegExp
ScatterPlot. m_YIndexReg
regular expression given as an option to choose y attributeMethods in adams.gui.visualization.stats.scatterplot that return BaseRegExp Modifier and Type Method Description BaseRegExp
ScatterPlot. getColorRegExp()
Gets the regular expression used when determining the color attribute.BaseRegExp
ScatterPlot. getXRegExp()
Gets the regular expression used when determining the x attribute.BaseRegExp
ScatterPlot. 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 void
ScatterPlot. setColorRegExp(BaseRegExp val)
Set the regular expression to use when determining the color attribute.void
ScatterPlot. setXRegExp(BaseRegExp val)
Set the regular expression to use when determining the x attribute.void
ScatterPlot. 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 BaseRegExp
ZScore. m_AttReg
String for regular expressionMethods in adams.gui.visualization.stats.zscore with parameters of type BaseRegExp Modifier and Type Method Description void
ZScore. 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 BaseRegExp
AbstractColumnSubsetFilter. m_ColRegExp
the column names to operate on (ifColumnSubset.REGEXP
).Methods in adams.ml.preprocessing that return BaseRegExp Modifier and Type Method Description BaseRegExp
AbstractColumnSubsetFilter. getColRegExp()
Returns the regular expression to use on the column names to determine whether to use a column for filtering (ifColumnSubset.REGEXP
).BaseRegExp
ColumnSubsetFilter. 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 void
AbstractColumnSubsetFilter. setColRegExp(BaseRegExp value)
Sets the regular expression to use on the column names to determine whether * to use a column for filtering (ifColumnSubset.REGEXP
).void
ColumnSubsetFilter. 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 BaseRegExp
DropTables. m_RegExp
the regular expression to match.protected BaseRegExp
TruncateTables. m_RegExp
the regular expression to match.Methods in adams.tools that return BaseRegExp Modifier and Type Method Description BaseRegExp
DropTables. getRegExp()
Returns the regular expression to match the table names against.BaseRegExp
TruncateTables. 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 void
DropTables. setRegExp(BaseRegExp value)
Sets the regular expression to match the table names against.void
TruncateTables. 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 BaseRegExp
GroupedBinnedNumericClassCrossValidationFoldGenerator. m_RegExp
the regular expression for the nominal/string attribute.protected BaseRegExp
GroupedBinnedNumericClassRandomSplitGenerator. m_RegExp
the regular expression for the nominal/string attribute.protected BaseRegExp
GroupedCrossValidationFoldGenerator. m_RegExp
the regular expression for the nominal/string attribute.protected BaseRegExp
GroupedRandomSplitGenerator. m_RegExp
the regular expression for the nominal/string attribute.protected BaseRegExp[]
MultiLevelSplitGenerator. m_RegExps
the regular expressions to apply to determine the grouping.Methods in weka.classifiers that return BaseRegExp Modifier and Type Method Description BaseRegExp
GroupedBinnedNumericClassCrossValidationFoldGenerator. getRegExp()
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').BaseRegExp
GroupedBinnedNumericClassRandomSplitGenerator. getRegExp()
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').BaseRegExp
GroupedCrossValidationFoldGenerator. getRegExp()
Returns the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').BaseRegExp
GroupedRandomSplitGenerator. 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 void
GroupedBinnedNumericClassCrossValidationFoldGenerator. setRegExp(BaseRegExp value)
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').void
GroupedBinnedNumericClassRandomSplitGenerator. setRegExp(BaseRegExp value)
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').void
GroupedCrossValidationFoldGenerator. setRegExp(BaseRegExp value)
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').void
GroupedRandomSplitGenerator. setRegExp(BaseRegExp value)
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').void
MultiLevelSplitGenerator. setRegExps(BaseRegExp[] value)
Sets the regular expressions to use for extracting the groups.Constructors in weka.classifiers with parameters of type BaseRegExp Constructor Description 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.filters.supervised.attribute
Fields in weka.filters.supervised.attribute declared as BaseRegExp Modifier and Type Field Description protected BaseRegExp
MultiPLS. m_XRegExp
the regular expression for the X columns.protected BaseRegExp
MultiPLS. m_YRegExp
the regular expression for the Y columns.Methods in weka.filters.supervised.attribute that return BaseRegExp Modifier and Type Method Description protected BaseRegExp
MultiPLS. getDefaultXRegExp()
Returns the default X regexp.protected BaseRegExp
MultiPLS. getDefaultYRegExp()
Returns the default Y regexp.BaseRegExp
MultiPLS. getXRegExp()
Returns the regular expression to identify the X attributes.BaseRegExp
MultiPLS. 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 void
MultiPLS. setXRegExp(BaseRegExp value)
Sets the regular expression to identify the X attributes.void
MultiPLS. 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 BaseRegExp
Detrend. m_AttRegExp
the range of attributes to work on.protected BaseRegExp
MultiplicativeScatterCorrection. m_AttRegExp
the range of attributes to work on.protected BaseRegExp
NominalToNumeric. m_Find
the regular expression to use.protected BaseRegExp
OuterProductAnalysis. m_FirstRange
the first range of the attributes to use.protected BaseRegExp
InterquartileRangeSamp. m_IgnoredAttributes
the regular expression for attributes to skip.protected BaseRegExp
EquiDistance. m_RegExp
the regular expression to use.protected BaseRegExp[]
MetaPartitionedMultiFilter. m_RegExp
The prefixes.protected BaseRegExp
OuterProductAnalysis. m_SecondRange
the second range of the attributes to use.protected BaseRegExp
Detrend. m_WaveNoRegExp
the regexp for extracting the wavenumbers from the attribute name.protected BaseRegExp
MultiplicativeScatterCorrection. m_WaveNoRegExp
the regexp for extracting the wavenumbers from the attribute name.Methods in weka.filters.unsupervised.attribute that return BaseRegExp Modifier and Type Method Description BaseRegExp
Detrend. getAttRegExp()
Returns the regular expression used for identifying the attributes to process.BaseRegExp
MultiplicativeScatterCorrection. getAttRegExp()
Returns the regular expression used for identifying the attributes to process.protected BaseRegExp
Detrend. getDefaultAttRegExp()
Returns the default regular expression for identifying the attributes to process.protected BaseRegExp
MultiplicativeScatterCorrection. getDefaultAttRegExp()
Returns the default regular expression for identifying the attributes to process.protected BaseRegExp
NominalToNumeric. getDefaultFind()
Returns the default regular expression for finding tokens to clean.protected BaseRegExp
InterquartileRangeSamp. getDefaultIgnoredAttributes()
Returns the default regular expression for ignored/skipped attributes.protected BaseRegExp
EquiDistance. getDefaultRegExp()
Returns the default regular expression for identifying attributes.protected BaseRegExp
Detrend. getDefaultWaveNoRegExp()
Returns the default regular expression for extracting the wave numbers.protected BaseRegExp
MultiplicativeScatterCorrection. getDefaultWaveNoRegExp()
Returns the default regular expression for extracting the wave numbers.BaseRegExp
NominalToNumeric. getFind()
Returns the regular expression to use for extracting the numeric part from the label.BaseRegExp
OuterProductAnalysis. getFirstRange()
Returns the first attribute range to use (regular expression on attribute names).BaseRegExp
InterquartileRangeSamp. getIgnoredAttributes()
Returns the regular expression for ignored/skipped attributes.BaseRegExp
EquiDistance. getRegExp()
Returns the regular expression for identifying attributes.BaseRegExp[]
MetaPartitionedMultiFilter. getRegExp()
Gets the list of regular expressions.BaseRegExp
MetaPartitionedMultiFilter. getRegExp(int index)
Gets a singleBaseRegExp
from the set of available expressions.BaseRegExp
OuterProductAnalysis. getSecondRange()
Returns the second attribute range to use (regular expression on attribute names).BaseRegExp
Detrend. getWaveNoRegExp()
Returns the regular expression used for extracting the wave number from the attribute name (using the first group).BaseRegExp
MultiplicativeScatterCorrection. 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 void
Detrend. setAttRegExp(BaseRegExp value)
Sets the regular expression used for identifying the attributes to process.void
MultiplicativeScatterCorrection. setAttRegExp(BaseRegExp value)
Sets the regular expression used for identifying the attributes to process.void
NominalToNumeric. setFind(BaseRegExp value)
Sets the regular expression to use for extracting the numeric part from the label.void
OuterProductAnalysis. setFirstRange(BaseRegExp value)
Sets the first attribute range to use (regular expression on attribute names).void
InterquartileRangeSamp. setIgnoredAttributes(BaseRegExp value)
Sets the regular expression for ignored/skipped attributes.void
EquiDistance. setRegExp(BaseRegExp value)
Sets the regular expression for identifying attributes.void
MetaPartitionedMultiFilter. setRegExp(BaseRegExp[] value)
Sets the list of possible regular expressions.void
OuterProductAnalysis. setSecondRange(BaseRegExp value)
Sets the prefix to use for the generated attributes.void
Detrend. setWaveNoRegExp(BaseRegExp value)
Sets the regular expression used for extracting the wave number from the attribute name (using the first group).void
MultiplicativeScatterCorrection. 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 BaseRegExp
RemoveWithLabels. m_LabelRegExp
the regular expression for matching the labels to remove.Methods in weka.filters.unsupervised.instance that return BaseRegExp Modifier and Type Method Description protected BaseRegExp
RemoveWithLabels. getDefaultLabelRegExp()
Returns the default label regular expression.BaseRegExp
RemoveWithLabels. 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 void
RemoveWithLabels. 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 BaseRegExp
GroupExpression. m_RegExp
the regular expression for the nominal/string attribute.Methods in weka.filters.unsupervised.instance.multirowprocessor.selection that return BaseRegExp Modifier and Type Method Description protected BaseRegExp
GroupExpression. getDefaultRegExp()
Returns the default regular expression.BaseRegExp
GroupExpression. 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 void
GroupExpression. setRegExp(BaseRegExp value)
Sets the regular expression for identifying the group (eg '^(.*)-([0-9]+)-(.*)$').
-