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 AccumulatorFactoryAggregateRegistry.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 voidAggregateRegistry.register(String uri, AccumulatorFactory accFactory) Register a custom aggregate, with its associated factory for accumulators.static voidAggregateRegistry.register(String uri, AccumulatorFactory accFactory, org.apache.jena.graph.Node noGroupValue)