|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.chemistry.quantum.basis.AtomicBasis
public class AtomicBasis
Represents a single entity in a BasisSet
| Constructor Summary | |
|---|---|
AtomicBasis(java.lang.String symbol,
int atomicNumber)
Creates a new instance of AtomicBasis |
|
| Method Summary | |
|---|---|
void |
addOrbital(Orbital orbital)
Add an orbital object to this atomic basis |
int |
getAtomicNumber()
Getter for property atomicNumber. |
java.util.ArrayList |
getOrbitals()
Getter for property orbitals. |
java.lang.String |
getSymbol()
Getter for property symbol. |
void |
setAtomicNumber(int atomicNumber)
Setter for property atomicNumber. |
void |
setOrbitals(java.util.ArrayList orbitals)
Setter for property orbitals. |
void |
setSymbol(java.lang.String symbol)
Setter for property symbol. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AtomicBasis(java.lang.String symbol,
int atomicNumber)
symbol - the atomic symbol, of whose this is basisatomicNumber - its atomic number| Method Detail |
|---|
public java.lang.String getSymbol()
public void setSymbol(java.lang.String symbol)
symbol - New value of property symbol.public int getAtomicNumber()
public void setAtomicNumber(int atomicNumber)
atomicNumber - New value of property atomicNumber.public java.util.ArrayList getOrbitals()
public void setOrbitals(java.util.ArrayList orbitals)
orbitals - New value of property orbitals.public void addOrbital(Orbital orbital)
orbital - the Orbital object to be added to this atomic basis
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||