toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api.graphs
/
GraphNodes
Graph
Nodes
data
class
GraphNodes
<
T
>
(
val
nodes
:
Iterable
<
GraphNode
<
T
>
>
)
GraphNodes
is a graph effectively and is rendered with
lib-ext
as well as
GraphNode
Members
Constructors
Graph
Nodes
Link copied to clipboard
constructor
(
nodes
:
Iterable
<
GraphNode
<
T
>
>
)
Properties
nodes
Link copied to clipboard
val
nodes
:
Iterable
<
GraphNode
<
T
>
>