Class LessThanConstraintComponent
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.AbstractConstraintComponent
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.LessThanConstraintComponent
- All Implemented Interfaces:
 CanProduceValidationReport, ConstraintComponent, Exportable, TargetChainInterface
- 
Nested Class Summary
Nested classes/interfaces inherited from interface ConstraintComponent
ConstraintComponent.Scope - 
Field Summary
Fields inherited from class AbstractConstraintComponent
VALUES_INJECTION_POINT - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangenerateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope) getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) inthashCode()booleanbooleanrequiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) voidsetProducesValidationReport(boolean producesValidationReport) void 
- 
Constructor Details
- 
LessThanConstraintComponent
 
 - 
 - 
Method Details
- 
getConstraintComponent
 - 
deepClone
 - 
getDefaultMessage
 - 
equals
 - 
hashCode
public int hashCode() - 
toModel
 - 
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
 - 
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.
 
 - 
setProducesValidationReport
public void setProducesValidationReport(boolean producesValidationReport) - Specified by:
 setProducesValidationReportin interfaceCanProduceValidationReport
 - 
producesValidationReport
public boolean producesValidationReport()- Specified by:
 producesValidationReportin interfaceCanProduceValidationReport
 
 -