Capacity Schedule
constructor(parent: ModelElement, startTime: Double = 0.0, autoStartOption: Boolean = true, repeatable: Boolean = false, eventPriority: Int = KSLEvent.DEFAULT_PRIORITY, name: String? = null)
Parameters
parent
the parent model element holding the schedule
start Time
the time after the start of the replication that the schedule should start. The default is 0.0
auto Start Option
whether the schedule should start automatically. The default is true.
repeatable
whether the schedule will automatically repeat. The default is false.
event Priority
the default priority of the events used to start each item on the schedule
name
an optional name for the schedule