public interface WorldModelCreator extends EntityIDGenerator
Modifier and Type | Method and Description |
---|---|
WorldModel<? extends Entity> |
buildWorldModel(Config config)
Create a new WorldModel.
|
Scenario |
getScenario(Config config)
Returns the scenario of the simulation
|
generateID
WorldModel<? extends Entity> buildWorldModel(Config config) throws KernelException
config
- The config to use.KernelException
- If there is a problem building the world model.