Uses of Class
org.eclipse.rdf4j.sail.shacl.ShaclSail
-
Packages that use ShaclSail Package Description org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.org.eclipse.rdf4j.sail.shacl.ast org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents org.eclipse.rdf4j.sail.shacl.ast.targets -
-
Uses of ShaclSail in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as ShaclSail Modifier and Type Field Description ShaclSailShaclSailConnection. sail -
Uses of ShaclSail in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ShaclSail Modifier and Type Method Description static NodeShapeNodeShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail)static PropertyShapePropertyShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail)static List<ContextWithShapes>Shape.Factory. getShapes(ShapeSource shapeSource, ShaclSail shaclSail)voidNodeShape. populate(ShaclProperties properties, ShapeSource connection, Cache cache, ShaclSail shaclSail)voidPropertyShape. populate(ShaclProperties properties, ShapeSource connection, Cache cache, ShaclSail shaclSail)voidShape. populate(ShaclProperties properties, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail) -
Uses of ShaclSail in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type ShaclSail Constructor Description AndConstraintComponent(org.eclipse.rdf4j.model.Resource id, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail)NotConstraintComponent(org.eclipse.rdf4j.model.Resource id, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail)OrConstraintComponent(org.eclipse.rdf4j.model.Resource id, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail)QualifiedMaxCountConstraintComponent(org.eclipse.rdf4j.model.Resource id, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail, Boolean qualifiedValueShapesDisjoint, Long qualifiedMaxCount)QualifiedMinCountConstraintComponent(org.eclipse.rdf4j.model.Resource id, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail, Boolean qualifiedValueShapesDisjoint, Long qualifiedMinCount)XoneConstraintComponent(org.eclipse.rdf4j.model.Resource id, ShapeSource shapeSource, Cache cache, ShaclSail shaclSail) -
Uses of ShaclSail in org.eclipse.rdf4j.sail.shacl.ast.targets
Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type ShaclSail Constructor Description RSXTargetShape(org.eclipse.rdf4j.model.Resource targetShape, ShapeSource shapeSource, ShaclSail shaclSail)
-