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