QuickGraph


VertexTimeStamperObserver<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.Observers

Constructors

ConstructorDescription
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 memberDescription
Attach(algorithm)
Signature: algorithm:IVertexTimeStamperAlgorithm<'TVertex,'TEdge> -> IDisposable
Modifiers: abstract
DiscoverTimes
Signature: IDictionary<'TVertex,int>
FinishTimes
Signature: IDictionary<'TVertex,int>
Fork me on GitHub