Module org.apache.jena.shacl
Class TargetShapesValidationFinishedEvent
java.lang.Object
org.apache.jena.shacl.validation.event.AbstractValidationEvent
org.apache.jena.shacl.validation.event.AbstractTargetShapesValidationEvent
org.apache.jena.shacl.validation.event.TargetShapesValidationFinishedEvent
- All Implemented Interfaces:
TargetShapeValidationEvent
,ValidationEvent
,ValidationLifecycleEvent
public class TargetShapesValidationFinishedEvent
extends AbstractTargetShapesValidationEvent
implements ValidationLifecycleEvent
Event emitted when all target shapes (i.e., the shapes that specify a target) have been validated.
-
Constructor Summary
ConstructorsConstructorDescriptionTargetShapesValidationFinishedEvent
(org.apache.jena.shacl.engine.ValidationContext vCxt, Collection<org.apache.jena.shacl.parser.Shape> targetShapes) -
Method Summary
Methods inherited from class org.apache.jena.shacl.validation.event.AbstractTargetShapesValidationEvent
equals, getTargetShapes, hashCode
Methods inherited from class org.apache.jena.shacl.validation.event.AbstractValidationEvent
getValidationContext
Methods inherited from interface org.apache.jena.shacl.validation.event.ValidationEvent
getValidationContext
-
Constructor Details
-
TargetShapesValidationFinishedEvent
public TargetShapesValidationFinishedEvent(org.apache.jena.shacl.engine.ValidationContext vCxt, Collection<org.apache.jena.shacl.parser.Shape> targetShapes)
-
-
Method Details