AbstractDistribution

abstract class AbstractDistribution<T> : TimeDistribution<T>

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

Constructors

Link copied to clipboard
open fun AbstractDistribution(start: Time)

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(destination: Node<T>, currentTime: Time): AbstractDistribution<T>
Link copied to clipboard
fun getNextOccurence(): Time
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>)

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard