public class ExampleAction
extends org.apache.uima.ruta.action.AbstractRutaAction
Constructor and Description |
---|
ExampleAction(List<org.apache.uima.ruta.expression.number.INumberExpression> indexExprList) |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.apache.uima.ruta.rule.MatchContext context,
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) |
public ExampleAction(List<org.apache.uima.ruta.expression.number.INumberExpression> indexExprList)
public void execute(org.apache.uima.ruta.rule.MatchContext context, org.apache.uima.ruta.RutaStream stream, org.apache.uima.ruta.visitor.InferenceCrowd crowd)
execute
in class org.apache.uima.ruta.action.AbstractRutaAction
public List<org.apache.uima.ruta.expression.number.INumberExpression> getIndexExprList()
public void setIndexExprList(List<org.apache.uima.ruta.expression.number.INumberExpression> indexExprList)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.