Trigger

A trigger that fires at a given time.

Constructors

Link copied to clipboard
constructor(time: Time)

Types

Link copied to clipboard
object Companion

Static constants for Trigger class.

Properties

Link copied to clipboard
override val nextOccurence: Time?
Link copied to clipboard
open override val rate: Double

Functions

Link copied to clipboard
open override fun cloneOnNewNode(destination: Node<T>, currentTime: Time): AbstractDistribution<T>
Link copied to clipboard
open override fun getRate(): Double
Link copied to clipboard
fun update(@Nonnull currentTime: Time, hasBeenExecuted: Boolean, additionalParameter: Double, @Nonnull environment: Environment<T?, *>)