VertexTimeStamperObserver<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms.Observers
Constructors
Constructor | Description |
new()
Signature: unit -> unit
|
|
new(discoverTimes)
Signature: discoverTimes:Dictionary<'TVertex,int> -> unit
|
|
new(discoverTimes, finishTimes)
Signature: (discoverTimes:Dictionary<'TVertex,int> * finishTimes:Dictionary<'TVertex,int>) -> unit
|
Instance members
Instance member | Description |
Attach(algorithm)
Signature: algorithm:IVertexTimeStamperAlgorithm<'TVertex,'TEdge> -> IDisposable
Modifiers: abstract |
|
DiscoverTimes
Signature: IDictionary<'TVertex,int>
|
|
FinishTimes
Signature: IDictionary<'TVertex,int>
|