Package org.jetbrains.kotlinx.jupyter.api.graphs
See: Description
-
Object Summary Object Description Companion -
Interface Summary Interface Description GraphNode Graph node which represents the object as a part of some hierarchyClasses implementing this interface should take care of equals and hashCode because they are used for testing the nodes for equality, and wrong implementation of these methods may lead to the wrong graph rendering, StackOverflow / OutOfMemory errors and so on. Label Label contains all information related to the node itself -
Class Summary Class Description GraphNodes GraphNodes is a graph effectively and is rendered with lib-ext
as well as GraphNodeNodeWrapper Use NodeWrapper if T cannot implement GraphNode itself for some reason