Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.Shape.ParseSettings
-
Packages that use Shape.ParseSettings Package Description org.eclipse.rdf4j.sail.shacl.ast org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents org.eclipse.rdf4j.sail.shacl.ast.targets -
-
Uses of Shape.ParseSettings in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Shape.ParseSettings Modifier and Type Method Description (package private) java.util.List<ConstraintComponent>Shape. getConstraintComponents(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)static NodeShapeNodeShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)static PropertyShapePropertyShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)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)voidNodeShape. populate(ShaclProperties properties, ShapeSource connection, Shape.ParseSettings parseSettings, Cache cache)voidPropertyShape. populate(ShaclProperties properties, ShapeSource connection, Shape.ParseSettings parseSettings, Cache cache)voidShape. populate(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache) -
Uses of Shape.ParseSettings in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type Shape.ParseSettings Constructor Description AndConstraintComponent(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)NotConstraintComponent(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)OrConstraintComponent(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)QualifiedMaxCountConstraintComponent(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, java.lang.Boolean qualifiedValueShapesDisjoint, java.lang.Long qualifiedMaxCount)QualifiedMinCountConstraintComponent(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, java.lang.Boolean qualifiedValueShapesDisjoint, java.lang.Long qualifiedMinCount)XoneConstraintComponent(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache) -
Uses of Shape.ParseSettings in org.eclipse.rdf4j.sail.shacl.ast.targets
Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type Shape.ParseSettings Constructor Description RSXTargetShape(Resource targetShape, ShapeSource shapeSource, Shape.ParseSettings parseSettings)
-