Package org.lifstools.jgoslin.domain
Class 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
- Direct Known Subclasses:
LipidCompleteStructure
Full structure level according to the 2020 update of the Liebisch shorthand
nomenclature.
- Author:
- Dominik Kopczynski, Nils Hoffmann
- See Also:
-
Field Summary
Fields inherited from class org.lifstools.jgoslin.domain.LipidSpecies
fa, faList, headGroup, info
-
Constructor Summary
ConstructorDescriptionLipidFullStructure
(Headgroup _headgroup, Collection<FattyAcid> _fa, KnownFunctionalGroups knownFunctionalGroups) LipidFullStructure
(Headgroup _headgroup, KnownFunctionalGroups knownFunctionalGroups) -
Method Summary
Modifier and TypeMethodDescriptionReturns the normalized lipid string on the native level.getLipidString
(LipidLevel level) Returns the normalized lipid string on the provided level.Methods inherited from class org.lifstools.jgoslin.domain.LipidMolecularSpecies
buildLipidSubspeciesName, buildLipidSubspeciesName, getElements
Methods inherited from class org.lifstools.jgoslin.domain.LipidSpecies
getExtendedClass, getFaList, getHeadGroup, getInfo
-
Constructor Details
-
LipidFullStructure
-
LipidFullStructure
public LipidFullStructure(Headgroup _headgroup, Collection<FattyAcid> _fa, KnownFunctionalGroups knownFunctionalGroups)
-
-
Method Details
-
getLipidLevel
- Overrides:
getLipidLevel
in classLipidStructureDefined
-
getLipidString
Description copied from class:LipidSpecies
Returns the normalized lipid string on the native level.- Overrides:
getLipidString
in classLipidStructureDefined
- Returns:
- the normalized lipid string.
-
getLipidString
Description copied from class:LipidSpecies
Returns the normalized lipid string on the provided level.- Overrides:
getLipidString
in classLipidStructureDefined
- Parameters:
level
- the lipid level at which the lipid string should be generated.- Returns:
- the normalized lipid string.
-