Class AbstractConstraintEvaluationOnPathNodesEvent

All Implemented Interfaces:
ConstraintEvaluationEvent, ConstraintEvaluationForPathEvent, ConstraintEvaluationOnPathNodesEvent, FocusNodeValidationEvent, ShapeValidationEvent, ValidationEvent
Direct Known Subclasses:
ConstraintEvaluatedOnPathNodesEvent, ConstraintEvaluationForPropertyShapeFinishedEvent, ConstraintEvaluationForPropertyShapeStartedEvent

public abstract class AbstractConstraintEvaluationOnPathNodesEvent extends AbstractConstraintEvaluationForPathEvent implements ConstraintEvaluationOnPathNodesEvent
Event that pertains to constraint evaluation on multiple value nodes.
  • Constructor Details

    • AbstractConstraintEvaluationOnPathNodesEvent

      public AbstractConstraintEvaluationOnPathNodesEvent(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