Package org.lifstools.jgoslin.domain
Klasse LipidCompleteStructure
Complete 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
KonstruktorenKonstruktorBeschreibungLipidCompleteStructure(Headgroup _headgroup, Collection<FattyAcid> _fa, KnownFunctionalGroups knownFunctionalGroups) LipidCompleteStructure(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
-
LipidCompleteStructure
-
LipidCompleteStructure
public LipidCompleteStructure(Headgroup _headgroup, Collection<FattyAcid> _fa, KnownFunctionalGroups knownFunctionalGroups)
-
-
Methodendetails
-
getLipidLevel
- Setzt außer Kraft:
getLipidLevelin KlasseLipidFullStructure
-
getLipidString
Beschreibung aus Klasse kopiert:LipidSpeciesReturns the normalized lipid string on the native level.- Setzt außer Kraft:
getLipidStringin KlasseLipidFullStructure- 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 KlasseLipidFullStructure- Parameter:
level- the lipid level at which the lipid string should be generated.- Gibt zurück:
- the normalized lipid string.
-