Uses of Class
org.lifstools.jgoslin.domain.LipidAdduct
Packages that use LipidAdduct
Package
Description
This package contains the parser implementations for the lipid grammars.
-
Uses of LipidAdduct in org.lifstools.jgoslin.parser
Methods in org.lifstools.jgoslin.parser that return LipidAdductModifier and TypeMethodDescriptionFattyAcidParser.parse(String text, BaseParserEventHandler eventHandler) FattyAcidParser.parse(String text, BaseParserEventHandler eventHandler, boolean with_exception) This method tries multiple parsers in a defined order to parse the provided lipid name.If no parser is able to parse the name successfully, an exception is thrown.Methods in org.lifstools.jgoslin.parser that return types with arguments of type LipidAdductModifier and TypeMethodDescriptionLipidParser.getLastSuccessfulParser()Returns the last successful parser instance.