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