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.ast.planNodes 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. get(org.eclipse.rdf4j.model.Resource id)ShapeContextWithShape. getShape()ShapeValidationQuery. getShape()protected ShapePropertyShape. shallowClone()protected abstract ShapeShape. shallowClone()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)Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Shape Constructor Description ContextWithShape(org.eclipse.rdf4j.model.Resource[] dataGraph, org.eclipse.rdf4j.model.Resource[] shapeGraph, Shape shape)ShaclSparqlConstraintFailureException(Shape shape, String query, org.eclipse.rdf4j.query.BindingSet resultBindingSet, org.eclipse.rdf4j.model.Value focusNode, org.eclipse.rdf4j.model.Resource[] dataGraph)Shape(Shape shape)ValidationQuery(Collection<org.eclipse.rdf4j.model.Namespace> namespaces, String query, List<StatementMatcher.Variable<org.eclipse.rdf4j.model.Value>> targets, StatementMatcher.Variable<org.eclipse.rdf4j.model.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 Shape Modifier and Type Method Description List<Shape>OrConstraintComponent. getOr()Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type Shape Constructor Description ClosedConstraintComponent(ShapeSource shapeSource, List<org.eclipse.rdf4j.model.Resource> property, org.eclipse.rdf4j.model.Resource ignoredPropertiesHead, Shape shape)DisjointConstraintComponent(org.eclipse.rdf4j.model.IRI predicate, Shape shape)EqualsConstraintComponent(org.eclipse.rdf4j.model.IRI predicate, Shape shape)LessThanConstraintComponent(org.eclipse.rdf4j.model.IRI predicate, Shape shape)LessThanOrEqualsConstraintComponent(org.eclipse.rdf4j.model.IRI predicate, Shape shape)SparqlConstraintComponent(org.eclipse.rdf4j.model.Resource id, Shape shape, boolean produceValidationReports, String select, String originalSelect, List<org.eclipse.rdf4j.model.Literal> message, Boolean deactivated, Set<org.eclipse.rdf4j.model.Namespace> namespaces, org.eclipse.rdf4j.model.Model prefixes)SparqlConstraintComponent(org.eclipse.rdf4j.model.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 Shape Modifier and Type Method Description ShapeSingleCloseablePlanNode. getShape()Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type Shape Constructor Description CheckDisjointValuesBasedOnPathAndPredicate(SailConnection connection, org.eclipse.rdf4j.model.Resource[] dataGraph, PlanNode parent, org.eclipse.rdf4j.model.IRI predicate, StatementMatcher.Variable<org.eclipse.rdf4j.model.Resource> subject, StatementMatcher.Variable<org.eclipse.rdf4j.model.Value> object, SparqlFragment targetQueryFragment, Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports)CheckEqualsValuesBasedOnPathAndPredicate(SailConnection connection, org.eclipse.rdf4j.model.Resource[] dataGraph, PlanNode parent, org.eclipse.rdf4j.model.IRI predicate, StatementMatcher.Variable<org.eclipse.rdf4j.model.Resource> subject, StatementMatcher.Variable<org.eclipse.rdf4j.model.Value> object, SparqlFragment targetQueryFragment, Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports)CheckLessThanOrEqualValuesBasedOnPathAndPredicate(SailConnection connection, org.eclipse.rdf4j.model.Resource[] dataGraph, PlanNode parent, org.eclipse.rdf4j.model.IRI predicate, StatementMatcher.Variable<org.eclipse.rdf4j.model.Resource> subject, StatementMatcher.Variable<org.eclipse.rdf4j.model.Value> object, SparqlFragment targetQueryFragment, Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports)CheckLessThanValuesBasedOnPathAndPredicate(SailConnection connection, org.eclipse.rdf4j.model.Resource[] dataGraph, PlanNode parent, org.eclipse.rdf4j.model.IRI predicate, StatementMatcher.Variable<org.eclipse.rdf4j.model.Resource> subject, StatementMatcher.Variable<org.eclipse.rdf4j.model.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, org.eclipse.rdf4j.model.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 Shape Modifier and Type Method Description protected ShapeValidationResult. getShape()Deprecated.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, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraphs, org.eclipse.rdf4j.model.Resource[] shapesGraphs)Deprecated.ValidationResult(org.eclipse.rdf4j.model.Value focusNode, org.eclipse.rdf4j.model.Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, org.eclipse.rdf4j.model.Resource[] dataGraphs, org.eclipse.rdf4j.model.Resource[] shapesGraphs, Path rsxPairwisePath)Deprecated.
-