space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.graph
/
DataEdge
Data
Edge
common
@
Serializable
data
class
DataEdge
<
EdgeId
,
NodeId
,
EdgeData
>
(
val
from
:
NodeId
,
val
to
:
NodeId
,
val
id
:
EdgeId
,
val
data
:
EdgeData
)
:
Edge
<
EdgeId
,
NodeId
,
EdgeData
>
Content copied to clipboard
Constructors
Properties
Constructors
Data
Edge
Link copied to clipboard
common
fun
<
EdgeId
,
NodeId
,
EdgeData
>
DataEdge
(
from
:
NodeId
,
to
:
NodeId
,
id
:
EdgeId
,
data
:
EdgeData
)
Content copied to clipboard
Properties
data
Link copied to clipboard
common
open
override
val
data
:
EdgeData
Content copied to clipboard
from
Link copied to clipboard
common
open
override
val
from
:
NodeId
Content copied to clipboard
id
Link copied to clipboard
common
open
override
val
id
:
EdgeId
Content copied to clipboard
to
Link copied to clipboard
common
open
override
val
to
:
NodeId
Content copied to clipboard