Uses of Enum Class
org.lifstools.jgoslin.domain.Element
Packages that use Element
Package
Description
This package contains the main common domain models for lipids.
-
Uses of Element in org.lifstools.jgoslin.domain
Fields in org.lifstools.jgoslin.domain with type parameters of type ElementModifier and TypeFieldDescriptionElements.ELEMENT_MASSESElements.ELEMENT_ORDERElements.ELEMENT_POSITIONSElements.ELEMENT_SHORTCUTMethods in org.lifstools.jgoslin.domain that return ElementModifier and TypeMethodDescriptionstatic ElementReturns the enum constant of this class with the specified name.static Element[]Element.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lifstools.jgoslin.domain that return types with arguments of type ElementMethods in org.lifstools.jgoslin.domain with parameters of type ElementModifier and TypeMethodDescriptionReturns the individual total mass for the provided element.Constructor parameters in org.lifstools.jgoslin.domain with type arguments of type ElementModifierConstructorDescriptionCycle(int _cycle, int _start, int _end, DoubleBonds _double_bonds, HashMap<String, ArrayList<FunctionalGroup>> _functional_groups, ArrayList<Element> _bridge_chain, KnownFunctionalGroups knownFunctionalGroups)