QuickGraph


CloneableVertexGraphExplorerAlgorithm<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.Exploration

Constructors

ConstructorDescription
new(visitedGraph)
Signature: visitedGraph:IMutableVertexAndEdgeListGraph<'TVertex,'TEdge> -> unit
new(host, visitedGraph)
Signature: (host:IAlgorithmComponent * visitedGraph:IMutableVertexAndEdgeSet<'TVertex,'TEdge>) -> unit

Instance members

Instance memberDescription
AddEdgePredicate()
Signature: unit -> unit
AddVertexPredicate()
Signature: unit -> unit
BackEdge
Signature: EdgeAction<'TVertex,'TEdge>
DiscoverVertex
Signature: VertexAction<'TVertex>
EdgeSkipped
Signature: EdgeAction<'TVertex,'TEdge>
ExploreVertexPredicate()
Signature: unit -> unit
FinishedPredicate()
Signature: unit -> unit
FinishedSuccessfully
Signature: bool
TransitionFactories
Signature: IList<ITransitionFactory<'TVertex,'TEdge>>
TreeEdge
Signature: EdgeAction<'TVertex,'TEdge>
Modifiers: abstract
UnexploredVertices
Signature: IEnumerable<'TVertex>
Fork me on GitHub