Uses of Interface
org.aksw.jenax.arq.aggregation.Agg
-
Uses of Agg in org.aksw.jenax.arq.aggregation
Classes in org.aksw.jenax.arq.aggregation that implement AggModifier and TypeClassDescriptionclassclassclassAggList<T>classAggLiteral<T>classAggMap<K,V> A less general form of AggMap2 ; this class should be removed and AggMap2 renamed to thisclassAggObject<K>classclassAggTransform<I,O> Methods in org.aksw.jenax.arq.aggregation that return AggModifier and TypeMethodDescriptionstatic Agg<org.apache.jena.graph.Node>AggUtils.literalNode(String exprStr) static Agg<org.apache.jena.graph.Node>AggUtils.literalNode(org.apache.jena.sparql.expr.Expr expr) Methods in org.aksw.jenax.arq.aggregation with parameters of type AggModifier and TypeMethodDescriptionstatic <T> TAggUtils.accumulate(Agg<T> agg, org.apache.jena.query.ResultSet rs) static <T> AggList<T>static <K,V> AggMap<K, V> AggMap.create(BindingMapper<K> mapper, Agg<V> subAgg) static <I,O> AggTransform<I, O> static <T> FunctionResultSetAggregate<T>Method parameters in org.aksw.jenax.arq.aggregation with type arguments of type AggConstructors in org.aksw.jenax.arq.aggregation with parameters of type AggModifierConstructorDescriptionAggMap(BindingMapper<K> mapper, Agg<V> subAgg) AggTransform(Agg<I> subAgg, com.google.common.base.Function<I, O> transform) FunctionResultSetAggregate(Agg<T> agg) Constructor parameters in org.aksw.jenax.arq.aggregation with type arguments of type Agg