toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-datastructure
/
org.modelix.model.operations
/
IOperation
IOperation
sealed
interface
IOperation
Inheritors
AbstractOperation
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
transaction
:
IWriteTransaction
,
store
:
IDeserializingKeyValueStore
)
:
IAppliedOperation
capture
Intend
Link copied to clipboard
abstract
fun
captureIntend
(
tree
:
ITree
,
store
:
IDeserializingKeyValueStore
)
:
IOperationIntend
get
Referenced
Entries
Link copied to clipboard
abstract
fun
getReferencedEntries
(
)
:
List
<
KVEntryReference
<
IKVValue
>
>