Module org.apache.jena.shacl
Interface CompareNodesEvent
- All Superinterfaces:
ConstraintEvaluationEvent
,FocusNodeValidationEvent
,ShapeValidationEvent
,ValidationEvent
- All Known Implementing Classes:
ConstraintEvaluatedOnFocusNodeWithCompareNodesEvent
,ConstraintEvaluatedOnFocusNodeWithSingleCompareNodeEvent
,ConstraintEvaluatedOnPathNodesWithCompareNodesEvent
,ConstraintEvaluatedOnSinglePathNodeWithCompareNodesEvent
Base class for events resulting from evaluating constraints that compare value nodes with other nodes, such
as
sh:equals
or sh:lessThan
.-
Method Summary
Methods inherited from interface org.apache.jena.shacl.validation.event.ConstraintEvaluationEvent
getConstraint
Methods inherited from interface org.apache.jena.shacl.validation.event.FocusNodeValidationEvent
getFocusNode
Methods inherited from interface org.apache.jena.shacl.validation.event.ShapeValidationEvent
getShape
Methods inherited from interface org.apache.jena.shacl.validation.event.ValidationEvent
getValidationContext
-
Method Details
-
getCompareNodes
Set<org.apache.jena.graph.Node> getCompareNodes()
-