Class ValueNodesDeterminedForPropertyShapeEvent

All Implemented Interfaces:
FocusNodeValidationEvent, ShapeValidationEvent, ValidationEvent, ValidationLifecycleEvent

public class ValueNodesDeterminedForPropertyShapeEvent extends AbstractFocusNodeValidationEvent implements ValidationLifecycleEvent
Event emitted when the value nodes of a property shape have been determined, but before any constraints are validated.
  • Constructor Details

    • ValueNodesDeterminedForPropertyShapeEvent

      public ValueNodesDeterminedForPropertyShapeEvent(org.apache.jena.shacl.engine.ValidationContext vCxt, org.apache.jena.shacl.parser.Shape shape, org.apache.jena.graph.Node focusNode, org.apache.jena.sparql.path.Path path, Set<org.apache.jena.graph.Node> pathNodes)
  • Method Details