QuickGraph


EdgePredecessorRecorderObserver<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.Observers

Constructors

ConstructorDescription
new()
Signature: unit -> unit
new(edgePredecessors, endPathEdges)
Signature: (edgePredecessors:IDictionary<'TEdge,'TEdge> * endPathEdges:IList<'TEdge>) -> unit

Instance members

Instance memberDescription
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>
Fork me on GitHub