Class PropertyFunctionFactoryFsFind.PathFunction

java.lang.Object
org.apache.jena.sparql.pfunction.PropertyFunctionBase
org.apache.jena.sparql.pfunction.PropertyFunctionEval
org.apache.jena.sparql.pfunction.PFuncSimple
org.aksw.jena_sparql_api.sparql.ext.fs.PropertyFunctionFactoryFsFind.PathFunction
All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunction
Enclosing class:
PropertyFunctionFactoryFsFind

public static class PropertyFunctionFactoryFsFind.PathFunction extends org.apache.jena.sparql.pfunction.PFuncSimple
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Function<? super Path,? extends Stream<? extends Path>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PathFunction(Function<? super Path,? extends Stream<? extends Path>> fn)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.engine.QueryIterator
    execEvaluated(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object, org.apache.jena.sparql.engine.ExecutionContext execCtx)
     

    Methods inherited from class org.apache.jena.sparql.pfunction.PFuncSimple

    execEvaluated

    Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionEval

    exec

    Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionBase

    build, exec

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • execEvaluated

      public org.apache.jena.sparql.engine.QueryIterator execEvaluated(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object, org.apache.jena.sparql.engine.ExecutionContext execCtx)
      Specified by:
      execEvaluated in class org.apache.jena.sparql.pfunction.PFuncSimple