| Package | Description |
|---|---|
| org.aksw.jena_sparql_api.concepts | |
| org.aksw.jena_sparql_api.core.utils | |
| org.aksw.jena_sparql_api.lookup | |
| org.aksw.jena_sparql_api.mapper |
| Modifier and Type | Field and Description |
|---|---|
static Concept |
ConceptUtils.listAllGraphs |
static Concept |
ConceptUtils.listAllPredicates |
static Concept |
ConceptUtils.listDeclaredClasses |
static Concept |
ConceptUtils.listDeclaredProperties |
static Concept |
ConceptUtils.listUsedClasses |
| Modifier and Type | Method and Description |
|---|---|
static Concept |
Concept.create(String elementStr,
String varName) |
Concept |
Concept.makeDistinctFrom(Concept that)
Create a new concept that has no variables with the given one in common
|
| Modifier and Type | Method and Description |
|---|---|
Concept |
Concept.makeDistinctFrom(Concept that)
Create a new concept that has no variables with the given one in common
|
| Modifier and Type | Method and Description |
|---|---|
static Concept |
QueryGenerationUtils.createPropertyQuery(Concept concept)
Takes a concept and adds
|
| Modifier and Type | Method and Description |
|---|---|
static Concept |
QueryGenerationUtils.createPropertyQuery(Concept concept)
Takes a concept and adds
|
| Modifier and Type | Method and Description |
|---|---|
static com.hp.hpl.jena.query.Query |
ListServiceConcept.createQueryCount(Concept concept,
Long itemLimit,
Long rowLimit,
com.hp.hpl.jena.sparql.core.Var resultVar) |
CountInfo |
ListServiceConcept.fetchCount(Concept concept,
Long itemLimit) |
List<com.hp.hpl.jena.graph.Node> |
ListServiceConcept.fetchData(Concept concept,
Long limit,
Long offset) |
| Modifier and Type | Method and Description |
|---|---|
Concept |
MappedConcept.getConcept() |
| Modifier and Type | Method and Description |
|---|---|
static <T> MappedConcept<T> |
MappedConcept.create(Concept concept,
Agg<T> agg) |
| Constructor and Description |
|---|
MappedConcept(Concept concept,
Agg<T> agg) |
Copyright © 2015. All rights reserved.