etomica.action
Class IntegratorReset

java.lang.Object
  extended by etomica.action.IntegratorActionAdapter
      extended by 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

Field Summary
 
Fields inherited from class etomica.action.IntegratorActionAdapter
integrator
 
Constructor Summary
IntegratorReset()
           
IntegratorReset(IIntegrator integrator, boolean ignoreOverlap)
           
 
Method Summary
 void actionPerformed()
          Completes the action defined by the class implementing this interface.
 boolean isIgnoreOverlap()
           
 void setIgnoreOverlap(boolean ignoreOverlap)
           
 
Methods inherited from class etomica.action.IntegratorActionAdapter
getIntegrator, setIntegrator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegratorReset

public IntegratorReset()

IntegratorReset

public IntegratorReset(IIntegrator integrator,
                       boolean ignoreOverlap)
Method Detail

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.