Class ConstraintEvaluationForPropertyShapeFinishedEvent

All Implemented Interfaces:
ConstraintEvaluationEvent, ConstraintEvaluationForPathEvent, ConstraintEvaluationOnPathNodesEvent, FocusNodeValidationEvent, ShapeValidationEvent, ValidationEvent, ValidationLifecycleEvent

public class ConstraintEvaluationForPropertyShapeFinishedEvent extends AbstractConstraintEvaluationOnPathNodesEvent implements ValidationLifecycleEvent
Event emitted when a property shape has been evaluated completely.
  • Constructor Details

    • ConstraintEvaluationForPropertyShapeFinishedEvent

      public ConstraintEvaluationForPropertyShapeFinishedEvent(org.apache.jena.shacl.engine.ValidationContext vCxt, org.apache.jena.shacl.parser.Shape shape, Node focusNode, org.apache.jena.shacl.parser.Constraint constraint, Path path, Set<Node> valueNodes)
  • Method Details