Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.Shape
Packages that use Shape
Package
Description
- 
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()ValidationQuery.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 ShapeModifierConstructorDescriptionClosedConstraintComponent(ShapeSource shapeSource, List<Resource> property, Resource ignoredPropertiesHead, Shape shape) DisjointConstraintComponent(IRI predicate, Shape shape) EqualsConstraintComponent(IRI predicate, Shape shape) LessThanConstraintComponent(IRI predicate, Shape shape) LessThanOrEqualsConstraintComponent(IRI predicate, Shape shape) SparqlConstraintComponent(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 ShapeModifierConstructorDescriptionCheckDisjointValuesBasedOnPathAndPredicate(SailConnection connection, Resource[] dataGraph, PlanNode parent, IRI predicate, StatementMatcher.Variable<Resource> subject, StatementMatcher.Variable<Value> object, SparqlFragment targetQueryFragment, Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports) CheckEqualsValuesBasedOnPathAndPredicate(SailConnection connection, Resource[] dataGraph, PlanNode parent, IRI predicate, StatementMatcher.Variable<Resource> subject, StatementMatcher.Variable<Value> object, SparqlFragment targetQueryFragment, Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports) CheckLessThanOrEqualValuesBasedOnPathAndPredicate(SailConnection connection, Resource[] dataGraph, PlanNode parent, IRI predicate, StatementMatcher.Variable<Resource> subject, StatementMatcher.Variable<Value> object, SparqlFragment targetQueryFragment, Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports) CheckLessThanValuesBasedOnPathAndPredicate(SailConnection connection, Resource[] dataGraph, PlanNode parent, IRI predicate, StatementMatcher.Variable<Resource> subject, StatementMatcher.Variable<Value> object, SparqlFragment targetQueryFragment, Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports) SingleCloseablePlanNode(PlanNode parent, Shape shape, ConnectionsGroup connectionsGroup) 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.ValidationResult(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs, Path rsxPairwisePath) Deprecated.