alchemist-full
Toggle table of contents
37.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist-full
alchemist-api
/
it.unibo.alchemist.model
/
Environment
/
addTerminator
add
Terminator
abstract
fun
addTerminator
(
terminator
:
TerminationPredicate
<
T
,
P
>
)
(
source
)
open
fun
addTerminator
(
terminator
:
(
Environment
<
T
,
P
>
)
->
Boolean
)
(
source
)
Add a
terminator
indicating whether the simulation should be considered finished.