LGSPGraphIsInternallyVisited Method |
| Name | Description | |
|---|---|---|
| IsInternallyVisited(IGraphElement) |
Returns whether the given graph element has been internally visited.
(Used for computing reachability.)
(Overrides BaseGraphIsInternallyVisited(IGraphElement).) | |
| IsInternallyVisited(IGraphElement, Int32) |
Returns whether the given graph element has been internally visited.
(Used for computing reachability when employed from a parallelized matcher executed by the thread pool.)
(Overrides BaseGraphIsInternallyVisited(IGraphElement, Int32).) |