Verwendungen von Klasse
org.lifstools.jgoslin.domain.ElementTable
Packages, die ElementTable verwenden
Package
Beschreibung
This package contains the main common domain models for lipids.
-
Verwendungen von ElementTable in org.lifstools.jgoslin.domain
Felder in org.lifstools.jgoslin.domain, die deklariert sind als ElementTableModifizierer und TypFeldBeschreibungprotected ElementTableFunctionalGroup.elementsfinal ElementTableLipidClassMeta.elementsFelder in org.lifstools.jgoslin.domain mit Typparametern vom Typ ElementTableMethoden in org.lifstools.jgoslin.domain, die ElementTable zurückgebenModifizierer und TypMethodeBeschreibungFunctionalGroup.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()Adduct.getHeavyElements()static ElementTableCreate a new element table from the provided entries.Methoden in org.lifstools.jgoslin.domain mit Parametern vom Typ ElementTableModifizierer und TypMethodeBeschreibungvoidElementTable.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) Konstruktoren in org.lifstools.jgoslin.domain mit Parametern vom Typ ElementTableModifiziererKonstruktorBeschreibungFunctionalGroup(String _name, int _position, int _count, DoubleBonds _double_bonds, boolean _is_atomic, String _stereochemistry, boolean _stereoBound, 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, boolean _stereoBound, 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.