Abstract Distribution
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
Constructors
Functions
Link copied to clipboard
abstract fun cloneOnNewNode(destination: Node<T>, currentTime: Time): AbstractDistribution<T>
Content copied to clipboard
Link copied to clipboard