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
Fields in org.eclipse.rdf4j.sail.shacl with type parameters of type ContextWithShape Modifier and Type Field Description private StampedLockManager.Cache<java.util.List<ContextWithShape>>ShaclSail. cachedShapesMethods in org.eclipse.rdf4j.sail.shacl that return types with arguments of type ContextWithShape Modifier and Type Method Description java.util.List<ContextWithShape>ShaclSail. getShapes(IRI[] shapesGraphs, boolean onlyRdf4jShaclShapeGraph)java.util.List<ContextWithShape>ShaclSail. getShapes(RepositoryConnection shapesRepoConnection, IRI[] shapesGraphs)java.util.List<ContextWithShape>ShaclSail. getShapes(RepositoryConnection shapesRepoConnection, SailConnection sailConnection, IRI[] shapesGraphs)Method parameters in org.eclipse.rdf4j.sail.shacl with type arguments of type ContextWithShape Modifier and Type Method Description private booleanShaclSailConnection. isEmpty(java.util.List<ContextWithShape> shapesList)private ValidationReportShaclSailConnection. performValidation(java.util.List<ContextWithShape> shapes, boolean validateEntireBaseSail, ConnectionsGroup connectionsGroup)private static ValidationReportShaclValidator. performValidation(java.util.List<ContextWithShape> shapes, ConnectionsGroup connectionsGroup)private ValidationReportShaclSailConnection. serializableValidation(java.util.List<ContextWithShape> shapesAfterRefresh)private ValidationReportShaclSailConnection. validate(java.util.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 ContextWithShape Modifier and Type Method Description static java.util.List<ContextWithShape>Shape.Factory. getShapes(java.util.List<ContextWithShape> parsed)static java.util.List<ContextWithShape>Shape.Factory. getShapes(ShapeSource shapeSource, Shape.ParseSettings parseSettings)static java.util.List<ContextWithShape>Shape.Factory. getShapesInContext(ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, Resource[] dataGraph, Resource[] shapesGraph)static java.util.List<ContextWithShape>Shape.Factory. parse(ShapeSource shapeSource, Shape.ParseSettings parseSettings)static java.util.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 java.util.List<ContextWithShape>Shape.Factory. getShapes(java.util.List<ContextWithShape> parsed)
-