ConstantStrategy
model.entities.spawner.ConstantStrategy
case class ConstantStrategy(rate: Int) extends SpawningStrategy
A spawning strategy that maintains a constant rate of customer creation.
Simple strategy that spawns the same number of customers at every time point, useful for maintaining steady simulation load or baseline customer flow.
Value parameters
- rate
-
the constant number of customers to spawn per time unit
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SpawningStrategyclass Objecttrait Matchableclass Any
Members list
In this article