T - The type of the agent in the multi-agent system.S - The type of the multi-agent system.public interface MultiAgentSystemGenerator<T extends Agent,S extends MultiAgentSystem<T>>
| Modifier and Type | Method and Description |
|---|---|
S |
generate(SimulationParameters params)
Generates a new multi-agent system.
|
void |
setSeed(long seed)
Set the seed for the generation.
|
S generate(SimulationParameters params)
params - this object can be used for sharing parameters across
the generating components of a simulation.void setSeed(long seed)
seed - some seed.