AbstractDistribution
This class provides, through a template method pattern, an utility that ensures that the distribution does not trigger events before its initial scheduling time.
Parameters
<T>
concentration type
Inheritors
Functions
Link copied to clipboard
abstract fun cloneOnNewNode(@Nonnull destination: Node<T>, @Nonnull currentTime: Time): AbstractDistribution<T>
Link copied to clipboard