Uses of Class
org.lifstools.jgoslin.domain.HeadgroupDecorator
Packages that use HeadgroupDecorator
Package
Description
This package contains the main common domain models for lipids.
This package contains the parser implementations for the lipid grammars.
-
Uses of HeadgroupDecorator in org.lifstools.jgoslin.domain
Methods in org.lifstools.jgoslin.domain that return types with arguments of type HeadgroupDecoratorMethods in org.lifstools.jgoslin.domain with parameters of type HeadgroupDecoratorMethod parameters in org.lifstools.jgoslin.domain with type arguments of type HeadgroupDecoratorModifier and TypeMethodDescriptionvoidHeadgroup.setDecorators(ArrayList<HeadgroupDecorator> decorators) Constructor parameters in org.lifstools.jgoslin.domain with type arguments of type HeadgroupDecoratorModifierConstructorDescriptionHeadgroup(String _headgroup, ArrayList<HeadgroupDecorator> _decorators, boolean _use_headgroup) -
Uses of HeadgroupDecorator in org.lifstools.jgoslin.parser
Fields in org.lifstools.jgoslin.parser with type parameters of type HeadgroupDecoratorModifier and TypeFieldDescriptionprotected ArrayList<HeadgroupDecorator>LipidBaseParserEventHandler.headgroupDecorators