Click or drag to resize

AlgorithmBaseTGraph Class

Inheritance Hierarchy
SystemObject
  QuickGraph.AlgorithmsAlgorithmBaseTGraph
    More...

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

Type Parameters

TGraph

The AlgorithmBaseTGraph type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAbort
Protected methodBeginComputation
Protected methodClean
Public methodCompute
Protected methodEndComputation
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetServiceT
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitialize
Protected methodInternalCompute
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAborted
Protected methodOnFinished
Protected methodOnStarted
Protected methodOnStateChanged
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTryGetService(Type, Object)
Public methodTryGetServiceT(T)
Top
Events
See Also
Inheritance Hierarchy
SystemObject
  QuickGraph.AlgorithmsAlgorithmBaseTGraph
    QuickGraph.AlgorithmsCentralityApproximationAlgorithmTVertex, TEdge
    QuickGraph.Algorithms.CliquesMaximumCliqueAlgorithmBaseTVertex, TEdge
    QuickGraph.Algorithms.CondensationCondensationGraphAlgorithmTVertex, TEdge, TGraph
    QuickGraph.Algorithms.CondensationEdgeMergeCondensationGraphAlgorithmTVertex, TEdge
    QuickGraph.Algorithms.ConnectedComponentsConnectedComponentsAlgorithmTVertex, TEdge
    QuickGraph.Algorithms.ConnectedComponentsIncrementalConnectedComponentsAlgorithmTVertex, TEdge
    QuickGraph.Algorithms.ConnectedComponentsStronglyConnectedComponentsAlgorithmTVertex, TEdge
    QuickGraph.Algorithms.ConnectedComponentsWeaklyConnectedComponentsAlgorithmTVertex, TEdge
    QuickGraph.AlgorithmsMaximumBipartiteMatchingAlgorithmTVertex, TEdge
    QuickGraph.Algorithms.MaximumFlowGraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph
    QuickGraph.Algorithms.MaximumFlowMaximumFlowAlgorithmTVertex, TEdge
    QuickGraph.Algorithms.MinimumSpanningTreeKruskalMinimumSpanningTreeAlgorithmTVertex, TEdge
    QuickGraph.Algorithms.RankingPageRankAlgorithmTVertex, TEdge
    QuickGraph.AlgorithmsRootedAlgorithmBaseTVertex, TGraph
    QuickGraph.Algorithms.ShortestPathFloydWarshallAllShortestPathAlgorithmTVertex, TEdge
    QuickGraph.Algorithms.TopologicalSortSourceFirstTopologicalSortAlgorithmTVertex, TEdge
    QuickGraph.Algorithms.TopologicalSortTopologicalSortAlgorithmTVertex, TEdge
    QuickGraph.Algorithms.TopologicalSortUndirectedFirstTopologicalSortAlgorithmTVertex, TEdge
    QuickGraph.Algorithms.TopologicalSortUndirectedTopologicalSortAlgorithmTVertex, TEdge