public class Element extends Material
Constructor and Description |
---|
Element() |
Modifier and Type | Method and Description |
---|---|
double |
getAtomicNumber()
Retrieve the atomic number of the element.
|
double |
getAtomicWeight()
Retrieve the atomic weight of the element.
|
java.lang.String |
getSymbol()
Retrieve the atomic symbol of the element
|
void |
setAtomicNumber(double atomicNumber)
Set the atomic number of the element
|
void |
setAtomicWeight(double atomicWeight)
Set the atomic weight of the element
|
void |
setSymbol(java.lang.String symbol)
Set the atomic symbol of the element.
|
clone, getAbsorptionEdges, getAttenuation, getAttenuation, getCTValue, getDensity, getName, getWeightedAtomicComposition, setDensity, setName, setWeightedAtomicComposition, toString
public java.lang.String getSymbol()
public void setSymbol(java.lang.String symbol)
symbol
- is the atomic symbol of the elementpublic void setAtomicNumber(double atomicNumber)
atomicNumber
- public double getAtomicNumber()
public void setAtomicWeight(double atomicWeight)
atomicWeight
- is the atomic weight of the elementpublic double getAtomicWeight()