Uses of Class
de.isas.mztab2.cvmapping.CvParameterLookupService
-
Packages that use CvParameterLookupService Package Description de.isas.mztab2.validation This package contains interfaces and implementations for the semantic validation via CvTerms.de.isas.mztab2.validation.handlers This package contains implementations for the semantic validation controlled vocabulary term rules. -
-
Uses of CvParameterLookupService in de.isas.mztab2.validation
Methods in de.isas.mztab2.validation with parameters of type CvParameterLookupService Modifier and Type Method Description static CvMappingValidatorCvMappingValidator. of(CvMapping mapping, CvParameterLookupService client, boolean errorIfTermNotInRule)Create a new instance of CvMappingValidator.static CvMappingValidatorCvMappingValidator. of(File mappingFile, CvParameterLookupService client, boolean errorIfTermNotInRule)Create a new instance of CvMappingValidator.static CvMappingValidatorCvMappingValidator. of(URL mappingFile, CvParameterLookupService client, boolean errorIfTermNotInRule)Create a new instance of CvMappingValidator. -
Uses of CvParameterLookupService in de.isas.mztab2.validation.handlers
Constructors in de.isas.mztab2.validation.handlers with parameters of type CvParameterLookupService Constructor Description ResolvingCvRuleHandler(CvParameterLookupService client)
-