VertexPredecessorRecorderObserver<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms.Observers
Constructors
Constructor | Description |
new()
Signature: unit -> unit
|
|
new(vertexPredecessors)
Signature: vertexPredecessors:Dictionary<'TVertex,'TEdge> -> unit
|
Instance members
Instance member | Description |
Attach(algorithm)
Signature: algorithm:ITreeBuilderAlgorithm<'TVertex,'TEdge> -> IDisposable
Modifiers: abstract |
|
TryGetPath(vertex, path)
Signature: (vertex:'TVertex * path:byref<IEnumerable<'TEdge>>) -> bool
|
|
VertexPredecessors
Signature: IDictionary<'TVertex,'TEdge>
|