public class ExampleBooleanFunction
extends org.apache.uima.ruta.expression.bool.BooleanFunctionExpression
Constructor and Description |
---|
ExampleBooleanFunction(org.apache.uima.ruta.expression.type.ITypeExpression expr) |
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanValue(org.apache.uima.ruta.rule.MatchContext context,
org.apache.uima.ruta.RutaStream stream) |
org.apache.uima.ruta.expression.type.ITypeExpression |
getExpr() |
String |
getStringValue(org.apache.uima.ruta.rule.MatchContext context,
org.apache.uima.ruta.RutaStream stream) |
public ExampleBooleanFunction(org.apache.uima.ruta.expression.type.ITypeExpression expr)
public org.apache.uima.ruta.expression.type.ITypeExpression getExpr()
public boolean getBooleanValue(org.apache.uima.ruta.rule.MatchContext context, org.apache.uima.ruta.RutaStream stream)
public String getStringValue(org.apache.uima.ruta.rule.MatchContext context, org.apache.uima.ruta.RutaStream stream)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.