A tree-like wrapper for bidirectional graph

Namespace:  QuickGraph.Representations
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public class TreeAdaptorGraph : ITreeGraph
Visual Basic (Declaration)
Public Class TreeAdaptorGraph _
	Implements 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.

Inheritance Hierarchy

System..::.Object
  QuickGraph.Representations..::.TreeAdaptorGraph
    QuickGraph.Representations..::.MutableTreeAdapterGraph

See Also