DepthFirstSearchCrawlerTVertex, TEdgeCrawl Method (TVertex) |
Crawls the graph set as the graphToCrawl in the constructor, starting with the vertex specified. If the vertex isn't in the graph, the routine is a no-op
Namespace: SD.Tools.Algorithmia.GraphsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax protected void Crawl(
TVertex vertexToStart
)
Protected Sub Crawl (
vertexToStart As TVertex
)
Parameters
- vertexToStart
- Type: TVertex
The vertex to start the crawl operation.
Remarks vertexToStart can't be null, as a graph can't contain null vertices
See Also