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