SAPERETimeDistribution

Interface for TimeDistribution that need matches.

Inheritors

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(@Nonnull destination: Node<T>, @Nonnull 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(@Nonnull currentTime: Time, executed: Boolean, param: Double, @Nonnull environment: Environment<T, out Any>)
Updates the internal status.