Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.Shape
-
Packages that use Shape Package Description org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.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
Methods in org.eclipse.rdf4j.sail.shacl that return Shape Modifier and Type Method Description ShapeShaclSailConnection.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 Shape Constructor Description ValidationContainer(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.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()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 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 SingleCloseablePlanNode(PlanNode parent, Shape shape)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.
-