Uses of Interface
org.apache.jena.shacl.validation.event.ConstraintEvaluationEvent
Packages that use ConstraintEvaluationEvent
-
Uses of ConstraintEvaluationEvent in org.apache.jena.shacl.validation.event
Subinterfaces of ConstraintEvaluationEvent in org.apache.jena.shacl.validation.eventModifier and TypeInterfaceDescriptioninterface
Base class for events resulting from evaluating constraints that compare value nodes with other nodes, such assh:equals
orsh:lessThan
.interface
Type of events resulting from evaluating a constraint on a Set of value nodes or, in the case of constraints of a node shape, on a single value node.interface
interface
interface
interface
Classes in org.apache.jena.shacl.validation.event that implement ConstraintEvaluationEventModifier and TypeClassDescriptionclass
Constraint-related event.class
Constraint-related event that pertains to a path.class
Event that pertains to constraint evaluation on multiple value nodes.class
Event resulting from constraint evaluation on a single value node.class
Event type resulting from constraint evaluation on the focus node (i.e.class
Event resulting from evaluating a constraint on the focus node, using compare nodes.class
Event resulting from evaluating a constraint on the focus node, using a single compare node.class
Event emitted when a constraint is evaluated on multiple value nodes.class
Event emitted when a constraint is evaluated on multiple value nodes and multiple compare nodes.class
class
Event emitted when a constraint is evaluated on a single value node using a set of compare nodes.class
Event emitted when a constraint is evaluated on a single value node with a single compare node.class
Event emitted when the validation of a node shape is finished.class
Event emitted when the validation of a node shape has begun.class
Event emitted when a property shape has been evaluated completely.class
Event emitted when the validation of a shape has begun.