org.apache.uima.annotator.regex.impl
Class RegexVariables_impl
java.lang.Object
org.apache.uima.annotator.regex.impl.RegexVariables_impl
- All Implemented Interfaces:
- RegexVariables
public class RegexVariables_impl
- extends Object
- implements RegexVariables
Implementation of the RegexVariables interface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexVariables_impl
public RegexVariables_impl()
addVariable
public void addVariable(String varName,
String varValue)
- Description copied from interface:
RegexVariables
- Adds a variable to the Variables object.
- Specified by:
addVariable
in interface RegexVariables
- Parameters:
varName
- variable namevarValue
- variable value
getVariableValue
public String getVariableValue(String varName)
- Description copied from interface:
RegexVariables
- returns the value of the specified variable or
null
if the
variable does not exist
- Specified by:
getVariableValue
in interface RegexVariables
- 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.