Module org.apache.jena.shacl
Class ShapeValidationFinishedEvent
java.lang.Object
org.apache.jena.shacl.validation.event.AbstractValidationEvent
org.apache.jena.shacl.validation.event.AbstractShapeValidationEvent
org.apache.jena.shacl.validation.event.ShapeValidationFinishedEvent
- All Implemented Interfaces:
ShapeValidationEvent,ValidationEvent,ValidationLifecycleEvent
public class ShapeValidationFinishedEvent
extends AbstractShapeValidationEvent
implements ValidationLifecycleEvent
Event emitted when the validation of a shape is finished.
-
Constructor Summary
ConstructorsConstructorDescriptionShapeValidationFinishedEvent(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