Package org.lifstools.jgoslin.domain
Klasse LipidMolecularSpecies
java.lang.Object
org.lifstools.jgoslin.domain.LipidSpecies
org.lifstools.jgoslin.domain.LipidMolecularSpecies
- Bekannte direkte Unterklassen:
LipidSnPosition
Molecular species level according to the 2020 update of the Liebisch shorthand
nomenclature.
- Autor:
- Dominik Kopczynski, Nils Hoffmann
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder org.lifstools.jgoslin.domain.LipidSpecies
fa, faList, headGroup, info -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungLipidMolecularSpecies(Headgroup _headgroup, Collection<FattyAcid> _fa, KnownFunctionalGroups knownFunctionalGroups) LipidMolecularSpecies(Headgroup _headgroup, KnownFunctionalGroups knownFunctionalGroups) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the normalized lipid string on the native level.getLipidString(LipidLevel level) Returns the normalized lipid string on the provided level.Von Klasse geerbte Methoden org.lifstools.jgoslin.domain.LipidSpecies
getExtendedClass, getFaList, getHeadGroup, getInfo
-
Konstruktordetails
-
LipidMolecularSpecies
-
LipidMolecularSpecies
public LipidMolecularSpecies(Headgroup _headgroup, Collection<FattyAcid> _fa, KnownFunctionalGroups knownFunctionalGroups)
-
-
Methodendetails
-
buildLipidSubspeciesName
-
buildLipidSubspeciesName
-
getLipidLevel
- Setzt außer Kraft:
getLipidLevelin KlasseLipidSpecies
-
getElements
- Setzt außer Kraft:
getElementsin KlasseLipidSpecies
-
getLipidString
Beschreibung aus Klasse kopiert:LipidSpeciesReturns the normalized lipid string on the native level.- Setzt außer Kraft:
getLipidStringin KlasseLipidSpecies- Gibt zurück:
- the normalized lipid string.
-
getLipidString
Beschreibung aus Klasse kopiert:LipidSpeciesReturns the normalized lipid string on the provided level.- Setzt außer Kraft:
getLipidStringin KlasseLipidSpecies- Parameter:
level- the lipid level at which the lipid string should be generated.- Gibt zurück:
- the normalized lipid string.
-