etomica.action
Class IntegratorReset
java.lang.Object
etomica.action.IntegratorActionAdapter
etomica.action.IntegratorReset
- All Implemented Interfaces:
- IAction, IntegratorAction, Serializable
public class IntegratorReset
- extends IntegratorActionAdapter
Action that calls the reset method of an integrator.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegratorReset
public IntegratorReset()
IntegratorReset
public IntegratorReset(IIntegrator integrator,
boolean ignoreOverlap)
actionPerformed
public void actionPerformed()
- Description copied from interface:
IAction
- Completes the action defined by the class implementing this interface.
isIgnoreOverlap
public boolean isIgnoreOverlap()
- Returns:
- Returns the ignoreOverlap.
setIgnoreOverlap
public void setIgnoreOverlap(boolean ignoreOverlap)
- Parameters:
ignoreOverlap - The ignoreOverlap to set.