Uses of Interface
org.aksw.jenax.arq.aggregation.BindingMapper
-
Uses of BindingMapper in org.aksw.jenax.arq.aggregation
Subinterfaces of BindingMapper in org.aksw.jenax.arq.aggregationModifier and TypeInterfaceDescriptioninterfaceBinding mapper that is aware of its referenced variablesClasses in org.aksw.jenax.arq.aggregation that implement BindingMapperModifier and TypeClassDescriptionclassclassclassclassMethods in org.aksw.jenax.arq.aggregation that return BindingMapperModifier and TypeMethodDescriptionMappedElement.getBindingMapper()static BindingMapper<org.apache.jena.graph.Node>Methods in org.aksw.jenax.arq.aggregation with parameters of type BindingMapperModifier and TypeMethodDescriptionstatic <T> AccLiteral<T>AccLiteral.create(BindingMapper<T> bindingMapper) static <T> AggLiteral<T>AggLiteral.create(BindingMapper<T> mapper) static <K,V> AggMap<K, V> AggMap.create(BindingMapper<K> mapper, Agg<V> subAgg) static <T> FunctionBindingMapper<T>FunctionBindingMapper.create(BindingMapper<T> bindingMapper) Constructors in org.aksw.jenax.arq.aggregation with parameters of type BindingMapperModifierConstructorDescriptionAccLiteral(BindingMapper<T> bindingMapper) AggLiteral(BindingMapper<T> mapper) AggMap(BindingMapper<K> mapper, Agg<V> subAgg) FunctionBindingMapper(BindingMapper<T> bindingMapper) FunctionBindingMapper(BindingMapper<T> bindingMapper, long offset) MappedElement(org.apache.jena.sparql.syntax.Element element, BindingMapper<T> bindingMapper)