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
getConstraintMethods inherited from interface org.apache.jena.shacl.validation.event.FocusNodeValidationEvent
getFocusNodeMethods inherited from interface org.apache.jena.shacl.validation.event.ShapeValidationEvent
getShapeMethods inherited from interface org.apache.jena.shacl.validation.event.ValidationEvent
getValidationContext 
- 
Method Details
- 
getCompareNodes
Set<org.apache.jena.graph.Node> getCompareNodes() 
 -