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