DepthFirstSearchCrawlerTVertex, TEdgeRootDetected Method |
Signal the detection of a root vertex that has been visited by the crawler.
Namespace:
SD.Tools.Algorithmia.Graphs
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax protected virtual void RootDetected(
TVertex vertex
)
Protected Overridable Sub RootDetected (
vertex As TVertex
)
Parameters
- vertex
- Type: TVertex
The detected root vertex
Remarks Only called in non-directed graphs, as root detection isn't possible with a DFS crawler in directed graphs without additional algorithm code
See Also