toggle menu
alchemist
jvm
switch theme
search in API
alchemist
/
it.unibo.alchemist.model.sapere.timedistributions
/
SAPERETimeDistribution
SAPERETime
Distribution
interface
SAPERETimeDistribution
:
TimeDistribution
<
T
>
Interface for TimeDistribution that need matches.
Inheritors
SAPEREExponentialTime
Members
Functions
clone
On
New
Node
Link copied to clipboard
abstract
fun
cloneOnNewNode
(
p
:
Node
<
T
>
,
p1
:
Time
)
:
TimeDistribution
<
T
>
get
Next
Occurence
Link copied to clipboard
abstract
fun
getNextOccurence
(
)
:
Time
get
Rate
Link copied to clipboard
abstract
fun
getRate
(
)
:
Double
get
Rate
Equation
Link copied to clipboard
abstract
fun
getRateEquation
(
)
:
IExpression
is
Static
Link copied to clipboard
abstract
fun
isStatic
(
)
:
Boolean
set
Matches
Link copied to clipboard
abstract
fun
setMatches
(
match
:
Map
<
HashString
,
ITreeNode
<
out
Any
>
>
)
update
Link copied to clipboard
abstract
fun
update
(
p
:
Time
,
p1
:
Boolean
,
p2
:
Double
,
p3
:
Environment
<
T
,
out
Any
>
)