Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.Shape
-
Packages that use Shape Package Description org.eclipse.rdf4j.sail.shacl.ast org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents org.eclipse.rdf4j.sail.shacl.results -
-
Uses of Shape in org.eclipse.rdf4j.sail.shacl.ast
Subclasses of Shape in org.eclipse.rdf4j.sail.shacl.ast Modifier and Type Class Description classNodeShapeclassPropertyShapeMethods in org.eclipse.rdf4j.sail.shacl.ast that return Shape Modifier and Type Method Description ShapeCache. computeIfAbsent(org.eclipse.rdf4j.model.Resource id, Function<org.eclipse.rdf4j.model.Resource,Shape> mappingFunction)ShapeCache. get(org.eclipse.rdf4j.model.Resource id)protected ShapePropertyShape. shallowClone()protected abstract ShapeShape. shallowClone()Methods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type Shape Modifier and Type Method Description List<Shape>ContextWithShapes. getShapes()Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Shape Modifier and Type Method Description voidCache. put(org.eclipse.rdf4j.model.Resource id, Shape shape)ValidationQueryValidationQuery.Deactivated. withShape(Shape shape)ValidationQueryValidationQuery. withShape(Shape shape)Method parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type Shape Modifier and Type Method Description ShapeCache. computeIfAbsent(org.eclipse.rdf4j.model.Resource id, Function<org.eclipse.rdf4j.model.Resource,Shape> mappingFunction)Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Shape Constructor Description Shape(Shape shape)ValidationQuery(String query, List<StatementMatcher.Variable> targets, StatementMatcher.Variable value, ConstraintComponent.Scope scope, SourceConstraintComponent constraintComponent, Severity severity, Shape shape)Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type Shape Constructor Description ContextWithShapes(org.eclipse.rdf4j.model.Resource[] dataGraph, org.eclipse.rdf4j.model.Resource[] shapeGraph, List<Shape> shapes) -
Uses of Shape in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return types with arguments of type Shape Modifier and Type Method Description List<Shape>OrConstraintComponent. getOr()List<Shape>XoneConstraintComponent. getXone() -
Uses of Shape in org.eclipse.rdf4j.sail.shacl.results
Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type Shape Constructor Description ValidationResult(org.eclipse.rdf4j.model.Value focusNode, org.eclipse.rdf4j.model.Value value, Shape shape, SourceConstraintComponent sourceConstraintComponent, Severity severity, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraphs, org.eclipse.rdf4j.model.Resource[] shapesGraphs)Deprecated.
-