Class ExampleStringFunction

java.lang.Object
org.apache.uima.ruta.RutaElement
org.apache.uima.ruta.expression.RutaExpression
org.apache.uima.ruta.expression.string.AbstractStringExpression
org.apache.uima.ruta.expression.string.StringFunctionExpression
org.apache.uima.ruta.example.extensions.ExampleStringFunction
All Implemented Interfaces:
org.apache.uima.ruta.expression.IRutaExpression, org.apache.uima.ruta.expression.string.IStringExpression

public class ExampleStringFunction extends org.apache.uima.ruta.expression.string.StringFunctionExpression
  • Constructor Summary

    Constructors
    Constructor
    Description
    ExampleStringFunction(org.apache.uima.ruta.expression.type.ITypeExpression expr)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.uima.ruta.expression.type.ITypeExpression
     
    getStringValue(org.apache.uima.ruta.rule.MatchContext context, org.apache.uima.ruta.RutaStream stream)
     

    Methods inherited from class org.apache.uima.ruta.expression.RutaExpression

    getTargetAnnotation

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExampleStringFunction

      public ExampleStringFunction(org.apache.uima.ruta.expression.type.ITypeExpression expr)
  • Method Details

    • getExpr

      public org.apache.uima.ruta.expression.type.ITypeExpression getExpr()
    • getStringValue

      public String getStringValue(org.apache.uima.ruta.rule.MatchContext context, org.apache.uima.ruta.RutaStream stream)