Class E_UnaryPathFunction

java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase1
org.aksw.jena_sparql_api.sparql.ext.fs.E_UnaryPathFunction
All Implemented Interfaces:
org.apache.jena.sparql.function.Function

public class E_UnaryPathFunction extends org.apache.jena.sparql.function.FunctionBase1
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected PathFunction
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.expr.NodeValue
    exec(org.apache.jena.sparql.expr.NodeValue nv)
     
    static org.apache.jena.sparql.function.FunctionFactory
    newFactory(PathFunction pathFunction)
     

    Methods inherited from class org.apache.jena.sparql.function.FunctionBase1

    checkBuild, exec

    Methods inherited from class org.apache.jena.sparql.function.FunctionBase

    build, exec, exec

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • E_UnaryPathFunction

      public E_UnaryPathFunction(PathFunction fn)
  • Method Details

    • newFactory

      public static org.apache.jena.sparql.function.FunctionFactory newFactory(PathFunction pathFunction)
    • exec

      public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue nv)
      Specified by:
      exec in class org.apache.jena.sparql.function.FunctionBase1