Class XoneConstraintComponent
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.AbstractConstraintComponent
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.XoneConstraintComponent
- All Implemented Interfaces:
ConstraintComponent
,org.eclipse.rdf4j.sail.shacl.ast.Exportable
,org.eclipse.rdf4j.sail.shacl.ast.TargetChainInterface
-
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
ConstructorDescriptionXoneConstraintComponent
(Resource id, ShapeSource shapeSource, org.eclipse.rdf4j.sail.shacl.ast.Shape.ParseSettings parseSettings, org.eclipse.rdf4j.sail.shacl.ast.Cache cache) XoneConstraintComponent
(XoneConstraintComponent xoneConstraintComponent) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setTargetChain
(TargetChain targetChain) void
Methods inherited from class org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.AbstractConstraintComponent
buildSparqlValidNodes_rsx_targetShape, generateSparqlValidationQuery, generateTransactionalValidationPlan, getAllTargetsPlan, getId, getOptimalBulkValidationApproach, getPreferredValidationApproach, getTargetChain, requiresEvaluation, stringRepresentationOfValue
-
Constructor Details
-
XoneConstraintComponent
public XoneConstraintComponent(Resource id, ShapeSource shapeSource, org.eclipse.rdf4j.sail.shacl.ast.Shape.ParseSettings parseSettings, org.eclipse.rdf4j.sail.shacl.ast.Cache cache) -
XoneConstraintComponent
-
-
Method Details
-
toModel
-
setTargetChain
- Specified by:
setTargetChain
in interfaceorg.eclipse.rdf4j.sail.shacl.ast.TargetChainInterface
- Overrides:
setTargetChain
in classAbstractConstraintComponent
-
getConstraintComponent
-
deepClone
-
getDefaultMessage
-
equals
-
hashCode
public int hashCode()
-