Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.ContextWithShape
Packages that use ContextWithShape
-
Uses of ContextWithShape in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl with type parameters of type ContextWithShapeModifier and TypeFieldDescriptionprivate StampedLockManager.Cache
<List<ContextWithShape>> ShaclSail.cachedShapes
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) Method parameters in org.eclipse.rdf4j.sail.shacl with type arguments of type ContextWithShapeModifier and TypeMethodDescriptionprivate boolean
ShaclSailConnection.isEmpty
(List<ContextWithShape> shapesList) private ValidationReport
ShaclSailConnection.performValidation
(List<ContextWithShape> shapes, boolean validateEntireBaseSail, ConnectionsGroup connectionsGroup) private static ValidationReport
ShaclValidator.performValidation
(List<ContextWithShape> shapes, ConnectionsGroup connectionsGroup) private ValidationReport
ShaclSailConnection.serializableValidation
(List<ContextWithShape> shapesAfterRefresh) private ValidationReport
ShaclSailConnection.validate
(List<ContextWithShape> shapes, boolean validateEntireBaseSail) -
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)