Uses of Interface
org.apache.jena.sparql.expr.aggregate.AccumulatorFactory
Packages that use AccumulatorFactory
-
Uses of AccumulatorFactory in org.apache.jena.sparql.expr.aggregate
Methods in org.apache.jena.sparql.expr.aggregate that return AccumulatorFactoryModifier and TypeMethodDescriptionstatic AccumulatorFactory
AggregateRegistry.getAccumulatorFactory
(String uri) Return the AccumulatorFactory for a registered custom aggregate.Methods in org.apache.jena.sparql.expr.aggregate with parameters of type AccumulatorFactoryModifier and TypeMethodDescriptionstatic void
AggregateRegistry.register
(String uri, AccumulatorFactory accFactory) Register a custom aggregate, with its associated factory for accumulators.static void
AggregateRegistry.register
(String uri, AccumulatorFactory accFactory, Node noGroupValue)