Class ClosedConstraintComponent
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.AbstractConstraintComponent
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.ClosedConstraintComponent
- All Implemented Interfaces:
CanProduceValidationReport, ConstraintComponent, Exportable, TargetChainInterface
public class ClosedConstraintComponent
extends AbstractConstraintComponent
implements CanProduceValidationReport
-
Nested Class Summary
Nested classes/interfaces inherited from interface ConstraintComponent
ConstraintComponent.Scope -
Field Summary
FieldsFields inherited from class AbstractConstraintComponent
VALUES_INJECTION_POINT -
Constructor Summary
ConstructorsConstructorDescriptionClosedConstraintComponent(ClosedConstraintComponent closedConstraintComponent) ClosedConstraintComponent(ShapeSource shapeSource, List<Resource> property, Resource ignoredPropertiesHead, Shape shape) -
Method Summary
Modifier and TypeMethodDescriptionbooleangenerateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope) getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) Should return the fastest validation approach for bulk validation.inthashCode()booleanbooleanrequiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) voidsetProducesValidationReport(boolean producesValidationReport) voidMethods inherited from class AbstractConstraintComponent
buildSparqlValidNodes_rsx_targetShape, getId, getPreferredValidationApproach, getTargetChain, setTargetChain, stringRepresentationOfValue
-
Field Details
-
produceValidationReports
public boolean produceValidationReports
-
-
Constructor Details
-
ClosedConstraintComponent
public ClosedConstraintComponent(ShapeSource shapeSource, List<Resource> property, Resource ignoredPropertiesHead, Shape shape) -
ClosedConstraintComponent
-
-
Method Details
-
toModel
-
getConstraintComponent
- Specified by:
getConstraintComponentin interfaceConstraintComponent
-
generateTransactionalValidationPlan
public PlanNode generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope) - Specified by:
generateTransactionalValidationPlanin interfaceConstraintComponent- Overrides:
generateTransactionalValidationPlanin classAbstractConstraintComponent
-
getAllTargetsPlan
public PlanNode getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) - Specified by:
getAllTargetsPlanin interfaceConstraintComponent- Overrides:
getAllTargetsPlanin classAbstractConstraintComponent
-
generateSparqlValidationQuery
public ValidationQuery generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope) - Specified by:
generateSparqlValidationQueryin interfaceConstraintComponent- Overrides:
generateSparqlValidationQueryin classAbstractConstraintComponent
-
getOptimalBulkValidationApproach
Description copied from interface:ConstraintComponentShould return the fastest validation approach for bulk validation. When aggregating multiple constraint components the most compatible should be chosen.- Specified by:
getOptimalBulkValidationApproachin interfaceConstraintComponent- Overrides:
getOptimalBulkValidationApproachin classAbstractConstraintComponent
-
requiresEvaluation
public boolean requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) - Specified by:
requiresEvaluationin interfaceConstraintComponent- Overrides:
requiresEvaluationin classAbstractConstraintComponent- Parameters:
connectionsGroup-scope-dataGraph-stableRandomVariableProvider-- Returns:
- true if the constraint component should be evaluated, eg. if validation is needed.
-
deepClone
- Specified by:
deepClonein interfaceConstraintComponent
-
getDefaultMessage
- Specified by:
getDefaultMessagein interfaceConstraintComponent
-
equals
-
hashCode
-
setProducesValidationReport
public void setProducesValidationReport(boolean producesValidationReport) - Specified by:
setProducesValidationReportin interfaceCanProduceValidationReport
-
producesValidationReport
public boolean producesValidationReport()- Specified by:
producesValidationReportin interfaceCanProduceValidationReport
-