public class ElectronConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ElectronConfiguration.AtomicOrbital |
| Constructor and Description |
|---|
ElectronConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Map<ElectronConfiguration.AtomicOrbital,Integer> |
getConfiguration() |
Map<ElectronConfiguration.AtomicOrbital,Integer> |
getIncompleteShells() |
int |
getNumberOfValenceElectrons() |
Map<ElectronConfiguration.AtomicOrbital,Integer> |
getOrbitalsOfShell(int shell) |
int |
getOuterMostShell() |
int |
getTotalNumberOfElectrons() |
static ElectronConfiguration |
parseElectronConfigurationFromString(String orbitalsString) |
String |
toString() |
public static ElectronConfiguration parseElectronConfigurationFromString(String orbitalsString)
public Map<ElectronConfiguration.AtomicOrbital,Integer> getConfiguration()
public int getOuterMostShell()
public Map<ElectronConfiguration.AtomicOrbital,Integer> getOrbitalsOfShell(int shell)
public int getTotalNumberOfElectrons()
public int getNumberOfValenceElectrons()
public Map<ElectronConfiguration.AtomicOrbital,Integer> getIncompleteShells()
Copyright © 2018. All rights reserved.