Class FocusNodesDeterminedEvent

All Implemented Interfaces:
ShapeValidationEvent, ValidationEvent, ValidationLifecycleEvent

public class FocusNodesDeterminedEvent extends AbstractShapeValidationEvent implements ValidationLifecycleEvent
Event emitted when the focus node of a shape has been determined but before any constraints are validated.
  • Constructor Details

    • FocusNodesDeterminedEvent

      public FocusNodesDeterminedEvent(org.apache.jena.shacl.engine.ValidationContext vCxt, org.apache.jena.shacl.parser.Shape shape, Collection<org.apache.jena.graph.Node> focusNodes)
  • Method Details