Class GraphTree.TreeNode
Description of a node in the tree data structure representing the graph Level describes the preferred horizontal coordinate of the node in variable node unit Rank describes the preferred vertical coordinate of the node in variable node unit
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class GraphTree.TreeNode
Fields
Name | Description |
---|---|
level | The level; Left is negative, 0 center, Right is positive |
nextSide | The next side for neighbors: All, Left, Right |
node | The node descriptor for this TreeNode |
prevSide | The previous side for neighbors: All, Left, Right |
rank | The rank; Vertical position rank |
sameSideConnected | Array that describes which sides are connected to this node: Undefined, Left, Right |