VertexPredecessorPathRecorderObserver<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms.Observers
Constructors
Constructor | Description |
new()
Signature: unit -> unit
|
|
new(vertexPredecessors)
Signature: vertexPredecessors:IDictionary<'TVertex,'TEdge> -> unit
|
Instance members
Instance member | Description |
AllPaths()
Signature: unit -> IEnumerable<IEnumerable<'TEdge>>
|
|
Attach(algorithm)
Signature: algorithm:IVertexPredecessorRecorderAlgorithm<'TVertex,'TEdge> -> IDisposable
Modifiers: abstract |
|
EndPathVertices
Signature: ICollection<'TVertex>
|
|
VertexPredecessors
Signature: IDictionary<'TVertex,'TEdge>
|