TimeDistribution

This interface represents a temporal distribution for any event.

Parameters

<T>

concentration type

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(@Nonnull destination: Node<T>, @Nonnull currentTime: Time): TimeDistribution<T>
Link copied to clipboard
abstract fun getNextOccurence(): Time
Link copied to clipboard
abstract fun getRate(): Double
Link copied to clipboard
abstract fun update(@Nonnull currentTime: Time, executed: Boolean, param: Double, @Nonnull environment: Environment<T, out Any>)
Updates the internal status.