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