Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.Shape
Packages that use Shape
-
Uses of Shape in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as ShapeModifier and TypeFieldDescriptionprivate final Shape
ShaclSailConnection.ValidationContainer.shape
Deprecated, for removal: This API element is subject to removal in a future version.private final Shape
ShapeValidationContainer.shape
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.ShapeValidationContainer.getShape()
Constructors in org.eclipse.rdf4j.sail.shacl with parameters of type ShapeModifierConstructorDescriptionShapeValidationContainer
(Shape shape, Supplier<PlanNode> planNodeSupplier, boolean logValidationExecution, boolean logValidationViolations, long effectiveValidationResultsLimitPerConstraint, boolean performanceLogging, org.slf4j.Logger logger) 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.astFields in org.eclipse.rdf4j.sail.shacl.ast declared as ShapeModifier and TypeFieldDescriptionprivate final Shape
ContextWithShape.shape
private final Shape
ShaclSparqlConstraintFailureException.shape
private Shape
ValidationQuery.shape
Fields in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type ShapeMethods in org.eclipse.rdf4j.sail.shacl.ast that return ShapeModifier and TypeMethodDescriptionContextWithShape.getShape()
protected Shape
PropertyShape.shallowClone()
protected abstract Shape
Shape.shallowClone()
Methods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type ShapeMethods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ShapeModifier and TypeMethodDescriptionvoid
Method parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type ShapeModifier and TypeMethodDescriptionprivate static void
Shape.Factory.calculateIfProducesValidationResult
(List<Shape> split) private static void
Shape.Factory.calculateTargetChain
(List<Shape> parsed) Constructors 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
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents declared as ShapeModifier and TypeFieldDescription(package private) Shape
NotConstraintComponent.not
(package private) Shape
QualifiedMaxCountConstraintComponent.qualifiedValueShape
(package private) Shape
QualifiedMinCountConstraintComponent.qualifiedValueShape
private final Shape
SparqlConstraintComponent.shape
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type parameters of type ShapeModifier and TypeFieldDescriptionAndConstraintComponent.and
OrConstraintComponent.or
XoneConstraintComponent.xone
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return types with arguments of type ShapeMethod parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type ShapeModifier and TypeMethodDescription(package private) static SparqlFragment
LogicalOperatorConstraintComponent.buildSparqlValidNodes_rsx_targetShape_inner
(StatementMatcher.Variable subject, StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, List<Shape> shapes, TargetChain targetChain, Function<List<SparqlFragment>, SparqlFragment> bgpCombiner, Function<List<SparqlFragment>, SparqlFragment> filterCombiner) Constructors 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
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as ShapeModifier and TypeFieldDescriptionprivate final Shape
SingleCloseablePlanNode.shape
private final Shape
SparqlConstraintSelect.shape
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.ast.targets
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets declared as Shape -
Uses of Shape in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results declared as ShapeMethods 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.