Class MissingJustificationValidator
java.lang.Object
org.incenp.obofoundry.sssom.checks.MissingJustificationValidator
- All Implemented Interfaces:
IMappingValidator
Checks that a mapping has a mapping justification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionChecks a mapping for a possible post-parsing error.
-
Constructor Details
-
MissingJustificationValidator
public MissingJustificationValidator()
-
-
Method Details
-
validate
Description copied from interface:IMappingValidator
Checks a mapping for a possible post-parsing error.- Specified by:
validate
in interfaceIMappingValidator
- Parameters:
mapping
- The mapping to check.- Returns:
- An error code, or
null
if the set passes the test represented by this object.
-