|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectetomica.action.ActionIntegrate
public class ActionIntegrate
Action that repeatedly invokes an Integrator's doStep method.
| Field Summary | |
|---|---|
protected long |
maxSteps
|
protected long |
stepCount
|
| Constructor Summary | |
|---|---|
ActionIntegrate(IIntegrator integrator)
Constructs activity to generate configurations with the given integrator. |
|
ActionIntegrate(IIntegrator integrator,
boolean ignoreOverlap)
|
|
| Method Summary | |
|---|---|
void |
actionPerformed()
Main loop for conduct of integration. |
long |
getCurrentStep()
|
IIntegrator |
getIntegrator()
|
long |
getMaxSteps()
Accessor method for the number of doStep calls to be performed by this integrator after it is started. |
void |
setMaxSteps(long maxSteps)
Mutator method for the number of doStep steps to be performed by this integrator after it is started. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long maxSteps
protected long stepCount
| Constructor Detail |
|---|
public ActionIntegrate(IIntegrator integrator)
public ActionIntegrate(IIntegrator integrator,
boolean ignoreOverlap)
| Method Detail |
|---|
public void actionPerformed()
actionPerformed in interface IActionpublic long getMaxSteps()
public void setMaxSteps(long maxSteps)
public long getCurrentStep()
public IIntegrator getIntegrator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||