Uses of Class
info.psidev.cvmapping.CvMapping
-
Packages that use CvMapping Package Description de.isas.mztab2.validation This package contains interfaces and implementations for the semantic validation via CvTerms.info.psidev.cvmapping This package contains the generated Java objects created via XML binding from the PSI-MS mapping file schema. -
-
Uses of CvMapping in de.isas.mztab2.validation
Methods in de.isas.mztab2.validation with parameters of type CvMapping Modifier and Type Method Description static CvMappingValidator
CvMappingValidator. of(CvMapping mapping, CvParameterLookupService client, boolean errorIfTermNotInRule)
Create a new instance of CvMappingValidator. -
Uses of CvMapping in info.psidev.cvmapping
Methods in info.psidev.cvmapping that return CvMapping Modifier and Type Method Description CvMapping
ObjectFactory. createCvMapping()
Create an instance ofCvMapping
-