Package org.eclipse.rdf4j.sail.shacl.ast
Class ValidationQuery.Deactivated
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery.Deactivated
- Enclosing class:
ValidationQuery
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
ValidationQuery.Deactivated
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValidationQuery.Deactivated
getValidationPlan
(SailConnection baseConnection, Resource[] dataGraph, Resource[] shapesGraphs) void
void
void
void
withConstraintComponent
(ConstraintComponent constraintComponent) withSeverity
(Severity severity) Methods inherited from class org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
getQuery, union
-
Field Details
-
instance
-
-
Constructor Details
-
Deactivated
private Deactivated()
-
-
Method Details
-
getInstance
-
getValidationPlan
public PlanNode getValidationPlan(SailConnection baseConnection, Resource[] dataGraph, Resource[] shapesGraphs) - Overrides:
getValidationPlan
in classValidationQuery
-
withSeverity
- Overrides:
withSeverity
in classValidationQuery
-
withShape
- Overrides:
withShape
in classValidationQuery
-
popTargetChain
public void popTargetChain()- Overrides:
popTargetChain
in classValidationQuery
-
shiftToNodeShape
public void shiftToNodeShape()- Overrides:
shiftToNodeShape
in classValidationQuery
-
shiftToPropertyShape
public void shiftToPropertyShape()- Overrides:
shiftToPropertyShape
in classValidationQuery
-
withConstraintComponent
- Overrides:
withConstraintComponent
in classValidationQuery
-
makeCurrentStateValidationReport
public void makeCurrentStateValidationReport()- Overrides:
makeCurrentStateValidationReport
in classValidationQuery
-