Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.ContextWithShapes
-
Packages that use ContextWithShapes Package Description org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.org.eclipse.rdf4j.sail.shacl.ast -
-
Uses of ContextWithShapes in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return types with arguments of type ContextWithShapes Modifier and Type Method Description List<ContextWithShapes>ShaclSail. getShapes(org.eclipse.rdf4j.model.IRI[] shapesGraphs, boolean onlyRdf4jShaclShapeGraph)List<ContextWithShapes>ShaclSail. getShapes(org.eclipse.rdf4j.repository.RepositoryConnection shapesRepoConnection, org.eclipse.rdf4j.model.IRI[] shapesGraphs)List<ContextWithShapes>ShaclSail. getShapes(org.eclipse.rdf4j.repository.RepositoryConnection shapesRepoConnection, SailConnection sailConnection, org.eclipse.rdf4j.model.IRI[] shapesGraphs) -
Uses of ContextWithShapes in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type ContextWithShapes Modifier and Type Method Description static List<ContextWithShapes>Shape.Factory. getShapes(ShapeSource shapeSource, ShaclSail shaclSail)
-