HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.web
/
FlowGraph
Flow
Graph
data
class
FlowGraph
(
val
nodes
:
List
<
Node
>
,
val
connections
:
List
<
Connection
>
)
Members
Constructors
Flow
Graph
Link copied to clipboard
constructor
(
nodes
:
List
<
Node
>
,
connections
:
List
<
Connection
>
)
Properties
connections
Link copied to clipboard
val
connections
:
List
<
Connection
>
nodes
Link copied to clipboard
val
nodes
:
List
<
Node
>