Class GraphTree
A Graph data structure representation of the SystemGraph
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class GraphTree
Fields
Name | Description |
---|---|
bounds | The bounds |
cur |
The current left rank |
cur |
The current right rank |
grid |
The grid layout |
k |
The default constant maximum level |
k |
The default constant maximum rank |
level |
The level bound |
max |
The maximum level |
max |
The maximum rank |
min |
The minimum level |
min |
The minimum rank |
root | The root TreeNode |
Methods
Name | Description |
---|---|
Add |
Adds the node descriptor. |
Add |
Adds the root node descriptor. |
Get |
Gets all nodes. |
Get |
Gets the maximum levels going to the specified side from the specified caller tree node. |
Get |
Gets the tree node for a given node descriptor. |
Insert |
Inserts the tree node. |
Traverse(Port |
Traverses the specified side. |