SAPERETimeDistribution

Interface for TimeDistribution that need matches.

Inheritors

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(destination: Node<T>, currentTime: Time): TimeDistribution<T>
Link copied to clipboard
abstract fun getNextOccurence(): Time
Link copied to clipboard
abstract fun getRate(): Double
Link copied to clipboard
Link copied to clipboard
abstract fun isStatic(): Boolean
Link copied to clipboard
abstract fun setMatches(match: Map<HashString, ITreeNode<out Any>>)
Link copied to clipboard
abstract fun update(currentTime: Time, executed: Boolean, param: Double, environment: Environment<T, out Any>)
Updates the internal status.