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(destination: Node<T>, currentTime: Time): AbstractDistribution<T>
Link copied to clipboard
Link copied to clipboard
abstract fun getRate(): Double
Link copied to clipboard
fun update(currentTime: Time, hasBeenExecuted: Boolean, additionalParameter: Double, environment: Environment<T, out Any>)
Updates the internal status.