EventBuilderIfc

protected interface EventBuilderIfc<T>(source)

Inheritors

Functions

Link copied to clipboard
abstract fun after(time: Double): ModelElement.TimeUnitIfc<T>

Sets the time of the event being built to current time plus time

Sets the time of the event being built to current time + value.getValue()

Link copied to clipboard

Sets the scheduling priority of the event, lower is faster

Link copied to clipboard
abstract fun name(name: String?): ModelElement.EventBuilderIfc<T>

Sets the name of the event being built

Link copied to clipboard
abstract fun now(): KSLEvent<T>

Causes the event that is being built to be scheduled at the current simulation time (no time offset)

Link copied to clipboard
abstract fun withMessage(message: T): ModelElement.EventBuilderIfc<T>

An object of type T that is attached to the event