| Package | Description |
|---|---|
| org.aksw.jena_sparql_api.mapper |
| Modifier and Type | Class and Description |
|---|---|
class |
AggList<T> |
class |
AggLiteral<T> |
class |
AggMap<K,V> |
class |
AggObject<K> |
class |
AggTransform<I,O> |
| Modifier and Type | Method and Description |
|---|---|
static <V,T> Agg<T> |
AggTransforms.clazz(Class<T> cl,
Agg<V> agg) |
static <V,T> Agg<T> |
AggTransforms.clazz(Class<T> cl,
Agg<V> agg,
com.google.gson.Gson gson) |
Agg<T> |
MappedConcept.getAggregator() |
static Agg<Object> |
AggUtils.literal(String exprStr) |
static Agg<com.hp.hpl.jena.graph.Node> |
AggUtils.literalNode(com.hp.hpl.jena.sparql.expr.Expr expr) |
static Agg<com.hp.hpl.jena.graph.Node> |
AggUtils.literalNode(String exprStr) |
static <K,V> Agg<com.google.common.collect.Multimap<K,V>> |
AggTransforms.multimap(AggMap<K,List<V>> aggMap) |
| Modifier and Type | Method and Description |
|---|---|
static <V,T> Agg<T> |
AggTransforms.clazz(Class<T> cl,
Agg<V> agg) |
static <V,T> Agg<T> |
AggTransforms.clazz(Class<T> cl,
Agg<V> agg,
com.google.gson.Gson gson) |
static <I,O> AggTransform<I,O> |
AggTransform.create(Agg<I> subAgg,
com.google.common.base.Function<I,O> transform) |
static <T> AggList<T> |
AggList.create(Agg<T> subAgg) |
static <T> FunctionResultSetAggregate<T> |
FunctionResultSetAggregate.create(Agg<T> agg) |
static <K,V> AggMap<K,V> |
AggMap.create(BindingMapper<K> mapper,
Agg<V> subAgg) |
static <T> MappedConcept<T> |
MappedConcept.create(Concept concept,
Agg<T> agg) |
| Modifier and Type | Method and Description |
|---|---|
static <K> AggObject<K> |
AggObject.create(Map<K,Agg<?>> keyToSubAgg) |
| Constructor and Description |
|---|
AccList(Agg<T> subAgg) |
AccMap(BindingMapper<K> mapper,
Agg<V> subAgg) |
AggList(Agg<T> subAgg) |
AggMap(BindingMapper<K> mapper,
Agg<V> subAgg) |
AggTransform(Agg<I> subAgg,
com.google.common.base.Function<I,O> transform) |
FunctionResultSetAggregate(Agg<T> agg) |
MappedConcept(Concept concept,
Agg<T> agg) |
| Constructor and Description |
|---|
AggObject(Map<K,Agg<?>> keyToSubAgg) |
Copyright © 2014. All rights reserved.