|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
org.jscience.chemistry.quantum.event.SCFEvent
public class SCFEvent
Represents an event in sn SCF cycle
| Field Summary | |
|---|---|
static int |
CONVERGED_EVENT
SCF Convergence event |
static int |
FAILED_CONVERGENCE_EVENT
Failed SCF convergence event |
static int |
INFO_EVENT
Informative message about SCF, like intermediate energy etc. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
SCFEvent(java.lang.Object source)
Creates a new instance of SCFEvent |
|
| Method Summary | |
|---|---|
double |
getCurrentEnergy()
Getter for property currentEnergy. |
int |
getCurrentIteration()
Getter for property currentIteration. |
int |
getType()
Getter for property type. |
void |
setCurrentEnergy(double currentEnergy)
Setter for property currentEnergy. |
void |
setCurrentIteration(int currentIteration)
Setter for property currentIteration. |
void |
setType(int type)
Setter for property type. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int INFO_EVENT
public static final int CONVERGED_EVENT
public static final int FAILED_CONVERGENCE_EVENT
| Constructor Detail |
|---|
public SCFEvent(java.lang.Object source)
source - DOCUMENT ME!| Method Detail |
|---|
public int getCurrentIteration()
public void setCurrentIteration(int currentIteration)
currentIteration - New value of property currentIteration.public double getCurrentEnergy()
public void setCurrentEnergy(double currentEnergy)
currentEnergy - New value of property currentEnergy.public int getType()
public void setType(int type)
type - New value of property type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||