Module org.apache.jena.shacl
Class FocusNodeValidationFinishedEvent
java.lang.Object
org.apache.jena.shacl.validation.event.AbstractValidationEvent
org.apache.jena.shacl.validation.event.AbstractShapeValidationEvent
org.apache.jena.shacl.validation.event.AbstractFocusNodeValidationEvent
org.apache.jena.shacl.validation.event.FocusNodeValidationFinishedEvent
- All Implemented Interfaces:
FocusNodeValidationEvent
,ShapeValidationEvent
,ValidationEvent
,ValidationLifecycleEvent
public class FocusNodeValidationFinishedEvent
extends AbstractFocusNodeValidationEvent
implements ValidationLifecycleEvent
Event emitted when the validation of a focus node is finished.
-
Constructor Summary
ConstructorsConstructorDescriptionFocusNodeValidationFinishedEvent
(org.apache.jena.shacl.engine.ValidationContext vCxt, org.apache.jena.shacl.parser.Shape shape, Node focusNode) -
Method Summary
Methods inherited from class org.apache.jena.shacl.validation.event.AbstractFocusNodeValidationEvent
equals, getFocusNode, hashCode
Methods inherited from class org.apache.jena.shacl.validation.event.AbstractShapeValidationEvent
getShape
Methods inherited from class org.apache.jena.shacl.validation.event.AbstractValidationEvent
getValidationContext
Methods inherited from interface org.apache.jena.shacl.validation.event.ShapeValidationEvent
getShape
Methods inherited from interface org.apache.jena.shacl.validation.event.ValidationEvent
getValidationContext