etomica.action
Class SimulationDataAction

java.lang.Object
  extended by etomica.action.SimulationDataAction
All Implemented Interfaces:
IAction, Serializable

public class SimulationDataAction
extends Object
implements IAction, Serializable

Action that performs a call to the reset() method of a set of accumulators, as specified via a list of AccumulatorManager instances.

See Also:
Serialized Form

Constructor Summary
SimulationDataAction(DataStreamAction action)
           
 
Method Summary
 void actionPerformed()
          Completes the action defined by the class implementing this interface.
 ArrayList<DataPump> getDataStreamPumps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationDataAction

public SimulationDataAction(DataStreamAction action)
Method Detail

getDataStreamPumps

public ArrayList<DataPump> getDataStreamPumps()

actionPerformed

public void actionPerformed()
Description copied from interface: IAction
Completes the action defined by the class implementing this interface.

Specified by:
actionPerformed in interface IAction