Module org.apache.jena.shacl
Interface FocusNodeValidationEvent
- All Superinterfaces:
ShapeValidationEvent,ValidationEvent
- All Known Subinterfaces:
CompareNodesEvent,ConstraintEvaluatedEvent,ConstraintEvaluationEvent,ConstraintEvaluationForPathEvent,ConstraintEvaluationOnPathNodesEvent,ConstraintEvaluationOnSinglePathNodeEvent,SingleCompareNodeEvent
- All Known Implementing Classes:
AbstractConstraintEvaluationEvent,AbstractConstraintEvaluationForPathEvent,AbstractConstraintEvaluationOnPathNodesEvent,AbstractConstraintEvaluationOnSinglePathNodeEvent,AbstractFocusNodeValidationEvent,ConstraintEvaluatedOnFocusNodeEvent,ConstraintEvaluatedOnFocusNodeWithCompareNodesEvent,ConstraintEvaluatedOnFocusNodeWithSingleCompareNodeEvent,ConstraintEvaluatedOnPathNodesEvent,ConstraintEvaluatedOnPathNodesWithCompareNodesEvent,ConstraintEvaluatedOnSinglePathNodeEvent,ConstraintEvaluatedOnSinglePathNodeWithCompareNodesEvent,ConstraintEvaluatedOnSinglePathNodeWithSingleCompareNodeEvent,ConstraintEvaluationForNodeShapeFinishedEvent,ConstraintEvaluationForNodeShapeStartedEvent,ConstraintEvaluationForPropertyShapeFinishedEvent,ConstraintEvaluationForPropertyShapeStartedEvent,FocusNodeValidationFinishedEvent,FocusNodeValidationStartedEvent,ValueNodesDeterminedForPropertyShapeEvent
Interface for events that are specific to a given focus node.
-
Method Summary
Methods inherited from interface org.apache.jena.shacl.validation.event.ShapeValidationEvent
getShapeMethods inherited from interface org.apache.jena.shacl.validation.event.ValidationEvent
getValidationContext
-
Method Details
-
getFocusNode
org.apache.jena.graph.Node getFocusNode()
-