Class DisjointConstraintComponent
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.AbstractConstraintComponent
-
- org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.DisjointConstraintComponent
-
- All Implemented Interfaces:
org.eclipse.rdf4j.sail.shacl.ast.CanProduceValidationReport
,ConstraintComponent
,org.eclipse.rdf4j.sail.shacl.ast.Exportable
,org.eclipse.rdf4j.sail.shacl.ast.TargetChainInterface
public class DisjointConstraintComponent extends AbstractConstraintComponent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.ConstraintComponent
ConstraintComponent.Scope
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.AbstractConstraintComponent
VALUES_INJECTION_POINT
-
-
Constructor Summary
Constructors Constructor Description DisjointConstraintComponent(IRI predicate, org.eclipse.rdf4j.sail.shacl.ast.Shape shape)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintComponent
deepClone()
boolean
equals(Object o)
PlanNode
generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
PlanNode
getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)
SourceConstraintComponent
getConstraintComponent()
List<Literal>
getDefaultMessage()
int
hashCode()
boolean
producesValidationReport()
boolean
requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)
void
setProducesValidationReport(boolean producesValidationReport)
void
toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
-
Methods inherited from class org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.AbstractConstraintComponent
buildSparqlValidNodes_rsx_targetShape, generateSparqlValidationQuery, getId, getOptimalBulkValidationApproach, getPreferredValidationApproach, getTargetChain, setTargetChain, stringRepresentationOfValue
-
-
-
-
Constructor Detail
-
DisjointConstraintComponent
public DisjointConstraintComponent(IRI predicate, org.eclipse.rdf4j.sail.shacl.ast.Shape shape)
-
-
Method Detail
-
getConstraintComponent
public SourceConstraintComponent getConstraintComponent()
-
deepClone
public ConstraintComponent deepClone()
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
toModel
public void toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
- Specified by:
toModel
in interfaceorg.eclipse.rdf4j.sail.shacl.ast.Exportable
-
generateTransactionalValidationPlan
public PlanNode generateTransactionalValidationPlan(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, PlanNodeProvider overrideTargetNode, ConstraintComponent.Scope scope)
- Specified by:
generateTransactionalValidationPlan
in interfaceConstraintComponent
- Overrides:
generateTransactionalValidationPlan
in classAbstractConstraintComponent
-
getAllTargetsPlan
public PlanNode getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)
- Specified by:
getAllTargetsPlan
in interfaceConstraintComponent
- Overrides:
getAllTargetsPlan
in classAbstractConstraintComponent
-
requiresEvaluation
public boolean requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)
- Specified by:
requiresEvaluation
in interfaceConstraintComponent
- Overrides:
requiresEvaluation
in classAbstractConstraintComponent
- Returns:
- true if the constraint component should be evaluated, eg. if validation is needed.
-
setProducesValidationReport
public void setProducesValidationReport(boolean producesValidationReport)
- Specified by:
setProducesValidationReport
in interfaceorg.eclipse.rdf4j.sail.shacl.ast.CanProduceValidationReport
-
producesValidationReport
public boolean producesValidationReport()
- Specified by:
producesValidationReport
in interfaceorg.eclipse.rdf4j.sail.shacl.ast.CanProduceValidationReport
-
-