Module org.apache.jena.shacl
Class ShapeValidationStartedEvent
java.lang.Object
org.apache.jena.shacl.validation.event.AbstractValidationEvent
org.apache.jena.shacl.validation.event.AbstractShapeValidationEvent
org.apache.jena.shacl.validation.event.ShapeValidationStartedEvent
- All Implemented Interfaces:
ShapeValidationEvent,ValidationEvent,ValidationLifecycleEvent
public class ShapeValidationStartedEvent
extends AbstractShapeValidationEvent
implements ValidationLifecycleEvent
Event emitted when the validation of a shape has begun.
-
Constructor Summary
ConstructorsConstructorDescriptionShapeValidationStartedEvent(org.apache.jena.shacl.engine.ValidationContext vCxt, org.apache.jena.shacl.parser.Shape shape) -
Method Summary
Methods inherited from class org.apache.jena.shacl.validation.event.AbstractShapeValidationEvent
equals, getShape, hashCodeMethods inherited from class org.apache.jena.shacl.validation.event.AbstractValidationEvent
getValidationContextMethods inherited from interface org.apache.jena.shacl.validation.event.ValidationEvent
getValidationContext