Exponential Time
Markovian events.
Parameters
<T>
concentration type
Constructors
Link copied to clipboard
open fun ExponentialTime(markovianRate: Double, randomGenerator: RandomGenerator)
Content copied to clipboard
Link copied to clipboard
open fun ExponentialTime(markovianRate: Double, start: Time, randomGenerator: RandomGenerator)
Content copied to clipboard
Functions
Link copied to clipboard
open fun cloneOnNewNode(destination: Node<T>, currentTime: Time): ExponentialTime<T>
Content copied to clipboard
Must be overridden by subclasses returning the correct instance.
Link copied to clipboard
Link copied to clipboard
fun updateStatus(currentTime: Time, executed: Boolean, newpropensity: Double, environment: Environment<T, out Any>)
Content copied to clipboard
Implement this method to update the distribution's internal status.