repast.simphony.dataLoader.engine
Class DFDataLoaderActionLoader

java.lang.Object
  extended by repast.simphony.scenario.AbstractActionLoader
      extended by 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

Field Summary
 
Fields inherited from class repast.simphony.scenario.AbstractActionLoader
contextID, file
 
Constructor Summary
DFDataLoaderActionLoader(File file, Object contextID)
           
 
Method Summary
 void performLoad(Reader reader, com.thoughtworks.xstream.XStream xstream, Scenario scenario, ControllerRegistry registry)
           
 
Methods inherited from class repast.simphony.scenario.AbstractActionLoader
loadAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFDataLoaderActionLoader

public DFDataLoaderActionLoader(File file,
                                Object contextID)
Method Detail

performLoad

public void performLoad(Reader reader,
                        com.thoughtworks.xstream.XStream xstream,
                        Scenario scenario,
                        ControllerRegistry registry)
Specified by:
performLoad in class AbstractActionLoader