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, 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