Module org.apache.jena.shacl
Class TargetShapesValidationStartedEvent
java.lang.Object
org.apache.jena.shacl.validation.event.AbstractValidationEvent
org.apache.jena.shacl.validation.event.AbstractTargetShapesValidationEvent
org.apache.jena.shacl.validation.event.TargetShapesValidationStartedEvent
- All Implemented Interfaces:
TargetShapeValidationEvent
,ValidationEvent
,ValidationLifecycleEvent
public class TargetShapesValidationStartedEvent
extends AbstractTargetShapesValidationEvent
implements ValidationLifecycleEvent
Event emitted when the validation of the target shapes (i.e., the shapes that specify a target) starts.
-
Constructor Summary
ConstructorDescriptionTargetShapesValidationStartedEvent
(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
-
TargetShapesValidationStartedEvent
public TargetShapesValidationStartedEvent(org.apache.jena.shacl.engine.ValidationContext vCxt, Collection<org.apache.jena.shacl.parser.Shape> targetShapes)
-
-
Method Details