A tree-like interface definition

Namespace:  QuickGraph.Concepts.Traversals
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public interface ITreeGraph
Visual Basic (Declaration)
Public Interface ITreeGraph

Remarks

This interface defines a DOM like tree node structure.

Graphs used with this interface must be directed, not allowing parrallel edges. However, they can be cylic but the in-degree of each vertex must be equal to 1.

See Also