edu.sdsc.mbt.util
Class Element
java.lang.Object
edu.sdsc.mbt.util.Element
- public class Element
- extends java.lang.Object
A container object to hold information about an element
from the periodic table.
- Author:
- John L. Moreland
- See Also:
Field Summary |
static int |
Ag
|
static int |
Al
|
static int |
Ar
|
static int |
As
|
int |
atomic_number
|
double |
atomic_weight
|
static int |
Au
|
static int |
B
|
static int |
Be
|
java.lang.String |
block
|
static int |
Br
|
static int |
C
|
static int |
Ca
|
static int |
Cd
|
static int |
Cl
|
static int |
Cu
|
static int |
F
|
static int |
Ga
|
java.lang.String |
group_name
|
int |
group_number
|
static int |
H
|
static int |
He
|
static int |
Hg
|
static int |
I
|
static int |
In
|
static int |
K
|
static int |
Kr
|
static int |
Li
|
static int |
Mg
|
static int |
N
|
static int |
Na
|
java.lang.String |
name
|
static int |
Ne
|
static int |
Ni
|
static int |
O
|
static int |
P
|
static int |
Pb
|
static int |
Pd
|
int |
period_number
|
static int |
Pt
|
static int |
S
|
static int |
Se
|
static int |
Si
|
static int |
Sn
|
java.lang.String |
symbol
|
static int |
Te
|
static int |
Tl
|
static int |
U
|
static int |
Xe
|
static int |
Zn
|
Constructor Summary |
Element(java.lang.String name,
java.lang.String symbol,
int atomic_number,
double atomic_weight,
int group_number,
java.lang.String group_name,
int period_number,
java.lang.String block)
Construct an Element object from the given attribute values. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
symbol
public java.lang.String symbol
atomic_number
public int atomic_number
atomic_weight
public double atomic_weight
group_number
public int group_number
group_name
public java.lang.String group_name
period_number
public int period_number
block
public java.lang.String block
H
public static final int H
- See Also:
- Constant Field Values
He
public static final int He
- See Also:
- Constant Field Values
Li
public static final int Li
- See Also:
- Constant Field Values
Be
public static final int Be
- See Also:
- Constant Field Values
B
public static final int B
- See Also:
- Constant Field Values
C
public static final int C
- See Also:
- Constant Field Values
N
public static final int N
- See Also:
- Constant Field Values
O
public static final int O
- See Also:
- Constant Field Values
F
public static final int F
- See Also:
- Constant Field Values
Ne
public static final int Ne
- See Also:
- Constant Field Values
Na
public static final int Na
- See Also:
- Constant Field Values
Mg
public static final int Mg
- See Also:
- Constant Field Values
Al
public static final int Al
- See Also:
- Constant Field Values
Si
public static final int Si
- See Also:
- Constant Field Values
P
public static final int P
- See Also:
- Constant Field Values
S
public static final int S
- See Also:
- Constant Field Values
Cl
public static final int Cl
- See Also:
- Constant Field Values
Ar
public static final int Ar
- See Also:
- Constant Field Values
K
public static final int K
- See Also:
- Constant Field Values
Ca
public static final int Ca
- See Also:
- Constant Field Values
Ni
public static final int Ni
- See Also:
- Constant Field Values
Cu
public static final int Cu
- See Also:
- Constant Field Values
Zn
public static final int Zn
- See Also:
- Constant Field Values
Ga
public static final int Ga
- See Also:
- Constant Field Values
As
public static final int As
- See Also:
- Constant Field Values
Se
public static final int Se
- See Also:
- Constant Field Values
Br
public static final int Br
- See Also:
- Constant Field Values
Kr
public static final int Kr
- See Also:
- Constant Field Values
Pd
public static final int Pd
- See Also:
- Constant Field Values
Ag
public static final int Ag
- See Also:
- Constant Field Values
Cd
public static final int Cd
- See Also:
- Constant Field Values
In
public static final int In
- See Also:
- Constant Field Values
Sn
public static final int Sn
- See Also:
- Constant Field Values
Te
public static final int Te
- See Also:
- Constant Field Values
I
public static final int I
- See Also:
- Constant Field Values
Xe
public static final int Xe
- See Also:
- Constant Field Values
Pt
public static final int Pt
- See Also:
- Constant Field Values
Au
public static final int Au
- See Also:
- Constant Field Values
Hg
public static final int Hg
- See Also:
- Constant Field Values
Tl
public static final int Tl
- See Also:
- Constant Field Values
Pb
public static final int Pb
- See Also:
- Constant Field Values
U
public static final int U
- See Also:
- Constant Field Values
Element
public Element(java.lang.String name,
java.lang.String symbol,
int atomic_number,
double atomic_weight,
int group_number,
java.lang.String group_name,
int period_number,
java.lang.String block)
- Construct an Element object from the given attribute values.