TreeNode
scalation.database.TreeNode
The TreeNode
class is for a node in a tree.
Value parameters
- label
-
the node/incoming edge label
- lev
-
the level of the node in the tree
- nid
-
the unique identifier for the node
- ord
-
the birth order
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Keywords
- no keywords
- override
In this article