Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.Shape
Packages that use Shape
-
Uses of Shape in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return ShapeModifier and TypeMethodDescriptionShaclSailConnection.ValidationContainer.getShape()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.sail.shacl with parameters of type ShapeModifierConstructorDescriptionValidationContainer(Shape shape, PlanNode planNode) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Shape in org.eclipse.rdf4j.sail.shacl.ast
Subclasses of Shape in org.eclipse.rdf4j.sail.shacl.astMethods in org.eclipse.rdf4j.sail.shacl.ast that return ShapeModifier and TypeMethodDescriptionContextWithShape.getShape()protected ShapePropertyShape.shallowClone()protected abstract ShapeShape.shallowClone()Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ShapeModifier and TypeMethodDescriptionvoidConstructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ShapeModifierConstructorDescriptionContextWithShape(Resource[] dataGraph, Resource[] shapeGraph, Shape shape) ShaclSparqlConstraintFailureException(Shape shape, String query, BindingSet resultBindingSet, Value focusNode, Resource[] dataGraph) ValidationQuery(Collection<Namespace> namespaces, String query, List<StatementMatcher.Variable<Value>> targets, StatementMatcher.Variable<Value> value, ConstraintComponent.Scope scope, ConstraintComponent constraintComponent, Severity severity, Shape shape) -
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 ShapeConstructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type ShapeModifierConstructorDescriptionSparqlConstraintComponent(Resource id, Shape shape, boolean produceValidationReports, String select, String originalSelect, List<Literal> message, Boolean deactivated, Set<Namespace> namespaces, Model prefixes) SparqlConstraintComponent(Resource id, ShapeSource shapeSource, Shape shape) -
Uses of Shape in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return ShapeConstructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ShapeModifierConstructorDescriptionSingleCloseablePlanNode(PlanNode parent, Shape shape) SparqlConstraintSelect(SailConnection connection, PlanNode targets, String query, ConstraintComponent.Scope scope, Resource[] dataGraph, boolean produceValidationReports, SparqlConstraintComponent constraintComponent, Shape shape) -
Uses of Shape in org.eclipse.rdf4j.sail.shacl.results
Methods in org.eclipse.rdf4j.sail.shacl.results that return ShapeConstructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type ShapeModifierConstructorDescriptionValidationResult(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs) Deprecated.