Uses of Class
de.isas.mztab2.model.MzTab
- 
Packages that use MzTab Package Description de.isas.lipidomics.mztab2.validation This package contains classes that provide the basic validator infrastructure used in the jmztabm-validation module.de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. - 
- 
Uses of MzTab in de.isas.lipidomics.mztab2.validation
Methods in de.isas.lipidomics.mztab2.validation with parameters of type MzTab Modifier and Type Method Description List<ValidationMessage>MzTabValidator. validate(MzTab mzTab)static List<ValidationMessage>MzTabValidator. validate(MzTab mzTab, ValidationMessage.MessageTypeEnum validationLevel, Validator<MzTab>... validators)Validate the given mzTab object, filtering messages that are of a lower level than the given one. - 
Uses of MzTab in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return MzTab Modifier and Type Method Description MzTabMzTab. addCommentItem(Comment commentItem)Add a single commentItem to the comment collection.MzTabMzTab. addSmallMoleculeEvidenceItem(SmallMoleculeEvidence smallMoleculeEvidenceItem)Add a single smallMoleculeEvidenceItem to the smallMoleculeEvidence collection.MzTabMzTab. addSmallMoleculeFeatureItem(SmallMoleculeFeature smallMoleculeFeatureItem)Add a single smallMoleculeFeatureItem to the smallMoleculeFeature collection.MzTabMzTab. addSmallMoleculeSummaryItem(SmallMoleculeSummary smallMoleculeSummaryItem)Add a single smallMoleculeSummaryItem to the smallMoleculeSummary collection.MzTabMzTab. comment(List<Comment> comment)Builder method for comment.MzTabMzTab. metadata(Metadata metadata)Builder method for metadata.MzTabMzTab. smallMoleculeEvidence(List<SmallMoleculeEvidence> smallMoleculeEvidence)Builder method for smallMoleculeEvidence.MzTabMzTab. smallMoleculeFeature(List<SmallMoleculeFeature> smallMoleculeFeature)Builder method for smallMoleculeFeature.MzTabMzTab. smallMoleculeSummary(List<SmallMoleculeSummary> smallMoleculeSummary)Builder method for smallMoleculeSummary.Constructors in de.isas.mztab2.model with parameters of type MzTab Constructor Description MzTabAccess(MzTab mzTab)Create an MzTabAccess object for the provided mzTab object. 
 -