Uses of Package
org.apache.jena.shacl.validation.event
Packages that use org.apache.jena.shacl.validation.event
-
Classes in org.apache.jena.shacl.validation.event used by org.apache.jena.shacl.validationClassDescriptionAll events during SHACL validation implement this interface, providing access to the
ValidationContext
. -
Classes in org.apache.jena.shacl.validation.event used by org.apache.jena.shacl.validation.eventClassDescriptionConstraint-related event.Constraint-related event that pertains to a path.Event that pertains to constraint evaluation on multiple value nodes.Event resulting from constraint evaluation on a single value node.Event type used for all events after the selection of a focus node.Event type used for all events after the selection of a shape to validate against.Type of events that report the set of target shapes used during validation.Abstract superclass for all events, providing access to the
ValidationContext
.Base class for events resulting from evaluating constraints that compare value nodes with other nodes, such assh:equals
orsh:lessThan
.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.Event type resulting from constraint evaluation on the focus node (i.e. in a node shape).Event emitted when a constraint is evaluated on multiple value nodes.Interface for events that are specific to a given focus node.All events during SHACL validation implement this interface, providing access to theValidationContext
.Tagging interface for all events relating to the 'lifecyle' of a SHACL validation (validation started/finished, focus nodes determined, etc.)