toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-api-gen-runtime
/
org.modelix.metamodel
/
ModelData
Model
Data
@
Serializable
data
class
ModelData
(
val
id
:
String
?
=
null
,
val
root
:
NodeData
)
Deprecated
use org.modelix.mode.data.*
Members
Members & Extensions
Constructors
Model
Data
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
root
:
NodeData
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
root
Link copied to clipboard
val
root
:
NodeData
Functions
load
Link copied to clipboard
fun
load
(
branch
:
IBranch
)
node
UID
Link copied to clipboard
fun
ModelData
.
nodeUID
(
node
:
NodeData
)
:
String
to
Compact
Json
Link copied to clipboard
fun
toCompactJson
(
)
:
String
to
Json
Link copied to clipboard
fun
toJson
(
)
:
String