|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.chemistry.quantum.basis.PowerList
public class PowerList
Orbital symbol to power list map. Follows a singleton pattern.
| Method Summary | |
|---|---|
static PowerList |
getInstance()
Get an instance (and the only one) of PowerList |
java.util.Iterator |
getPowerList(java.lang.String orbital)
get the power list for the specified orbital symbol ('S', 'P', 'D' or 'F' .. no explicit error checking done, but will throw a RuntimeException if the arguments are incorrect) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PowerList getInstance()
public java.util.Iterator getPowerList(java.lang.String orbital)
orbital - - 'S', 'P', 'D' or 'F'
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||