|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.chemistry.quantum.basis.Power
public class Power
Represents the powers on orbitals.
They are also the magnetic quantum numbers.
| Constructor Summary | |
|---|---|
Power(int l,
int m,
int n)
Creates a new instance of Power |
|
| Method Summary | |
|---|---|
int |
getL()
Getter for property px. |
int |
getM()
Getter for property py. |
int |
getN()
Getter for property pz. |
void |
setL(int l)
Setter for property px. |
void |
setM(int m)
Setter for property py. |
void |
setN(int n)
Setter for property pz. |
java.lang.String |
toString()
overloaded toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Power(int l,
int m,
int n)
l - DOCUMENT ME!m - DOCUMENT ME!n - DOCUMENT ME!| Method Detail |
|---|
public int getL()
public void setL(int l)
l - New value of property px.public int getM()
public void setM(int m)
m - New value of property py.public int getN()
public void setN(int n)
n - New value of property pz.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||