Package | Description |
---|---|
massim.competition2009 | |
massim.competition2012 | |
massim.framework | |
massim.framework.simulation | |
massim.gridsimulations |
Modifier and Type | Class and Description |
---|---|
class |
GridSimulation
This class is the main class of the GridSimulation.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphSimulation
This is the main class for the GraphSimulation (2012 Mars Scenario).
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSimulation
This class is a good starting point to create a new simulation.
|
Modifier and Type | Method and Description |
---|---|
Simulation |
SimulationRun.getSimulation() |
Modifier and Type | Method and Description |
---|---|
ControllerReturnValue |
DefaultController.controlSimulation(Simulation simulation) |
ControllerReturnValue |
Controller.controlSimulation(Simulation simulation)
This method will be called whenever the controller may influence the simulation in any way.
|
void |
SimulationRun.setSimulation(Simulation simulation) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSimulation
This class provides some reasonable defaults for relatively simple simulations and allows the reuse of classes written
for such simulations.
|
class |
ParallelizedRandomOrderSimulation |
class |
RoundRobinSimulation
This provides a round-robin-style default to let agents act.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGridSimulation
This class is the mainclass of the GridSimulation.
|
Copyright © 2013. All Rights Reserved.