DiracComb

A DiracComb is a sequence of events that happen every fixed time interval.

Parameters

<T>

concentration type

Inheritors

Constructors

Link copied to clipboard
constructor(start: Time, rate: Double)
constructor(rate: Double)

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(p: Node<T>, p1: Time): TimeDistribution<T>
fun cloneOnNewNode(destination: Node<T>, currentTime: Time): DiracComb<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun toString(): String
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>)