Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.ContextWithShape
Packages that use ContextWithShape
- 
Uses of ContextWithShape in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return types with arguments of type ContextWithShapeModifier and TypeMethodDescriptionShaclSail.getShapes(RepositoryConnection shapesRepoConnection, IRI[] shapesGraphs) ShaclSail.getShapes(RepositoryConnection shapesRepoConnection, SailConnection sailConnection, IRI[] shapesGraphs)  - 
Uses of ContextWithShape in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type ContextWithShapeModifier and TypeMethodDescriptionstatic List<ContextWithShape> Shape.Factory.getShapes(List<ContextWithShape> parsed) static List<ContextWithShape> Shape.Factory.getShapes(ShapeSource shapeSource, Shape.ParseSettings parseSettings) static List<ContextWithShape> Shape.Factory.getShapesInContext(ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, Resource[] dataGraph, Resource[] shapesGraph) static List<ContextWithShape> Shape.Factory.parse(ShapeSource shapeSource, Shape.ParseSettings parseSettings) static List<ContextWithShape> Shape.Factory.parse(ShapeSource shapeSource, ShapeSource.ShapesGraph shapesGraph, Shape.ParseSettings parseSettings) Method parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type ContextWithShapeModifier and TypeMethodDescriptionstatic List<ContextWithShape> Shape.Factory.getShapes(List<ContextWithShape> parsed)