Uses of Class
de.isas.lipidomics.domain.LipidAdduct
-
Packages that use LipidAdduct Package Description de.isas.lipidomics.palinom.goslin This package contains the parser implementation for the Goslin grammar.de.isas.lipidomics.palinom.goslinfragments This package contains the parser implementation for the Goslin Fragments grammar.de.isas.lipidomics.palinom.hmdb This package contains the parser implementation for the HMDB grammar.de.isas.lipidomics.palinom.lipidmaps This package contains the parser implementation for the LipidMaps grammar.de.isas.lipidomics.palinom.swisslipids This package contains the parser implementation for the SwissLipids grammar. -
-
Uses of LipidAdduct in de.isas.lipidomics.palinom.goslin
Methods in de.isas.lipidomics.palinom.goslin that return LipidAdduct Modifier and Type Method Description LipidAdductGoslinVisitorParser. parse(String lipidString, SyntaxErrorListener listener)LipidAdductGoslinVisitorImpl. visitLipid(GoslinParser.LipidContext ctx)Produces a LipidAdduct given the LipidContext. -
Uses of LipidAdduct in de.isas.lipidomics.palinom.goslinfragments
Methods in de.isas.lipidomics.palinom.goslinfragments that return LipidAdduct Modifier and Type Method Description LipidAdductGoslinFragmentsVisitorParser. parse(String lipidString, SyntaxErrorListener listener)LipidAdductGoslinFragmentsVisitorImpl. visitLipid(GoslinFragmentsParser.LipidContext ctx)Produces a LipidAdduct given the LipidContext. -
Uses of LipidAdduct in de.isas.lipidomics.palinom.hmdb
Methods in de.isas.lipidomics.palinom.hmdb that return LipidAdduct Modifier and Type Method Description LipidAdductHmdbVisitorParser. parse(String lipidString, SyntaxErrorListener listener)LipidAdductHmdbVisitorImpl. visitLipid(HMDBParser.LipidContext ctx)Produces a LipidAdduct given the LipidContext. -
Uses of LipidAdduct in de.isas.lipidomics.palinom.lipidmaps
Methods in de.isas.lipidomics.palinom.lipidmaps that return LipidAdduct Modifier and Type Method Description LipidAdductLipidMapsVisitorParser. parse(String lipidString, SyntaxErrorListener listener) -
Uses of LipidAdduct in de.isas.lipidomics.palinom.swisslipids
Methods in de.isas.lipidomics.palinom.swisslipids that return LipidAdduct Modifier and Type Method Description LipidAdductSwissLipidsVisitorParser. parse(String lipidString, SyntaxErrorListener listener)LipidAdductSwissLipidsVisitorImpl. visitLipid(SwissLipidsParser.LipidContext ctx)Produces a LipidAdduct given the LipidContext.
-