| Package | Description |
|---|---|
| org.aksw.jena_sparql_api.shape |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceShape |
PartQueryFactoryResourceShape.shape |
| Modifier and Type | Method and Description |
|---|---|
ResourceShape |
ResourceShapeParserImpl.apply(String str) |
ResourceShape |
ResourceShapeBuilder.getResourceShape() |
static ResourceShape |
ResourceShapeParserJson.parse(com.google.gson.JsonElement json) |
static ResourceShape |
ResourceShapeParserJson.parse(com.google.gson.JsonElement json,
ResourceShapeBuilder builder) |
ResourceShape |
ResourceShapeParserJsonObject.parse(Object obj) |
ResourceShape |
ResourceShapeParserJsonObject.parse(Object obj,
ResourceShapeBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
Map<Relation,ResourceShape> |
ResourceShape.getIngoing() |
Map<Relation,ResourceShape> |
ResourceShape.getOutgoing() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ResourceShape.collectConcepts(Collection<Concept> result,
Concept baseConcept,
ResourceShape source,
org.aksw.jena_sparql_api.utils.Generator<org.apache.jena.sparql.core.Var> vargen) |
static void |
ResourceShape.collectConcepts(Collection<Concept> result,
ResourceShape source) |
static void |
ResourceShape.collectConcepts(Collection<Concept> result,
ResourceShape source,
org.aksw.jena_sparql_api.utils.Generator<org.apache.jena.sparql.core.Var> vargen) |
static List<Concept> |
ResourceShape.collectConcepts(ResourceShape source) |
static MappedConcept<org.apache.jena.graph.Graph> |
ResourceShape.createMappedConcept(ResourceShape resourceShape,
Concept filter) |
static MappedConcept<org.apache.jena.sparql.core.DatasetGraph> |
ResourceShape.createMappedConcept2(ResourceShape resourceShape,
Concept filter) |
static org.apache.jena.query.Query |
ResourceShape.createQuery(ResourceShape resourceShape,
Concept filter) |
void |
ResourceShape.extend(ResourceShape that) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ResourceShape.collectConcepts(Collection<Concept> result,
Concept baseConcept,
Map<Relation,ResourceShape> map,
boolean isInverse,
org.aksw.jena_sparql_api.utils.Generator<org.apache.jena.sparql.core.Var> vargen) |
| Constructor and Description |
|---|
ResourceShapeBuilder(ResourceShape resourceShape) |
ResourceShapeBuilder(ResourceShape resourceShape,
org.apache.jena.shared.PrefixMapping prefixMapping) |
Copyright © 2016. All rights reserved.