toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-datastructure
/
org.modelix.model.operations
/
UndoOp
/
Intend
Intend
inner
class
Intend
(
val
intends
:
List
<
IOperationIntend
>
,
val
store
:
IDeserializingKeyValueStore
)
:
IOperationIntend
Members
Constructors
Intend
Link copied to clipboard
constructor
(
intends
:
List
<
IOperationIntend
>
,
store
:
IDeserializingKeyValueStore
)
Properties
intends
Link copied to clipboard
val
intends
:
List
<
IOperationIntend
>
store
Link copied to clipboard
val
store
:
IDeserializingKeyValueStore
Functions
get
Original
Op
Link copied to clipboard
open
override
fun
getOriginalOp
(
)
:
IOperation
restore
Intend
Link copied to clipboard
open
override
fun
restoreIntend
(
tree
:
ITree
)
:
List
<
IOperation
>