alchemist-full
Toggle table of contents
39.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist-full
alchemist-implementationbase
/
it.unibo.alchemist.model.timedistributions
/
Trigger
Trigger
class
Trigger
<
T
>
(
time
:
Time
)
:
AbstractDistribution
<
T
>
(
source
)
A trigger that fires at a given time.
Members
Constructors
Trigger
Link copied to clipboard
constructor
(
time
:
Time
)
Types
Companion
Link copied to clipboard
object
Companion
Static constants for
Trigger
class.
Functions
clone
On
New
Node
Link copied to clipboard
open
override
fun
cloneOnNewNode
(
destination
:
Node
<
T
>
,
currentTime
:
Time
)
:
AbstractDistribution
<
T
>
get
Next
Occurence
Link copied to clipboard
override
fun
getNextOccurence
(
)
:
Time
get
Rate
Link copied to clipboard
open
override
fun
getRate
(
)
:
Double
update
Link copied to clipboard
override
fun
update
(
@
Nonnull
currentTime
:
Time
,
hasBeenExecuted
:
Boolean
,
additionalParameter
:
Double
,
@
Nonnull
environment
:
Environment
<
T
,
*
>
)