Uses of Class
org.episteme.natural.chemistry.Element
Packages that use Element
Package
Description
-
Uses of Element in org.episteme.natural.biology
Fields in org.episteme.natural.biology declared as ElementModifier and TypeFieldDescriptionstatic final ElementVitamins.CALCIUMstatic final ElementVitamins.FLUORINEstatic final ElementVitamins.IODINEstatic final ElementVitamins.IRONstatic final ElementVitamins.MAGNESIUMstatic final ElementVitamins.PHOSPHORUSstatic final ElementVitamins.SELENIUMstatic final ElementVitamins.ZINC -
Uses of Element in org.episteme.natural.chemistry
Methods in org.episteme.natural.chemistry that return ElementModifier and TypeMethodDescriptionstatic ElementRetrieves an element by its chemical symbol (Legacy alias).Atom.getElement()Isotope.getElement()static ElementPeriodicTable.getElement(String nameOrSymbol) Returns an element from its name or symbol.Methods in org.episteme.natural.chemistry with parameters of type ElementModifier and TypeMethodDescriptionstatic voidPeriodicTable.registerElement(Element element) Registers an element manually.Constructors in org.episteme.natural.chemistry with parameters of type Element -
Uses of Element in org.episteme.natural.chemistry.elements
Subclasses of Element in org.episteme.natural.chemistry.elementsModifier and TypeClassDescriptionfinal classA class representing alkali earth metals. * @author Silvere Martin-Michiellotfinal classA class representing alkali metals. * @author Silvere Martin-Michiellotfinal classA class representing halogens. * @author Silvere Martin-MichiellotclassA class representing metals. * @author Silvere Martin-Michiellotfinal classA class representing noble gases. * @author Silvere Martin-Michiellotfinal classA class representing non metals. * @author Silvere Martin-Michiellotfinal classA class representing rare earth metals. * @author Silvere Martin-Michiellotfinal classA class representing transition metals. * @author Silvere Martin-Michiellot -
Uses of Element in org.episteme.natural.chemistry.loaders
Subclasses with type arguments of type Element in org.episteme.natural.chemistry.loadersModifier and TypeClassDescriptionclassLoads chemical elements from JSON configuration.Methods in org.episteme.natural.chemistry.loaders that return types with arguments of type ElementModifier and TypeMethodDescriptionprotected MiniCatalog<List<Element>> PeriodicTableReader.getMiniCatalog()PeriodicTableReader.getResourceType()PeriodicTableReader.loadFromResource(String resourcePath) PeriodicTableReader.loadFromSource(String id)