AkkaSimulationGenerator

class AkkaSimulationGenerator(gen: SimulationGenerator)(using system: ActorSystem) extends SimulationRefGenerator

Wrapper for SimulationGenerator such that produces AkkaSimulationRef.

Value Params
gen

The underlying SimulationGenerator to use.

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def build(manager: Manager, count: Int): SimulationRef

Generates a new SimulationRef.

Generates a new SimulationRef.

Creates an AkkaSimulationRef.

Encapsulation is safe here since the simulation is being constructed now.

Value Params
count

An integer counter to help construct unique names.

manager

The Manager of generated SimulationRef.

Returns

A new SimulationRef instance.

Definition Classes