TopologicalSortAlgorithmTVertex, TEdge Class |
Namespace: QuickGraph.Algorithms.TopologicalSort
public sealed class TopologicalSortAlgorithm<TVertex, TEdge> : AlgorithmBase<IVertexListGraph<TVertex, TEdge>> where TEdge : Object, IEdge<TVertex>
The TopologicalSortAlgorithmTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | TopologicalSortAlgorithmTVertex, TEdge(IVertexListGraphTVertex, TEdge) | |
![]() | TopologicalSortAlgorithmTVertex, TEdge(IVertexListGraphTVertex, TEdge, IListTVertex) |
Name | Description | |
---|---|---|
![]() | AllowCyclicGraph | |
![]() | Services | (Inherited from AlgorithmBaseTGraph.) |
![]() | SortedVertices | |
![]() | State | (Inherited from AlgorithmBaseTGraph.) |
![]() | SyncRoot | (Inherited from AlgorithmBaseTGraph.) |
![]() | VisitedGraph | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from AlgorithmBaseTGraph.) |
![]() | Compute | (Inherited from AlgorithmBaseTGraph.) |
![]() | Compute(IListTVertex) | |
![]() | 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.) |
![]() | GetServiceT | (Inherited from AlgorithmBaseTGraph.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetServiceT(T) | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Aborted | (Inherited from AlgorithmBaseTGraph.) |
![]() | Finished | (Inherited from AlgorithmBaseTGraph.) |
![]() | Started | (Inherited from AlgorithmBaseTGraph.) |
![]() | StateChanged | (Inherited from AlgorithmBaseTGraph.) |