CapacityScheduleCIfc

Properties

Link copied to clipboard
abstract val eventPriority: Int
Link copied to clipboard
abstract var initialStartTime: Double

The time from the beginning of the replication to the time that the schedule is to start

Link copied to clipboard
abstract var isAutoStartFlag: Boolean

Indicates whether the schedule should be started automatically upon initialization, default is true

Link copied to clipboard

The schedule repeat flag controls whether the entire schedule will repeat after its entire duration has elapsed. The default is to repeat the schedule. The use of this flag only makes sense if a finite schedule length is specified

Functions

Link copied to clipboard

The same listener cannot be added more than once. Listeners are notified of schedule changes in the sequence by which they were added.

Link copied to clipboard
abstract fun addItem(capacity: Int, duration: Double, itemPriority: Int = eventPriority): CapacitySchedule.CapacityItem

Adds an item to the schedule

Link copied to clipboard

Allow the creation of capacity schedule items via a data class

Link copied to clipboard
abstract fun clearSchedule()

Removes all capacity items from the schedule

Link copied to clipboard
Link copied to clipboard

Deletes all listeners