NevronOpenVision
Nevron.Nov.DataStructures Namespace / NTreeGraphVertex Class
Fields Properties Methods


NTreeGraphVertex Class Members

The following tables list the members exposed by NTreeGraphVertex.

Public Constructors
 NameDescription
Public ConstructorCreates a new tree vertex  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Top
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
Public Methods
 NameDescription
Public MethodFinds the edge, which connects this vertex with the specified child  
Public MethodOverridden. Overriden to return GraphPartType.Vertex  
Public Method  
Top
See Also