Interface IEdgePredecessorRecorderAlgorithm<TVertex, TEdge>
An algorithm that exposes events to compute edges predecessors.
Namespace: QuikGraph.Algorithms
Assembly: QuikGraph.dll
Syntax
public interface IEdgePredecessorRecorderAlgorithm<TVertex, out TEdge>
where TEdge : IEdge<TVertex>
Type Parameters
Name | Description |
---|---|
TVertex | Vertex type. |
TEdge | Edge type. |
Events
| Improve this Doc View SourceDiscoverTreeEdge
Fired when an edge is discovered.
Declaration
event EdgeEdgeAction<TVertex, TEdge> DiscoverTreeEdge
Event Type
Type | Description |
---|---|
EdgeEdgeAction<TVertex, TEdge> |
FinishEdge
Fired when an edge is fully treated.
Declaration
event EdgeAction<TVertex, TEdge> FinishEdge
Event Type
Type | Description |
---|---|
EdgeAction<TVertex, TEdge> |