Uses of Class
org.apache.jena.shacl.validation.event.AbstractValidationEvent
Packages that use AbstractValidationEvent
-
Uses of AbstractValidationEvent in org.apache.jena.shacl.validation.event
Subclasses of AbstractValidationEvent in org.apache.jena.shacl.validation.eventModifier 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 used for all events after the selection of a focus node.class
Event type used for all events after the selection of a shape to validate against.class
Type of events that report the set of target shapes used during validation.class
Event type resulting from constraint evaluation on the focus node (i.e. in a node shape).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.class
Event emitted when the focus node of a shape has been determined but before any constraints are validated.class
Event emitted when the validation of a focus node is finished.class
Event emitted when a focus node has been validated completely with regard to a shape.class
Event emitted when the validation of a shape is finished.class
Event emitted when the validation of a shape has begun.class
Event emitted when all target shapes (i.e., the shapes that specify a target) have been validated.class
Event emitted when the validation of the target shapes (i.e., the shapes that specify a target) starts.class
Event emitted when the value nodes of a property shape have been determined, but before any constraints are validated.