public class ExampleNumberFunction
extends org.apache.uima.ruta.expression.number.NumberFunctionExpression
Constructor and Description |
---|
ExampleNumberFunction(org.apache.uima.ruta.expression.type.ITypeExpression expr) |
Modifier and Type | Method and Description |
---|---|
double |
getDoubleValue(org.apache.uima.ruta.rule.MatchContext context,
org.apache.uima.ruta.RutaStream stream) |
org.apache.uima.ruta.expression.type.ITypeExpression |
getExpr() |
float |
getFloatValue(org.apache.uima.ruta.rule.MatchContext context,
org.apache.uima.ruta.RutaStream stream) |
int |
getIntegerValue(org.apache.uima.ruta.rule.MatchContext context,
org.apache.uima.ruta.RutaStream stream) |
String |
getStringValue(org.apache.uima.ruta.rule.MatchContext context,
org.apache.uima.ruta.RutaStream stream) |
public ExampleNumberFunction(org.apache.uima.ruta.expression.type.ITypeExpression expr)
public org.apache.uima.ruta.expression.type.ITypeExpression getExpr()
public String getStringValue(org.apache.uima.ruta.rule.MatchContext context, org.apache.uima.ruta.RutaStream stream)
public int getIntegerValue(org.apache.uima.ruta.rule.MatchContext context, org.apache.uima.ruta.RutaStream stream)
public double getDoubleValue(org.apache.uima.ruta.rule.MatchContext context, org.apache.uima.ruta.RutaStream stream)
public float getFloatValue(org.apache.uima.ruta.rule.MatchContext context, org.apache.uima.ruta.RutaStream stream)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.