Manager

trait Manager

Abstract simulation manager.

class Object
trait Matchable
class Any

Value members

Abstract methods

def simResponse(response: SimResponse): Unit

Handles a SimResponse from a simulation.

Handles a SimResponse from a simulation.

Value Params
response

The SimResponse to handle.

def waitFor(simulation: String): Unit

Adds a simulation to the waiting list.

Adds a simulation to the waiting list.

The manager needs to wait for that simulation to send a SimResponse.

Value Params
simulation

The name of the SimulationRef we need to wait for.