EdgePredecessorRecorderObserver<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms.Observers
Constructors
Constructor | Description |
new()
Signature: unit -> unit
|
|
new(edgePredecessors, endPathEdges)
Signature: (edgePredecessors:IDictionary<'TEdge,'TEdge> * endPathEdges:IList<'TEdge>) -> unit
|
Instance members
Instance member | Description |
AllMergedPaths()
Signature: unit -> ICollection<ICollection<'TEdge>>
|
|
AllPaths()
Signature: unit -> ICollection<ICollection<'TEdge>>
|
|
Attach(algorithm)
Signature: algorithm:IEdgePredecessorRecorderAlgorithm<'TVertex,'TEdge> -> IDisposable
Modifiers: abstract |
|
EdgePredecessors
Signature: IDictionary<'TEdge,'TEdge>
|
|
EndPathEdges
Signature: IList<'TEdge>
|
|
MergedPath(se, colors)
Signature: (se:'TEdge * colors:IDictionary<'TEdge,GraphColor>) -> ICollection<'TEdge>
|
|
Path(se)
Signature: se:'TEdge -> ICollection<'TEdge>
|