Package org.lifstools.jgoslin.domain
Klasse LipidSnPosition
java.lang.Object
org.lifstools.jgoslin.domain.LipidSpecies
org.lifstools.jgoslin.domain.LipidMolecularSpecies
org.lifstools.jgoslin.domain.LipidSnPosition
- Bekannte direkte Unterklassen:
LipidStructureDefined
Sn position 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
KonstruktorenKonstruktorBeschreibungLipidSnPosition(Headgroup _headgroup, Collection<FattyAcid> _fa, KnownFunctionalGroups knownFunctionalGroups) LipidSnPosition(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.LipidMolecularSpecies
buildLipidSubspeciesName, buildLipidSubspeciesName, getElementsVon Klasse geerbte Methoden org.lifstools.jgoslin.domain.LipidSpecies
getExtendedClass, getFaList, getHeadGroup, getInfo
-
Konstruktordetails
-
LipidSnPosition
-
LipidSnPosition
public LipidSnPosition(Headgroup _headgroup, Collection<FattyAcid> _fa, KnownFunctionalGroups knownFunctionalGroups)
-
-
Methodendetails
-
getLipidLevel
- Setzt außer Kraft:
getLipidLevelin KlasseLipidMolecularSpecies
-
getLipidString
Beschreibung aus Klasse kopiert:LipidSpeciesReturns the normalized lipid string on the native level.- Setzt außer Kraft:
getLipidStringin KlasseLipidMolecularSpecies- 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 KlasseLipidMolecularSpecies- Parameter:
level- the lipid level at which the lipid string should be generated.- Gibt zurück:
- the normalized lipid string.
-