toggle menu
modelix.core
8.16.0
jvm
switch theme
search in API
model-datastructure
/
org.modelix.model
/
InMemoryModelLoader
In
Memory
Model
Loader
jvm
class
InMemoryModelLoader
(
val
incrementalModel
:
IncrementalInMemoryModel
,
val
coroutineScope
:
CoroutineScope
)
Members
Constructors
In
Memory
Model
Loader
Link copied to clipboard
jvm
constructor
(
incrementalModel
:
IncrementalInMemoryModel
,
coroutineScope
:
CoroutineScope
)
Properties
coroutine
Scope
Link copied to clipboard
jvm
val
coroutineScope
:
CoroutineScope
incremental
Model
Link copied to clipboard
jvm
val
incrementalModel
:
IncrementalInMemoryModel
Functions
get
Model
Link copied to clipboard
jvm
fun
getModel
(
tree
:
CLTree
)
:
Deferred
<
InMemoryModel
>