Class SMFLineParser

    • Method Detail

      • checkData

        protected int checkData()
        Check and translate the columns into mzTab elements.
        Specified by:
        checkData in class MZTabDataLineParser<de.isas.mztab2.model.SmallMoleculeFeature>
        Returns:
        a int.
      • checkRegexMatches

        protected void checkRegexMatches​(uk.ac.ebi.pride.jmztab2.utils.errors.MZTabErrorList errorList,
                                         int lineNumber,
                                         de.isas.mztab2.model.SmallMoleculeFeature.Properties elementProperty,
                                         String regularExpression,
                                         List<String> elements)
      • getRecord

        public de.isas.mztab2.model.SmallMoleculeFeature getRecord()
        Retrieve the data line to a type mzTab domain object.
        Specified by:
        getRecord in class MZTabDataLineParser<de.isas.mztab2.model.SmallMoleculeFeature>
        Returns:
        a typed mzTab domain object.