ORS Android Client
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ORS Android Client
ORS Android Client
/
org.nitri.ors.domain.export
/
GraphEdge
Graph
Edge
@
Serializable
data
class
GraphEdge
(
val
fromId
:
Long
,
val
toId
:
Long
,
val
weight
:
Double
)
Graph edge entry in an
ExportResponse
.
Members
Constructors
Graph
Edge
Link copied to clipboard
constructor
(
fromId
:
Long
,
toId
:
Long
,
weight
:
Double
)
Properties
from
Id
Link copied to clipboard
@
SerialName
(
value
=
"fromId"
)
val
fromId
:
Long
to
Id
Link copied to clipboard
@
SerialName
(
value
=
"toId"
)
val
toId
:
Long
weight
Link copied to clipboard
@
Serializable
(
with
=
StringAsDoubleSerializer::class
)
val
weight
:
Double