Class UniqueLangConstraintComponent
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.AbstractConstraintComponent
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.UniqueLangConstraintComponent
- All Implemented Interfaces:
 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 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()void 
- 
Constructor Details
- 
UniqueLangConstraintComponent
public UniqueLangConstraintComponent() 
 - 
 - 
Method Details
- 
toModel
 - 
getConstraintComponent
 - 
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
 - 
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
 - 
deepClone
 - 
getDefaultMessage
 - 
hashCode
 - 
equals
 
 -