SAPERETimeDistribution

Interface for TimeDistribution that need matches.

Inheritors

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(p: Node<T>, p1: 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(p: Time, p1: Boolean, p2: Double, p3: Environment<T, out Any>)