Package repast.simphony.scenario
Class DefaultActionSaver<T extends ControllerAction>
java.lang.Object
repast.simphony.scenario.DefaultActionSaver<T>
- All Implemented Interfaces:
- ActionSaver<T>
public class DefaultActionSaver<T extends ControllerAction>
extends Object
implements ActionSaver<T>
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DefaultActionSaverpublic DefaultActionSaver()
 
- 
- 
Method Details- 
savepublic void save(com.thoughtworks.xstream.XStream xstream, T action, String filename) throws IOException - Specified by:
- savein interface- ActionSaver<T extends ControllerAction>
- Throws:
- IOException
 
 
-