The Node type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Node | Initializes a Node instance with an empty name. |
![]() | Node(String) | Initializes a Node instance with a provided name. |
Properties
Name | Description | |
---|---|---|
![]() | Data | Additional data. Currently not used. |
![]() | Edges | A List of all Edges to or from this Node. |
![]() | Expanded | Whether or not this Node is currently expanded (view-only). |
![]() | Name | The name for this Node. This will be used to uniquely identify the node (for instance when searching for it). |
![]() | Visible | Whether or not this Node is currently visible (view-only). |
See Also