SimulationComponent

class Object
trait Matchable
class Any

Type members

Classlikes

case class Simulation(gridSide: Int, duration: Int, numberOfEntities: Int, averagePopulationAge: Int, stdDevPopulationAge: Double, startingInfectedPercentage: Double) extends SimulationParameters

The parameters of the simulation configurable by the user.

The parameters of the simulation configurable by the user.