Class DFDataLoaderControllerAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.dataLoader.engine.DataLoaderControllerAction<DelimitedFileContextBuilder>
repast.simphony.dataLoader.engine.DFDataLoaderControllerAction
- All Implemented Interfaces:
ControllerAction
public class DFDataLoaderControllerAction
extends DataLoaderControllerAction<DelimitedFileContextBuilder>
A simple marker class for an action that adds a
DelimitedFileContextBuilder
.- Author:
- Jerry Vos
-
Constructor Summary
ConstructorDescriptionDFDataLoaderControllerAction
(String title, DelimitedFileContextBuilder loader, Scenario scenario) -
Method Summary
Methods inherited from class repast.simphony.dataLoader.engine.DataLoaderControllerAction
getBuilder, getTitle, runCleanup, runInitialize, setBuilder, setTitle, toString
Methods inherited from class repast.simphony.engine.environment.DefaultControllerAction
batchCleanup, batchInitialize
-
Constructor Details
-
DFDataLoaderControllerAction
public DFDataLoaderControllerAction(String title, DelimitedFileContextBuilder loader, Scenario scenario)
-