etomica.action
Class SimulationDataAction
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimulationDataAction
public SimulationDataAction(DataStreamAction action)
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