AbstractDistribution

This class provides, through a template method pattern, an utility that ensures that the distribution does not trigger events before its initial scheduling time.

Parameters

<T>

concentration type

Inheritors

Constructors

Link copied to clipboard
constructor(start: Time)

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(@Nonnull destination: Node<T>, @Nonnull currentTime: Time): AbstractDistribution<T>
Link copied to clipboard
Link copied to clipboard
abstract fun getRate(): Double
Link copied to clipboard
fun update(@Nonnull currentTime: Time, hasBeenExecuted: Boolean, additionalParameter: Double, @Nonnull environment: Environment<T, out Any>)