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.cachedShapesMethods 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 booleanShaclSailConnection.isEmpty(List<ContextWithShape> shapesList) private ValidationReportShaclSailConnection.performValidation(List<ContextWithShape> shapes, boolean validateEntireBaseSail, ConnectionsGroup connectionsGroup) private static ValidationReportShaclValidator.performValidation(List<ContextWithShape> shapes, ConnectionsGroup connectionsGroup) private ValidationReportShaclSailConnection.serializableValidation(List<ContextWithShape> shapesAfterRefresh) private ValidationReportShaclSailConnection.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)