solve
0.20.9
common
solve
/
it.unibo.tuprolog.solve.sideffects
/
SideEffect
/
AlterCustomData
Alter
Custom
Data
common
abstract
class
AlterCustomData
(
val
data
:
Map
<
String
,
Any
>
,
val
reset
:
Boolean
=
false
)
:
SideEffect
Content copied to clipboard
Constructors
Functions
Properties
Inheritors
Constructors
Alter
Custom
Data
Link copied to clipboard
common
fun
AlterCustomData
(
data
:
Map
<
String
,
Any
>
,
reset
:
Boolean
=
false
)
Content copied to clipboard
Functions
apply
To
Link copied to clipboard
common
abstract
fun
applyTo
(
context
:
ExecutionContext
)
:
ExecutionContext
Content copied to clipboard
Properties
data
Link copied to clipboard
common
open
val
data
:
Map
<
String
,
Any
>
Content copied to clipboard
reset
Link copied to clipboard
common
open
val
reset
:
Boolean
=
false
Content copied to clipboard
Inheritors
SetPersistentData
Link copied to clipboard
SetDurableData
Link copied to clipboard
SetEphemeralData
Link copied to clipboard