Uses of Interface
org.incenp.obofoundry.sssom.checks.IMappingSetValidator
-
Packages that use IMappingSetValidator Package Description org.incenp.obofoundry.sssom.checks -
-
Uses of IMappingSetValidator in org.incenp.obofoundry.sssom.checks
Classes in org.incenp.obofoundry.sssom.checks that implement IMappingSetValidator Modifier and Type Class Description classDuplicatedRecordIdValidatorCheck that no two records in a set have the same record ID.classMissingLicenseValidatorChecks that a mapping set has a license.classMissingRecordIdValidatorChecks that either all records in a set have a record ID, or none have one.classMissingSetIdValidatorChecks that a mapping set has a set identifier.classRedefinedBuiltinPrefixValidatorChecks that the curie map embedded in a mapping set does not redefine any of the prefixes that are considered “builtin” by the SSSOM specification.
-