org.apache.uima.annotator.regex
Interface RegexVariables
- All Known Implementing Classes:
- RegexVariables_impl
public interface RegexVariables
RegexVariables interface.
VARIABLE_START
static final String VARIABLE_START
- See Also:
- Constant Field Values
VARIABLE_REGEX_BEGIN
static final String VARIABLE_REGEX_BEGIN
- See Also:
- Constant Field Values
VARIABLE_REGEX_END
static final String VARIABLE_REGEX_END
- See Also:
- Constant Field Values
VARIABLE_REGEX_PATTERN
static final Pattern VARIABLE_REGEX_PATTERN
addVariable
void addVariable(String varName,
String varValue)
- Adds a variable to the Variables object.
- Parameters:
varName
- variable namevarValue
- variable value
getVariableValue
String getVariableValue(String varName)
- returns the value of the specified variable or
null
if the
variable does not exist
- Parameters:
varName
- variable name
- Returns:
- returns the variable value of
null
if the variable
does not exist
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.