Click or drag to resize

IAlgorithmTGraph Interface

Namespace:  QuickGraph.Algorithms
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public interface IAlgorithm<TGraph> : IComputation

Type Parameters

TGraph

The IAlgorithmTGraph type exposes the following members.

Properties
  NameDescription
Public propertyState (Inherited from IComputation.)
Public propertySyncRoot (Inherited from IComputation.)
Public propertyVisitedGraph
Top
Methods
  NameDescription
Public methodAbort (Inherited from IComputation.)
Public methodCompute (Inherited from IComputation.)
Top
Events
  NameDescription
Public eventAborted (Inherited from IComputation.)
Public eventFinished (Inherited from IComputation.)
Public eventStarted (Inherited from IComputation.)
Public eventStateChanged (Inherited from IComputation.)
Top
See Also