toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
lib-ext
/
org.jetbrains.kotlinx.jupyter.ext.graph.structure
/
MultiGraph
Multi
Graph
interface
MultiGraph
<
out
T
>
Inheritors
Graph
MultiGraphImpl
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Properties
directed
Edges
Link copied to clipboard
abstract
val
directedEdges
:
Collection
<
DirectedEdge
<
T
>
>
nodes
Link copied to clipboard
abstract
val
nodes
:
Set
<
GraphNode
<
T
>
>
undirected
Edges
Link copied to clipboard
abstract
val
undirectedEdges
:
Collection
<
UndirectedEdge
<
T
>
>
Functions
dot
Text
Link copied to clipboard
fun
<
T
>
MultiGraph
<
T
>
.
dotText
(
)
:
String
render
Link copied to clipboard
fun
<
T
>
MultiGraph
<
T
>
.
render
(
)
:
Image
to
HTML
Link copied to clipboard
fun
<
T
>
MultiGraph
<
T
>
.
toHTML
(
)
:
String