Uses of Class
de.isas.lipidomics.domain.ElementTable
-
Packages that use ElementTable Package Description de.isas.lipidomics.domain This package contains the main common domain models for lipids.de.isas.lipidomics.palinom.sumformula This package contains the parser implementation for the SumFormula grammar. -
-
Uses of ElementTable in de.isas.lipidomics.domain
Methods in de.isas.lipidomics.domain that return ElementTable Modifier and Type Method Description ElementTable
ElementTable. add(ElementTable other)
Adds the element counts of the provided table to this one.ElementTable
ElementTable. copy()
Returns an copy of all mappings in this table.ElementTable
Adduct. getElements()
ElementTable
FattyAcid. getElements()
ElementTable
LipidAdduct. getElements()
Returns the elemental composition table.ElementTable
LipidClass. getElements()
ElementTable
LipidSpecies. getElements()
Returns the element count table for this lipid.ElementTable
LipidSpeciesInfo. getElements(int numFa)
Returns the element table for this species info adjusted for oxygen and hydrogen.ElementTable
ElementTable. subtract(ElementTable elementTable)
Subtracts all element counts in the provided element table from this table.Methods in de.isas.lipidomics.domain with parameters of type ElementTable Modifier and Type Method Description ElementTable
ElementTable. add(ElementTable other)
Adds the element counts of the provided table to this one.ElementTable
ElementTable. subtract(ElementTable elementTable)
Subtracts all element counts in the provided element table from this table. -
Uses of ElementTable in de.isas.lipidomics.palinom.sumformula
Methods in de.isas.lipidomics.palinom.sumformula that return ElementTable Modifier and Type Method Description ElementTable
SumFormulaVisitorParser. parse(String sumFormula, SyntaxErrorListener listener)
ElementTable
SumFormulaVisitorImpl. visitMolecule(SumFormulaParser.MoleculeContext ctx)
-