repast.simphony.dataLoader.engine
Class DFDataLoaderActionLoader
java.lang.Object
repast.simphony.scenario.AbstractActionLoader
repast.simphony.dataLoader.engine.DFDataLoaderActionLoader
- All Implemented Interfaces:
- ActionLoader
public class DFDataLoaderActionLoader
- extends AbstractActionLoader
ActionLoader for delimited file based data loaders.
- Version:
- $Revision: 1.1 $ $Date: 2006/01/10 17:02:31 $
- Author:
- Nick Collier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DFDataLoaderActionLoader
public DFDataLoaderActionLoader(File file,
Object contextID)
performLoad
public void performLoad(Reader reader,
com.thoughtworks.xstream.XStream xstream,
Scenario scenario,
ControllerRegistry registry)
- Specified by:
performLoad in class AbstractActionLoader