Class ConstraintEvaluatedOnPathNodesWithCompareNodesEvent

All Implemented Interfaces:
CompareNodesEvent, ConstraintEvaluatedEvent, ConstraintEvaluationEvent, ConstraintEvaluationForPathEvent, ConstraintEvaluationOnPathNodesEvent, FocusNodeValidationEvent, ShapeValidationEvent, ValidationEvent

public class ConstraintEvaluatedOnPathNodesWithCompareNodesEvent extends ConstraintEvaluatedOnPathNodesEvent implements CompareNodesEvent
Event emitted when a constraint is evaluated on multiple value nodes and multiple compare nodes.
  • Constructor Details

    • ConstraintEvaluatedOnPathNodesWithCompareNodesEvent

      public ConstraintEvaluatedOnPathNodesWithCompareNodesEvent(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, Set<org.apache.jena.graph.Node> compareNodes, boolean valid)
  • Method Details