ExponentialTime

Markovian events.

Parameters

<T>

concentration type

Constructors

Link copied to clipboard
constructor(markovianRate: Double, randomGenerator: RandomGenerator)
constructor(markovianRate: Double, start: Time, randomGenerator: RandomGenerator)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(p: Node<T>, p1: Time): TimeDistribution<T>

open fun cloneOnNewNode(destination: Node<T>, currentTime: Time): ExponentialTime<T>
Must be overridden by subclasses returning the correct instance.
Link copied to clipboard
Link copied to clipboard
abstract fun getRate(): Double
Link copied to clipboard
abstract fun update(p: Time, p1: Boolean, p2: Double, p3: Environment<T, out Any>)
fun update(currentTime: Time, hasBeenExecuted: Boolean, additionalParameter: Double, environment: Environment<T, out Any>)
Link copied to clipboard
fun updateStatus(currentTime: Time, executed: Boolean, newpropensity: Double, environment: Environment<T, out Any>)
Implement this method to update the distribution's internal status.