Class DefaultGridFactory
java.lang.Object
repast.simphony.context.space.grid.DefaultGridFactory
- All Implemented Interfaces:
GridFactory
Factory for creating grids.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> Grid<T>
createGrid
(String name, Context<T> context, GridBuilderParameters<T> params)
-
Constructor Details
-
DefaultGridFactory
protected DefaultGridFactory()
-
-
Method Details
-
createGrid
- Specified by:
createGrid
in interfaceGridFactory
-