Class PropertyFunctionFactoryListAggregateFunctions
java.lang.Object
org.aksw.jena_sparql_api.sparql.ext.sys.PropertyFunctionFactoryListFunctionsBase
org.aksw.jena_sparql_api.sparql.ext.sys.PropertyFunctionFactoryListAggregateFunctions
- All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunctionFactory
public class PropertyFunctionFactoryListAggregateFunctions
extends PropertyFunctionFactoryListFunctionsBase
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.aksw.jena_sparql_api.sparql.ext.sys.PropertyFunctionFactoryListFunctionsBase
PropertyFunctionFactoryListFunctionsBase.RegWrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 unused) getRegistry(org.apache.jena.sparql.engine.ExecutionContext execCxt) Methods inherited from class org.aksw.jena_sparql_api.sparql.ext.sys.PropertyFunctionFactoryListFunctionsBase
create
-
Constructor Details
-
PropertyFunctionFactoryListAggregateFunctions
public PropertyFunctionFactoryListAggregateFunctions()
-
-
Method Details
-
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 unused) - Overrides:
getFunctionsin classPropertyFunctionFactoryListFunctionsBase
-
getRegistry
protected PropertyFunctionFactoryListFunctionsBase.RegWrapper getRegistry(org.apache.jena.sparql.engine.ExecutionContext execCxt) - Specified by:
getRegistryin classPropertyFunctionFactoryListFunctionsBase
-