Uses of Enum Class
org.lifstools.jgoslin.domain.LipidLevel
Packages that use LipidLevel
Package
Description
This package contains the main common domain models for lipids.
This package contains the parser implementations for the lipid grammars.
-
Uses of LipidLevel in org.lifstools.jgoslin.domain
Methods in org.lifstools.jgoslin.domain that return LipidLevelModifier and TypeMethodDescriptionLipidSpeciesInfo.getLevel()LipidAdduct.getLipidLevel()LipidCompleteStructure.getLipidLevel()LipidFullStructure.getLipidLevel()LipidMolecularSpecies.getLipidLevel()LipidSnPosition.getLipidLevel()LipidSpecies.getLipidLevel()LipidStructureDefined.getLipidLevel()HeadgroupDecorator.getLowestVisibleLevel()static LipidLevelReturns the enum constant of this class with the specified name.static LipidLevel[]LipidLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lifstools.jgoslin.domain with parameters of type LipidLevelModifier and TypeMethodDescriptionLipidMolecularSpecies.buildLipidSubspeciesName(LipidLevel level) Headgroup.getLipidString(LipidLevel level) LipidAdduct.getLipidString(LipidLevel level) LipidCompleteStructure.getLipidString(LipidLevel level) LipidFullStructure.getLipidString(LipidLevel level) LipidMolecularSpecies.getLipidString(LipidLevel level) LipidSnPosition.getLipidString(LipidLevel level) LipidSpecies.getLipidString(LipidLevel level) Returns the normalized lipid string on the provided level.LipidStructureDefined.getLipidString(LipidLevel level) static booleanLipidLevel.isLevel(LipidLevel l, int pattern) voidLipidSpeciesInfo.setLevel(LipidLevel level) AcylAlkylGroup.toString(LipidLevel level) CarbonChain.toString(LipidLevel level) Cycle.toString(LipidLevel level) FattyAcid.toString(LipidLevel level) FunctionalGroup.toString(LipidLevel level) HeadgroupDecorator.toString(LipidLevel level) Constructors in org.lifstools.jgoslin.domain with parameters of type LipidLevelModifierConstructorDescriptionHeadgroupDecorator(String _name, int _position, int _count, ElementTable _elements, boolean _suffix, LipidLevel _level, KnownFunctionalGroups knownFunctionalGroups) -
Uses of LipidLevel in org.lifstools.jgoslin.parser
Fields in org.lifstools.jgoslin.parser declared as LipidLevelMethods in org.lifstools.jgoslin.parser with parameters of type LipidLevelModifier and TypeMethodDescriptionprotected voidLipidBaseParserEventHandler.setLipidLevel(LipidLevel _level)