Uses of Class
org.aksw.jena_sparql_api.shape.ResourceShape
Packages that use ResourceShape
Package
Description
-
Uses of ResourceShape in org.aksw.jena_sparql_api.shape
Fields in org.aksw.jena_sparql_api.shape declared as ResourceShapeModifier and TypeFieldDescriptionprotected ResourceShapeResourceShapeBuilder.resourceShapeprotected ResourceShapePartQueryFactoryResourceShape.shapeMethods in org.aksw.jena_sparql_api.shape that return ResourceShapeModifier and TypeMethodDescriptionResourceShapeBuilder.getResourceShape()static ResourceShapeResourceShapeParserJson.parse(com.google.gson.JsonElement json) static ResourceShapeResourceShapeParserJson.parse(com.google.gson.JsonElement json, ResourceShapeBuilder builder) ResourceShapeParserJsonObject.parse(Object obj, ResourceShapeBuilder builder) Methods in org.aksw.jena_sparql_api.shape that return types with arguments of type ResourceShapeModifier and TypeMethodDescriptionMap<org.aksw.jenax.sparql.fragment.api.Fragment2,ResourceShape> ResourceShape.getIngoing()Map<org.aksw.jenax.sparql.fragment.api.Fragment2,ResourceShape> ResourceShape.getOutgoing()Methods in org.aksw.jena_sparql_api.shape with parameters of type ResourceShapeModifier and TypeMethodDescriptionstatic voidResourceShape.collectConcepts(Collection<org.aksw.jenax.sparql.fragment.api.Fragment1> result, ResourceShape source, boolean includeGraph) static voidResourceShape.collectConcepts(Collection<org.aksw.jenax.sparql.fragment.api.Fragment1> result, ResourceShape source, org.aksw.commons.collections.generator.Generator<org.apache.jena.sparql.core.Var> vargen, boolean includeGraph) static voidResourceShape.collectConcepts(Collection<org.aksw.jenax.sparql.fragment.api.Fragment1> result, org.aksw.jenax.sparql.fragment.api.Fragment1 baseConcept, ResourceShape source, org.aksw.commons.collections.generator.Generator<org.apache.jena.sparql.core.Var> vargen, boolean includeGraph) static List<org.aksw.jenax.sparql.fragment.api.Fragment1>ResourceShape.collectConcepts(ResourceShape source, boolean includeGraph) static org.aksw.jenax.analytics.core.MappedConcept<org.apache.jena.graph.Graph>ResourceShape.createMappedConcept(ResourceShape resourceShape, org.aksw.jenax.sparql.fragment.api.Fragment1 filter, boolean includeGraph) static org.aksw.jenax.analytics.core.MappedConcept<org.apache.jena.sparql.core.DatasetGraph>ResourceShape.createMappedConcept2(ResourceShape resourceShape, org.aksw.jenax.sparql.fragment.api.Fragment1 filter, boolean includeGraph) static org.apache.jena.query.QueryResourceShape.createQuery(ResourceShape resourceShape, org.aksw.jenax.sparql.fragment.api.Fragment1 filter, boolean includeGraph) voidResourceShape.extend(ResourceShape that) static org.apache.jena.graph.GraphResourceShape.fetchData(QueryExecutionFactoryQuery qef, ResourceShape shape, org.apache.jena.graph.Node node) Method parameters in org.aksw.jena_sparql_api.shape with type arguments of type ResourceShapeModifier and TypeMethodDescriptionstatic voidResourceShape.collectConcepts(Collection<org.aksw.jenax.sparql.fragment.api.Fragment1> result, org.aksw.jenax.sparql.fragment.api.Fragment1 baseConcept, Map<org.aksw.jenax.sparql.fragment.api.Fragment2, ResourceShape> map, boolean isInverse, org.aksw.commons.collections.generator.Generator<org.apache.jena.sparql.core.Var> vargen, boolean includeGraph) Constructors in org.aksw.jena_sparql_api.shape with parameters of type ResourceShapeModifierConstructorDescriptionResourceShapeBuilder(ResourceShape resourceShape) ResourceShapeBuilder(ResourceShapeBuilder parent, ResourceShape resourceShape, org.apache.jena.shared.PrefixMapping prefixMapping) ResourceShapeBuilder(ResourceShape resourceShape, org.apache.jena.shared.PrefixMapping prefixMapping) -
Uses of ResourceShape in org.aksw.jena_sparql_api.shape.lookup
Fields in org.aksw.jena_sparql_api.shape.lookup declared as ResourceShapeMethods in org.aksw.jena_sparql_api.shape.lookup with parameters of type ResourceShapeModifier and TypeMethodDescriptionstatic MapServiceResourceShapeMapServiceResourceShape.create(QueryExecutionFactoryQuery qef, ResourceShape resourceShape, boolean isLeftJoin) MapServiceResourceShapeDataset.create(QueryExecutionFactoryQuery qef, ResourceShape resourceShape, boolean isLeftJoin) static org.aksw.commons.rx.lookup.ListService<org.aksw.jenax.sparql.fragment.api.Fragment1,org.apache.jena.rdf.model.Resource> MapServiceResourceShape.createListService(QueryExecutionFactoryQuery qef, ResourceShape resourceShape, boolean isLeftJoin) static org.aksw.commons.rx.lookup.LookupService<org.apache.jena.graph.Node,org.apache.jena.graph.Graph> MapServiceResourceShape.createLookupService(QueryExecutionFactoryQuery qef, ResourceShape shape) Create a lookup service that wraps an instance of this serviceConstructors in org.aksw.jena_sparql_api.shape.lookup with parameters of type ResourceShapeModifierConstructorDescriptionMapServiceResourceShape(QueryExecutionFactoryQuery qef, ResourceShape resourceShape, boolean isLeftJoin) MapServiceResourceShapeDataset(QueryExecutionFactoryQuery qef, ResourceShape resourceShape, boolean isLeftJoin) -
Uses of ResourceShape in org.aksw.jena_sparql_api.shape.query.api
Methods in org.aksw.jena_sparql_api.shape.query.api that return types with arguments of type ResourceShape -
Uses of ResourceShape in org.aksw.jena_sparql_api.shape.query.impl
Methods in org.aksw.jena_sparql_api.shape.query.impl that return types with arguments of type ResourceShape