org.apache.uima.ruta.example.extensions
Class ExampleAction
java.lang.Object
org.apache.uima.ruta.RutaElement
org.apache.uima.ruta.action.AbstractRutaAction
org.apache.uima.ruta.example.extensions.ExampleAction
public class ExampleAction
- extends org.apache.uima.ruta.action.AbstractRutaAction
|
Constructor Summary |
ExampleAction(List<org.apache.uima.ruta.expression.number.INumberExpression> indexExprList)
|
|
Method Summary |
void |
execute(org.apache.uima.ruta.rule.RuleMatch match,
org.apache.uima.ruta.rule.RuleElement element,
org.apache.uima.ruta.RutaStream stream,
org.apache.uima.ruta.visitor.InferenceCrowd crowd)
|
List<org.apache.uima.ruta.expression.number.INumberExpression> |
getIndexExprList()
|
void |
setIndexExprList(List<org.apache.uima.ruta.expression.number.INumberExpression> indexExprList)
|
| Methods inherited from class org.apache.uima.ruta.action.AbstractRutaAction |
toString |
ExampleAction
public ExampleAction(List<org.apache.uima.ruta.expression.number.INumberExpression> indexExprList)
execute
public void execute(org.apache.uima.ruta.rule.RuleMatch match,
org.apache.uima.ruta.rule.RuleElement element,
org.apache.uima.ruta.RutaStream stream,
org.apache.uima.ruta.visitor.InferenceCrowd crowd)
- Specified by:
execute in class org.apache.uima.ruta.action.AbstractRutaAction
getIndexExprList
public List<org.apache.uima.ruta.expression.number.INumberExpression> getIndexExprList()
setIndexExprList
public void setIndexExprList(List<org.apache.uima.ruta.expression.number.INumberExpression> indexExprList)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.