Name | Description | |
---|---|---|
NTreeGraphVertex Constructor | Creates a new tree vertex |
The following tables list the members exposed by NTreeGraphVertex.
Name | Description | |
---|---|---|
NTreeGraphVertex Constructor | Creates a new tree vertex |
Name | Description | |
---|---|---|
Children | Gets a list of the children vertices | |
ChildrenCount | Gets the number of child vertices | |
Edges | Gets the list of edges, which connect this vertex with its children | |
Height | Gets the height of this tree vertex sub tree. If the vertex is a leaf (has no children) then its height is 0. | |
Level | Gets the level of this tree vertex from the root. The root vertex is with level 0 | |
NextSibling | Obtains the next sibling of this vertex. Returns null if such does not exist | |
Parent | Gets or sets the parent vertex | |
PrevSibling | Obtains the previous sibling of this vertex. Returns null if such does not exist | |
Root | Gets the root vertex | |
Siblings | Obtains the children of this vertex parent. Returns null if the vertex does not have a parent | |
Tree | Obtains a reference to the tree in which the vertex resides |
Name | Description | |
---|---|---|
FindEdgeWithChild | Finds the edge, which connects this vertex with the specified child | |
GetPartType | Overridden. Overriden to return GraphPartType.Vertex | |
ToString |