Entity Sequence Generator
constructor(entityCreator: () -> T, timeUntilTheFirstEntity: RVariableIfc, timeBtwEvents: RVariableIfc, maxNumberOfEvents: Long = Long.MAX_VALUE, timeOfTheLastEvent: Double = Double.POSITIVE_INFINITY, activationPriority: Int = KSLEvent.DEFAULT_PRIORITY + 1, name: String? = null)(source)
Parameters
entity Creator
the thing that creates the entities of the particular type. Typically, a reference to the constructor of the class
time Until The First Entity
the time until the first entity creation
time Btw Events
the time between entity creation
max Number Of Events
the maximum number of entities to create
time Of The Last Event
the time of the last entity creation
activation Priority
the priority for the activation of the entity
name
a name for the generator