[This is preliminary documentation and is subject to change.]

Represents whole graph, implements graph alghoritms

Namespace: Tools.DataStructuresT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class Graph : ICloneable<Graph>
Visual Basic
Public Class Graph _
	Implements ICloneable(Of Graph)
Visual C++
public ref class Graph : ICloneable<Graph^>
F#
type Graph =  
    class
        interface ICloneable<Graph>
    end
JScript
public class Graph implements ICloneable<Graph>

Remarks

You should always run only one graph alghoritm at time (on single graph)

Inheritance Hierarchy

System..::..Object
  Tools.DataStructuresT.GenericT..::..Graph

See Also

Collapse/expand Version History

1.5.2

  • (Nightly) Class introduced