repast.simphony.scenario
Class AbstractActionLoader
java.lang.Object
repast.simphony.scenario.AbstractActionLoader
- All Implemented Interfaces:
- ActionLoader
- Direct Known Subclasses:
- CNDataLoaderActionLoader, DFDataLoaderActionLoader, ObjectActionLoader, XMLDataLoaderActionLoader
public abstract class AbstractActionLoader
- extends Object
- implements ActionLoader
- Version:
- $Revision: 1.1 $ $Date: 2006/01/06 22:11:55 $
- Author:
- Nick Collier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
protected File file
contextID
protected Object contextID
AbstractActionLoader
public AbstractActionLoader(File file,
Object contextID)
loadAction
public void loadAction(com.thoughtworks.xstream.XStream xstream,
Scenario scenario,
ControllerRegistry registry)
throws FileNotFoundException
- Specified by:
loadAction in interface ActionLoader
- Throws:
FileNotFoundException
performLoad
protected abstract void performLoad(Reader reader,
com.thoughtworks.xstream.XStream xstream,
Scenario scenario,
ControllerRegistry registry)