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
ConstructorDescriptionMIContextXMLDataLoaderAction
(ContextData root, UserPathData pathData) Creates thisMIContextXMLDataLoaderAction
using the specified context and path data -
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
-
MIContextXMLDataLoaderAction
Creates thisMIContextXMLDataLoaderAction
using the specified context and path data- Parameters:
root
- the root ContextDatapathData
- the user path data for the scenario
-