toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-api-gen-runtime
/
org.modelix.metamodel
/
TypedNodeReference
Typed
Node
Reference
data
class
TypedNodeReference
<
NodeT
:
ITypedNode
>
(
val
ref
:
INodeReference
,
val
nodeClass
:
KClass
<
NodeT
>
)
Members
Constructors
Typed
Node
Reference
Link copied to clipboard
constructor
(
ref
:
INodeReference
,
nodeClass
:
KClass
<
NodeT
>
)
Properties
node
Class
Link copied to clipboard
val
nodeClass
:
KClass
<
NodeT
>
ref
Link copied to clipboard
val
ref
:
INodeReference
Functions
resolve
Link copied to clipboard
fun
resolve
(
area
:
IArea
?
)
:
NodeT
?
untyped
Link copied to clipboard
fun
untyped
(
)
:
INodeReference