Package org.aksw.jenax.arq.aggregation
package org.aksw.jenax.arq.aggregation
-
ClassDescriptionAcc<T>An accumulator similar to that of Jena, however it uses a generic for the value.AccBindingTransform<B,
E, V, U> AccComputeBinding<B,E, T> AccCondition<B,E, V> Graph accumulation of bindings via a template.AccList<T>An accumulator similar to that of Jena, however it uses a generic for the value.AccLiteral<T>AccMap<K,V> AccMap2<B,E, K, V, C extends org.aksw.commons.collector.domain.Aggregator<B, E, V>> AccMultiplexDynamic<B,E, K, V, W, C extends org.aksw.commons.collector.domain.Aggregator<V, E, W>> A more general variant of AccMap2 which maps a binding to multiple keys TODO Decide whether to keep only this general version even if it means having to wrap each key as a singleton collectionAccObject<K>Aggregator for predefined keysAccSinkTriples<T extends org.apache.jena.atlas.lib.Sink<org.apache.jena.graph.Triple>>AccStaticMultiplex<B,E, K, U, V> An ggregator that initialized with a static map<Key, Aggregator<...> Every key in the map is passed to a function that yields the value to be passed as the new binding to the child accumulator.AccTransform<I,O> AccTransform2<B,E, I, O> Agg<T>AggCollection<T,E, COLLECTION, ITEM> AggList<T>AggLiteral<T>AggMap<K,V> A less general form of AggMap2 ; this class should be removed and AggMap2 renamed to thisAggMap2<B,E, K, V, C extends org.aksw.commons.collector.domain.Aggregator<B, E, V>> Aggregator that maps each input item to a single key and allocates a sub aggregator for that key if none exists yet.AggObject<K>An aggregator whose accumulators create RDF graphs (triples) from the bindings passed to them.AggregatorBuilder<B,E, T> A bottom up aggregator builder: Starting with a specific aggregator it is expanded upon.Utils to bridge Aggregators with JavaCollectorAggTransform<I,O> AggTransform2<B,E, I, O, C extends org.aksw.commons.collector.domain.Aggregator<B, E, I>> Guava Function wrapper for BindingMapper objectsConfiguration object that serves as the base for choosing the best rdf term in object position from a set of triples.Combines a SPARQL element with a row wise mapping to Java objects Note: You can use ElementSubQuery in cases where you need to map query output