Class MIContextXMLDataLoaderAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.dataLoader.engine.DataLoaderControllerAction<MIContextXMLBuilder>
repast.simphony.dataLoader.engine.MIContextXMLDataLoaderAction
- All Implemented Interfaces:
ControllerAction
DataLoaderAction that uses a
MIContextXMLBuilder to build the
context.- Author:
- Nick Collier
-
Constructor Summary
ConstructorsConstructorDescriptionMIContextXMLDataLoaderAction(ContextData root, UserPathData pathData) Creates thisMIContextXMLDataLoaderActionusing the specified context and path data -
Method Summary
Methods inherited from class repast.simphony.dataLoader.engine.DataLoaderControllerAction
getBuilder, getTitle, runCleanup, runInitialize, setBuilder, setTitle, toStringMethods inherited from class repast.simphony.engine.environment.DefaultControllerAction
batchCleanup, batchInitialize
-
Constructor Details
-
MIContextXMLDataLoaderAction
Creates thisMIContextXMLDataLoaderActionusing the specified context and path data- Parameters:
root- the root ContextDatapathData- the user path data for the scenario
-