Class ContextXMLDataLoaderAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.dataLoader.engine.DataLoaderControllerAction<ContextXMLBuilder>
repast.simphony.dataLoader.engine.ContextXMLDataLoaderAction
- All Implemented Interfaces:
ControllerAction
DataLoaderAction that uses a ScoreContextBuilder to build the context.
- Author:
- Nick Collier
-
Constructor Summary
ConstructorDescriptionCreates this ScoreDataLoader Action using the specified SContext. -
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
-
ContextXMLDataLoaderAction
Creates this ScoreDataLoader Action using the specified SContext.- Parameters:
root
- the root SContext of the score file
-