uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
GraphConnection
Graph
Connection
data
class
GraphConnection
(
val
id
:
Long
,
val
busType
:
GraphBusType
,
val
source
:
GraphEndpoint
,
val
target
:
GraphEndpoint
)
Members
Constructors
Graph
Connection
Link copied to clipboard
constructor
(
id
:
Long
,
busType
:
GraphBusType
,
source
:
GraphEndpoint
,
target
:
GraphEndpoint
)
Properties
bus
Type
Link copied to clipboard
val
busType
:
GraphBusType
id
Link copied to clipboard
val
id
:
Long
source
Link copied to clipboard
val
source
:
GraphEndpoint
target
Link copied to clipboard
val
target
:
GraphEndpoint