Uses of Class
org.lifstools.jgoslin.domain.ElementTable
Packages that use ElementTable
Package
Description
This package contains the main common domain models for lipids.
-
Uses of ElementTable in org.lifstools.jgoslin.domain
Fields in org.lifstools.jgoslin.domain declared as ElementTableModifier and TypeFieldDescriptionprotected ElementTableFunctionalGroup.elementsfinal ElementTableLipidClassMeta.elementsFields in org.lifstools.jgoslin.domain with type parameters of type ElementTableMethods in org.lifstools.jgoslin.domain that return ElementTableModifier and TypeMethodDescriptionFunctionalGroup.computeAndCopyElements()ElementTable.copy()Copy all entries in this element table.Adduct.getElements()FunctionalGroup.getElements()Headgroup.getElements()LipidAdduct.getElements()LipidClassMeta.getElements()LipidMolecularSpecies.getElements()LipidSpecies.getElements()LipidSpeciesInfo.getElements()FattyAcid.getFunctionalGroupElements()FunctionalGroup.getFunctionalGroupElements()static ElementTableCreate a new element table from the provided entries.Methods in org.lifstools.jgoslin.domain with parameters of type ElementTableModifier and TypeMethodDescriptionvoidElementTable.add(ElementTable elements) Add all elements and counts to those in this element table.voidElementTable.add(ElementTable elements, int multiplier) Add all alements and counts to those in this element table, but use the count argument to multiply count values in the provided table.voidFunctionalGroup.setElements(ElementTable elements) Constructors in org.lifstools.jgoslin.domain with parameters of type ElementTableModifierConstructorDescriptionFunctionalGroup(String _name, int _position, int _count, DoubleBonds _double_bonds, boolean _is_atomic, String _stereochemistry, ElementTable _elements, HashMap<String, ArrayList<FunctionalGroup>> _functional_groups, KnownFunctionalGroups knownFunctionalGroups) FunctionalGroup(String _name, int _position, int _count, DoubleBonds _double_bonds, boolean _is_atomic, String _stereochemistry, ElementTable _elements, KnownFunctionalGroups knownFunctionalGroups) HeadgroupDecorator(String _name, int _position, int _count, ElementTable _elements, boolean _suffix, KnownFunctionalGroups knownFunctionalGroups) HeadgroupDecorator(String _name, int _position, int _count, ElementTable _elements, boolean _suffix, LipidLevel _level, KnownFunctionalGroups knownFunctionalGroups) HeadgroupDecorator(String _name, int _position, int _count, ElementTable _elements, KnownFunctionalGroups knownFunctionalGroups) LipidClassMeta(LipidCategory lipidCategory, String lipidClassName, String description, int maxNumFa, int possibleNumFa, Set<String> specialCases, ElementTable elements, List<String> synonyms) Create a new lipid class meta instance.