solve
0.20.9
common
solve
/
it.unibo.tuprolog.solve.sideffects
/
SideEffect
/
ResetFlags
Reset
Flags
common
data
class
ResetFlags
(
val
flags
:
Map
<
String
,
<ERROR CLASS>
>
)
:
SideEffect.AlterFlagsByEntries
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Reset
Flags
Link copied to clipboard
common
fun
ResetFlags
(
vararg
flags
:
Pair
<
String
,
<ERROR CLASS>
>
)
Content copied to clipboard
Reset
Flags
Link copied to clipboard
common
fun
ResetFlags
(
flags
:
Iterable
<
Pair
<
String
,
<ERROR CLASS>
>
>
)
Content copied to clipboard
Reset
Flags
Link copied to clipboard
common
fun
ResetFlags
(
flags
:
Sequence
<
Pair
<
String
,
<ERROR CLASS>
>
>
)
Content copied to clipboard
Reset
Flags
Link copied to clipboard
common
fun
ResetFlags
(
flags
:
Map
<
String
,
<ERROR CLASS>
>
)
Content copied to clipboard
Functions
apply
To
Link copied to clipboard
common
open
override
fun
applyTo
(
context
:
ExecutionContext
)
:
ExecutionContext
Content copied to clipboard
Properties
flags
Link copied to clipboard
common
open
override
val
flags
:
Map
<
String
,
<ERROR CLASS>
>
Content copied to clipboard
flagStore
Link copied to clipboard
common
val
flagStore
:
FlagStore
Content copied to clipboard