Package repast.simphony.scenario
Class DescriptorActionSaver
java.lang.Object
repast.simphony.scenario.DescriptorActionSaver
- All Implemented Interfaces:
ActionSaver<DescriptorControllerAction>
public class DescriptorActionSaver
extends Object
implements ActionSaver<DescriptorControllerAction>
- Author:
- Jerry Vos
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
save
(com.thoughtworks.xstream.XStream xstream, DescriptorControllerAction action, String filename)
-
Constructor Details
-
DescriptorActionSaver
public DescriptorActionSaver()
-
-
Method Details
-
save
public void save(com.thoughtworks.xstream.XStream xstream, DescriptorControllerAction action, String filename) throws IOException - Specified by:
save
in interfaceActionSaver<DescriptorControllerAction>
- Throws:
IOException
-