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, org.apache.jena.graph.Node focusNode, org.apache.jena.shacl.parser.Constraint constraint, org.apache.jena.sparql.path.Path path, Set<org.apache.jena.graph.Node> valueNodes)
  • Method Details