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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.pfunction.PropertyFunctionprotected 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) protected abstract PropertyFunctionFactoryListFunctionsBase.RegWrappergetRegistry(org.apache.jena.sparql.engine.ExecutionContext execCxt)
-
Constructor Details
-
PropertyFunctionFactoryListFunctionsBase
public PropertyFunctionFactoryListFunctionsBase()
-
-
Method Details
-
create
- Specified by:
createin interfaceorg.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)
-