org.apache.uima.annotator.regex
Interface RegexVariables

All Known Implementing Classes:
RegexVariables_impl

public interface RegexVariables

RegexVariables interface.


Field Summary
static String VARIABLE_REGEX_BEGIN
           
static String VARIABLE_REGEX_END
           
static Pattern VARIABLE_REGEX_PATTERN
           
static String VARIABLE_START
           
 
Method Summary
 void addVariable(String varName, String varValue)
          Adds a variable to the Variables object.
 String getVariableValue(String varName)
          returns the value of the specified variable or null if the variable does not exist
 

Field Detail

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
Method Detail

addVariable

void addVariable(String varName,
                 String varValue)
Adds a variable to the Variables object.

Parameters:
varName - variable name
varValue - 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.