Class JDBCDataLoaderControllerAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.dataLoader.engine.DataLoaderControllerAction<JDBCContextBuilder>
repast.simphony.dataLoader.engine.JDBCDataLoaderControllerAction
- All Implemented Interfaces:
ControllerAction
A simple marker class for an action that adds a
DelimitedFileContextBuilder
.- Author:
- Jerry Vos
-
Constructor Summary
ConstructorDescriptionJDBCDataLoaderControllerAction
(String title, JDBCContextBuilder 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
-
JDBCDataLoaderControllerAction
-