Uses of Enum Class
org.incenp.obofoundry.sssom.ValidationError
Packages that use ValidationError
-
Uses of ValidationError in org.incenp.obofoundry.sssom
Methods in org.incenp.obofoundry.sssom that return ValidationErrorModifier and TypeMethodDescriptionstatic ValidationError
Returns the enum constant of this class with the specified name.static ValidationError[]
ValidationError.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.incenp.obofoundry.sssom that return types with arguments of type ValidationErrorModifier and TypeMethodDescriptionValidator.validate
(MappingSet ms) Checks whether the given mapping set, including the mappings it contains, is valid.Validator.validate
(MappingSet ms, boolean alwaysCheckMappings) Checks whether the given mapping set is valid.Method parameters in org.incenp.obofoundry.sssom with type arguments of type ValidationErrorModifier and TypeMethodDescriptionstatic String
ValidationError.getMessage
(EnumSet<ValidationError> values) Gets a human-readable error message for a set of validation errors. -
Uses of ValidationError in org.incenp.obofoundry.sssom.checks
Methods in org.incenp.obofoundry.sssom.checks that return ValidationErrorModifier and TypeMethodDescriptionDuplicatedRecordIdValidator.validate
(MappingSet ms) IMappingSetValidator.validate
(MappingSet ms) Checks a mapping set for a possible post-parsing error.Checks a mapping for a possible post-parsing error.MissingLicenseValidator.validate
(MappingSet ms) MissingRecordIdValidator.validate
(MappingSet ms) MissingSetIdValidator.validate
(MappingSet ms) RedefinedBuiltinPrefixValidator.validate
(MappingSet ms)