Module org.apache.jena.shacl
Class AbstractTargetShapesValidationEvent
java.lang.Object
org.apache.jena.shacl.validation.event.AbstractValidationEvent
org.apache.jena.shacl.validation.event.AbstractTargetShapesValidationEvent
- All Implemented Interfaces:
TargetShapeValidationEvent
,ValidationEvent
- Direct Known Subclasses:
TargetShapesValidationFinishedEvent
,TargetShapesValidationStartedEvent
public abstract class AbstractTargetShapesValidationEvent
extends AbstractValidationEvent
implements TargetShapeValidationEvent
Type of events that report the set of target shapes used during validation.
-
Constructor Summary
ConstructorDescriptionAbstractTargetShapesValidationEvent
(org.apache.jena.shacl.engine.ValidationContext vCxt, Collection<org.apache.jena.shacl.parser.Shape> targetShapes) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Collection<org.apache.jena.shacl.parser.Shape>
int
hashCode()
Methods inherited from class org.apache.jena.shacl.validation.event.AbstractValidationEvent
getValidationContext
-
Constructor Details
-
AbstractTargetShapesValidationEvent
public AbstractTargetShapesValidationEvent(org.apache.jena.shacl.engine.ValidationContext vCxt, Collection<org.apache.jena.shacl.parser.Shape> targetShapes)
-
-
Method Details
-
getTargetShapes
- Specified by:
getTargetShapes
in interfaceTargetShapeValidationEvent
-
equals
- Overrides:
equals
in classAbstractValidationEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractValidationEvent
-