|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.annotator.regex.impl.RegexVariables_impl
public class RegexVariables_impl
Implementation of the RegexVariables interface
| Field Summary |
|---|
| Fields inherited from interface org.apache.uima.annotator.regex.RegexVariables |
|---|
VARIABLE_REGEX_BEGIN, VARIABLE_REGEX_END, VARIABLE_REGEX_PATTERN, VARIABLE_START |
| Constructor Summary | |
|---|---|
RegexVariables_impl()
|
|
| Method Summary | |
|---|---|
void |
addVariable(java.lang.String varName,
java.lang.String varValue)
Adds a variable to the Variables object. |
java.lang.String |
getVariableValue(java.lang.String varName)
returns the value of the specified variable or null if the
variable does not exist |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegexVariables_impl()
| Method Detail |
|---|
public void addVariable(java.lang.String varName,
java.lang.String varValue)
RegexVariables
addVariable in interface RegexVariablesvarName - variable namevarValue - variable valuepublic java.lang.String getVariableValue(java.lang.String varName)
RegexVariablesnull if the
variable does not exist
getVariableValue in interface RegexVariablesvarName - variable name
null if the variable
does not exist
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||