SimResponse

sealed

Captures the potential responses of a simulation case to an event.

A simulation is notified by its Manager when relevant events have taken place, such as one of its tasks completing. The simulation can use subclasses of this trait to respond to such notification. The Manager will wait for such a response before it resumes the virtual time.

class Object
trait Matchable
class Any
class SimDone
class SimReady

Value members

Abstract fields

val simulation: String

The unique name of the simulation that issues the response.

The unique name of the simulation that issues the response.

Returns

The name of the SimulationRef