SimulationGenerator

A generator of simulation instances.

This is used to model repeating processes, for instance with a given arrival rate.

It generates copies of a SimulationRef. It must ensure that each copy has a unique name and is independent from all other copies. An integer counter is provided as an argument for that purpose, though it is not necessary to use that.

class Object
trait Matchable
class Any

Value members

Abstract methods

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

Generates a new SimulationRef.

Generates a new SimulationRef.

Value Params
count

An integer counter to help construct unique names.

manager

The Manager of generated SimulationRef.

Returns

A new SimulationRef instance.

Definition Classes