Package repast.simphony.dataLoader
Interface ContextBuilder<T>
- All Known Implementing Classes:
BuilderContextBuilder
,ClassNameContextBuilder
,ContextXMLBuilder
,DelimitedFileContextBuilder
,FreezeDryedContextBuilder
,JDBCContextBuilder
,MIContextXMLBuilder
,ShapefileAgentBuilder
,XMLContextBuilder
public interface ContextBuilder<T>
Interface for classes that build a Context by adding projections,
agents and so forth.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Method Summary
-
Method Details
-
build
Builds and returns a context. Building a context consists of filling it with agents, adding projections and so forth. The returned context does not necessarily have to be the passed in context.- Parameters:
context
-- Returns:
- the built context.
-