Class PropertyFunctionFactoryListFunctionsBase

java.lang.Object
org.aksw.jena_sparql_api.sparql.ext.sys.PropertyFunctionFactoryListFunctionsBase
All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunctionFactory
Direct Known Subclasses:
PropertyFunctionFactoryListAggregateFunctions, PropertyFunctionFactoryListFunctions, PropertyFunctionFactoryListPropertyFunctions

public abstract class PropertyFunctionFactoryListFunctionsBase extends Object implements org.apache.jena.sparql.pfunction.PropertyFunctionFactory
  • Constructor Details

    • PropertyFunctionFactoryListFunctionsBase

      public PropertyFunctionFactoryListFunctionsBase()
  • Method Details

    • create

      public org.apache.jena.sparql.pfunction.PropertyFunction create(String s)
      Specified by:
      create in interface org.apache.jena.sparql.pfunction.PropertyFunctionFactory
    • getRegistry

      protected abstract PropertyFunctionFactoryListFunctionsBase.RegWrapper getRegistry(org.apache.jena.sparql.engine.ExecutionContext execCxt)
    • getFunctions

      protected Iterator<org.apache.jena.sparql.engine.binding.Binding> getFunctions(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.pfunction.PropFuncArg argSubject, PropertyFunctionFactoryListFunctionsBase.RegWrapper registry)