Module org.apache.jena.shacl
Interface ConstraintEvaluatedEvent
- All Superinterfaces:
ConstraintEvaluationEvent
,FocusNodeValidationEvent
,ShapeValidationEvent
,ValidationEvent
- All Known Implementing Classes:
ConstraintEvaluatedOnFocusNodeEvent
,ConstraintEvaluatedOnFocusNodeWithCompareNodesEvent
,ConstraintEvaluatedOnFocusNodeWithSingleCompareNodeEvent
,ConstraintEvaluatedOnPathNodesEvent
,ConstraintEvaluatedOnPathNodesWithCompareNodesEvent
,ConstraintEvaluatedOnSinglePathNodeEvent
,ConstraintEvaluatedOnSinglePathNodeWithCompareNodesEvent
,ConstraintEvaluatedOnSinglePathNodeWithSingleCompareNodeEvent
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.
-
Method Summary
Methods inherited from interface org.apache.jena.shacl.validation.event.ConstraintEvaluationEvent
getConstraint
Methods inherited from interface org.apache.jena.shacl.validation.event.FocusNodeValidationEvent
getFocusNode
Methods inherited from interface org.apache.jena.shacl.validation.event.ShapeValidationEvent
getShape
Methods inherited from interface org.apache.jena.shacl.validation.event.ValidationEvent
getValidationContext
-
Method Details
-
isValid
boolean isValid() -
getValueNodes
Set<org.apache.jena.graph.Node> getValueNodes()
-