Uses of Class
info.psidev.cvmapping.CvTerm
-
Packages that use CvTerm Package Description de.isas.mztab2.cvmapping This package contains classes for controlled vocabulary term access, comparison, results and external cv parameter resolution.info.psidev.cvmapping This package contains the generated Java objects created via XML binding from the PSI-MS mapping file schema. -
-
Uses of CvTerm in de.isas.mztab2.cvmapping
Methods in de.isas.mztab2.cvmapping with parameters of type CvTerm Modifier and Type Method Description static Parameter
CvMappingUtils. asParameter(CvTerm term)
Method parameters in de.isas.mztab2.cvmapping with type arguments of type CvTerm Modifier and Type Method Description static String
CvMappingUtils. toString(List<CvTerm> terms)
-
Uses of CvTerm in info.psidev.cvmapping
Fields in info.psidev.cvmapping with type parameters of type CvTerm Modifier and Type Field Description protected List<CvTerm>
CvMappingRule. cvTerm
Methods in info.psidev.cvmapping that return CvTerm Modifier and Type Method Description CvTerm
ObjectFactory. createCvTerm()
Create an instance ofCvTerm
Methods in info.psidev.cvmapping that return types with arguments of type CvTerm Modifier and Type Method Description List<CvTerm>
CvMappingRule. getCvTerm()
One or more terms from a CVsource that are allowed to be associated with the given element of the model.
-