Class MIContextXMLDataLoaderControllerActionIO
java.lang.Object
repast.simphony.scenario.AbstractControllerActionIO<T>
repast.simphony.scenario.DefaultControllerActionIO<MIContextXMLDataLoaderAction>
repast.simphony.dataLoader.engine.MIContextXMLDataLoaderControllerActionIO
- All Implemented Interfaces:
- ControllerActionIO
public class MIContextXMLDataLoaderControllerActionIO
extends DefaultControllerActionIO<MIContextXMLDataLoaderAction>
A ControllerActionIO for loading / saving ScoreDataLoaderActions
- Author:
- Nick Collier
- 
Field SummaryFields inherited from class repast.simphony.scenario.AbstractControllerActionIOactionClass
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetActionLoader(File actionFile, Object contextID) Gets the ActionLoader used to load the saved action.Gets the ActionSaver used to save the ControllerAction.Methods inherited from class repast.simphony.scenario.AbstractControllerActionIOgetActionClass, getSerializationID
- 
Constructor Details- 
MIContextXMLDataLoaderControllerActionIOpublic MIContextXMLDataLoaderControllerActionIO()
 
- 
- 
Method Details- 
getActionSaverDescription copied from interface:ControllerActionIOGets the ActionSaver used to save the ControllerAction.- Specified by:
- getActionSaverin interface- ControllerActionIO
- Overrides:
- getActionSaverin class- DefaultControllerActionIO<MIContextXMLDataLoaderAction>
- Returns:
- the ActionSaver used to save the ControllerAction.
 
- 
getActionLoaderDescription copied from interface:ControllerActionIOGets the ActionLoader used to load the saved action.- Specified by:
- getActionLoaderin interface- ControllerActionIO
- Overrides:
- getActionLoaderin class- DefaultControllerActionIO<MIContextXMLDataLoaderAction>
- Parameters:
- actionFile- the File containing the serialized data
- contextID- the context the context to load the action into
- Returns:
- the ActionLoader used to load the saved action.
 
 
-