public interface Controller extends Component
Modifier and Type | Method and Description |
---|---|
Future<SimulationConfiguration> |
concurrentGetSimulationConfiguration()
non-blocking version of getSimulationConfiguration, return a Future object.
|
ControllerReturnValue |
controlSimulation(Simulation simulation)
This method will be called whenever the controller may influence the simulation in any way.
|
SimulationConfiguration |
getSimulationConfiguration()
Retrieve simulation configuration.
|
SimulationConfiguration getSimulationConfiguration()
Future<SimulationConfiguration> concurrentGetSimulationConfiguration()
ControllerReturnValue controlSimulation(Simulation simulation)
simulation
- Copyright © 2013. All Rights Reserved.