Class ContextXMLBuilder
java.lang.Object
repast.simphony.dataLoader.engine.ContextXMLBuilder
- All Implemented Interfaces:
ContextBuilder
Builds a context based only the info in an SContext.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ContextXMLBuilder
-
-
Method Details
-
build
Builds and returns a context. Building a context consists of filling it with agents, adding projects and so forth. The returned context does not necessarily have to be the passed in context.- Specified by:
build
in interfaceContextBuilder
- Parameters:
context
-- Returns:
- the built context.
-