HciGraphNode

data class HciGraphNode(graphX: Int, subGraphNodes: List<HciSubGraphNode>)

Properties

graphX
Link copied to clipboard
val graphX: Int

The graph of this node

subGraphNodes
Link copied to clipboard
val subGraphNodes: List<HciSubGraphNode>

The child nodes of this node