Module org.apache.jena.shacl
Class FocusNodeValidationStartedEvent
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.FocusNodeValidationStartedEvent
- All Implemented Interfaces:
FocusNodeValidationEvent,ShapeValidationEvent,ValidationEvent,ValidationLifecycleEvent
public class FocusNodeValidationStartedEvent
extends AbstractFocusNodeValidationEvent
implements ValidationLifecycleEvent
Event emitted when a focus node has been validated completely with regard to a shape.
-
Constructor Summary
ConstructorsConstructorDescriptionFocusNodeValidationStartedEvent(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