Package org.lifstools.jgoslin.domain
Klasse LipidFullStructure
java.lang.Object
org.lifstools.jgoslin.domain.LipidSpecies
org.lifstools.jgoslin.domain.LipidMolecularSpecies
org.lifstools.jgoslin.domain.LipidSnPosition
org.lifstools.jgoslin.domain.LipidStructureDefined
org.lifstools.jgoslin.domain.LipidFullStructure
- Bekannte direkte Unterklassen:
LipidCompleteStructure
Full structure 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
KonstruktorenKonstruktorBeschreibungLipidFullStructure(Headgroup _headgroup, Collection<FattyAcid> _fa, KnownFunctionalGroups knownFunctionalGroups) LipidFullStructure(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
-
LipidFullStructure
-
LipidFullStructure
public LipidFullStructure(Headgroup _headgroup, Collection<FattyAcid> _fa, KnownFunctionalGroups knownFunctionalGroups)
-
-
Methodendetails
-
getLipidLevel
- Setzt außer Kraft:
getLipidLevelin KlasseLipidStructureDefined
-
getLipidString
Beschreibung aus Klasse kopiert:LipidSpeciesReturns the normalized lipid string on the native level.- Setzt außer Kraft:
getLipidStringin KlasseLipidStructureDefined- 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 KlasseLipidStructureDefined- Parameter:
level- the lipid level at which the lipid string should be generated.- Gibt zurück:
- the normalized lipid string.
-