NevronOpenVision
Nevron.Nov.DataStructures Namespace / NTreeGraphVertex Class


NTreeGraphVertex Class Properties

For a list of all members of this type, see NTreeGraphVertex members.

Public Properties
 NameDescription
Public PropertyGets a list of the children vertices  
Public PropertyGets the number of child vertices  
Public PropertyGets the list of edges, which connect this vertex with its children  
Public PropertyGets the height of this tree vertex sub tree. If the vertex is a leaf (has no children) then its height is 0.  
Public PropertyGets the level of this tree vertex from the root. The root vertex is with level 0  
Public PropertyObtains the next sibling of this vertex. Returns null if such does not exist  
Public PropertyGets or sets the parent vertex  
Public PropertyObtains the previous sibling of this vertex. Returns null if such does not exist  
Public PropertyGets the root vertex  
Public PropertyObtains the children of this vertex parent. Returns null if the vertex does not have a parent  
Public PropertyObtains a reference to the tree in which the vertex resides  
Top
See Also