alchemist
Toggle table of contents
37.1.1
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist
alchemist
/
it.unibo.alchemist.model
/
TimeDistribution
Time
Distribution
interface
TimeDistribution
<
T
>
:
Cloneable
,
Serializable
This interface represents a temporal distribution for any event.
Parameters
<T>
concentration type
Inheritors
AbstractDistribution
SAPERETimeDistribution
Members
Functions
clone
On
New
Node
Link copied to clipboard
abstract
fun
cloneOnNewNode
(
destination
:
Node
<
T
>
,
currentTime
:
Time
)
:
TimeDistribution
<
T
>
get
Next
Occurence
Link copied to clipboard
abstract
fun
getNextOccurence
(
)
:
Time
get
Rate
Link copied to clipboard
abstract
fun
getRate
(
)
:
Double
update
Link copied to clipboard
abstract
fun
update
(
currentTime
:
Time
,
executed
:
Boolean
,
param
:
Double
,
environment
:
Environment
<
T
,
out
Any
>
)
Updates the internal status.