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
ConstructorsConstructorDescriptionExampleAction
(List<org.apache.uima.ruta.expression.number.INumberExpression> indexExprList) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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> void
setIndexExprList
(List<org.apache.uima.ruta.expression.number.INumberExpression> indexExprList) Methods inherited from class org.apache.uima.ruta.action.AbstractRutaAction
addAnnotationToLabel, getIndexList, getLabel, setLabel, toString
-
Constructor Details
-
ExampleAction
-
-
Method Details
-
execute
public void execute(org.apache.uima.ruta.rule.MatchContext context, org.apache.uima.ruta.RutaStream stream, org.apache.uima.ruta.visitor.InferenceCrowd crowd) - Specified by:
execute
in classorg.apache.uima.ruta.action.AbstractRutaAction
-
getIndexExprList
-
setIndexExprList
public void setIndexExprList(List<org.apache.uima.ruta.expression.number.INumberExpression> indexExprList)
-