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, org.apache.jena.graph.Node focusNode) -
Method Summary
Methods inherited from class org.apache.jena.shacl.validation.event.AbstractFocusNodeValidationEvent
equals, getFocusNode, hashCodeMethods inherited from class org.apache.jena.shacl.validation.event.AbstractShapeValidationEvent
getShapeMethods inherited from class org.apache.jena.shacl.validation.event.AbstractValidationEvent
getValidationContextMethods inherited from interface org.apache.jena.shacl.validation.event.ShapeValidationEvent
getShapeMethods inherited from interface org.apache.jena.shacl.validation.event.ValidationEvent
getValidationContext