SimulationDSL

The DSL of the simulation for the configuration file.

class Object
trait Matchable
class Any

Value members

Concrete methods

The simulation defined in the configuration.

The simulation defined in the configuration.

Returns:

the simulation.

Extensions

Extensions

extension (sim: Simulation)
def days(numberOfDays: Int): Simulation
def entities(numberOfEntities: Int): Simulation
def gridSide(size: Int): Simulation
def startingInfectedPercentage(infectedPeople: Int): Simulation
def stdDevPopulationAge(standardDeviation: Double): Simulation