SourceFirstTopologicalSortAlgorithm<TVertex, TEdge> Class |
Namespace: QuickGraph.Algorithms.TopologicalSort
public sealed class SourceFirstTopologicalSortAlgorithm<TVertex, TEdge> : AlgorithmBase<IVertexAndEdgeListGraph<TVertex, TEdge>> where TEdge : Object, IEdge<TVertex>
The SourceFirstTopologicalSortAlgorithm<TVertex, TEdge> type exposes the following members.
Name | Description | |
---|---|---|
![]() | SourceFirstTopologicalSortAlgorithm<TVertex, TEdge> |
Name | Description | |
---|---|---|
![]() | Heap | |
![]() | InDegrees | |
![]() | Services | (Inherited from AlgorithmBase<TGraph>.) |
![]() | SortedVertices | |
![]() | State | (Inherited from AlgorithmBase<TGraph>.) |
![]() | SyncRoot | (Inherited from AlgorithmBase<TGraph>.) |
![]() | VisitedGraph | (Inherited from AlgorithmBase<TGraph>.) |
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from AlgorithmBase<TGraph>.) |
![]() | Compute() | (Inherited from AlgorithmBase<TGraph>.) |
![]() | Compute(IList<TVertex>) | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetService<T> | (Inherited from AlgorithmBase<TGraph>.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetService<T>(T) | (Inherited from AlgorithmBase<TGraph>.) |
Name | Description | |
---|---|---|
![]() | Aborted | (Inherited from AlgorithmBase<TGraph>.) |
![]() | AddVertex | |
![]() | Finished | (Inherited from AlgorithmBase<TGraph>.) |
![]() | Started | (Inherited from AlgorithmBase<TGraph>.) |
![]() | StateChanged | (Inherited from AlgorithmBase<TGraph>.) |