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.ast.targets org.eclipse.rdf4j.sail.shacl.results -
-
Uses of Shape in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as Shape Modifier and Type Field Description private Shape
ShaclSailConnection.ValidationContainer. shape
Deprecated, for removal: This API element is subject to removal in a future version.private Shape
ShapeValidationContainer. shape
Methods in org.eclipse.rdf4j.sail.shacl that return Shape Modifier and Type Method Description Shape
ShaclSailConnection.ValidationContainer. getShape()
Deprecated, for removal: This API element is subject to removal in a future version.Shape
ShapeValidationContainer. getShape()
Constructors in org.eclipse.rdf4j.sail.shacl with parameters of type Shape Constructor Description ShapeValidationContainer(Shape shape, java.util.function.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.ast Modifier and Type Class Description class
NodeShape
class
PropertyShape
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as Shape Modifier and Type Field Description private Shape
ContextWithShape. shape
private Shape
ShaclSparqlConstraintFailureException. shape
private Shape
ValidationQuery. shape
Fields in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type Shape Modifier and Type Field Description (package private) java.util.Map<Resource,Shape>
Cache. cache
Methods in org.eclipse.rdf4j.sail.shacl.ast that return Shape Modifier and Type Method Description Shape
Cache. get(Resource id)
Shape
ContextWithShape. 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 Shape Modifier and Type Method Description private static java.util.List<Shape>
Shape.Factory. split(Shape s)
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Shape Modifier and Type Method Description void
Cache. put(Resource id, Shape shape)
private static java.util.List<Shape>
Shape.Factory. split(Shape s)
ValidationQuery
ValidationQuery.Deactivated. withShape(Shape shape)
ValidationQuery
ValidationQuery. withShape(Shape shape)
Method parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type Shape Modifier and Type Method Description private static void
Shape.Factory. calculateIfProducesValidationResult(java.util.List<Shape> split)
private static void
Shape.Factory. calculateTargetChain(java.util.List<Shape> parsed)
Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Shape Constructor Description ContextWithShape(Resource[] dataGraph, Resource[] shapeGraph, Shape shape)
ShaclSparqlConstraintFailureException(Shape shape, java.lang.String query, BindingSet resultBindingSet, Value focusNode, Resource[] dataGraph)
Shape(Shape shape)
ValidationQuery(java.util.Collection<Namespace> namespaces, java.lang.String query, java.util.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 Shape Modifier and Type Field Description (package private) Shape
NotConstraintComponent. not
(package private) Shape
QualifiedMaxCountConstraintComponent. qualifiedValueShape
(package private) Shape
QualifiedMinCountConstraintComponent. qualifiedValueShape
private Shape
SparqlConstraintComponent. shape
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type parameters of type Shape Modifier and Type Field Description (package private) java.util.List<Shape>
AndConstraintComponent. and
(package private) java.util.List<Shape>
OrConstraintComponent. or
(package private) java.util.List<Shape>
XoneConstraintComponent. xone
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return types with arguments of type Shape Modifier and Type Method Description java.util.List<Shape>
OrConstraintComponent. getOr()
Method parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type Shape Modifier and Type Method Description (package private) static SparqlFragment
LogicalOperatorConstraintComponent. buildSparqlValidNodes_rsx_targetShape_inner(StatementMatcher.Variable subject, StatementMatcher.Variable object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, java.util.List<Shape> shapes, TargetChain targetChain, java.util.function.Function<java.util.List<SparqlFragment>,SparqlFragment> bgpCombiner, java.util.function.Function<java.util.List<SparqlFragment>,SparqlFragment> filterCombiner)
Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type Shape Constructor Description SparqlConstraintComponent(Resource id, Shape shape, boolean produceValidationReports, java.lang.String select, java.lang.String originalSelect, java.util.List<Literal> message, java.lang.Boolean deactivated, java.util.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 Shape Modifier and Type Field Description private Shape
SingleCloseablePlanNode. shape
private Shape
SparqlConstraintSelect. shape
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return Shape Modifier and Type Method Description Shape
SingleCloseablePlanNode. 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, java.lang.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 Modifier and Type Field Description private Shape
RSXTargetShape. targetShape
-
Uses of Shape in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results declared as Shape Modifier and Type Field Description private Shape
ValidationResult. shape
Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return Shape Modifier and Type Method Description protected Shape
ValidationResult. getShape()
Deprecated.Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type Shape Constructor Description ValidationResult(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs)
Deprecated.
-