Click or drag to resize

LGSPGraphIsInternallyVisited Method

Overload List
  NameDescription
Public methodIsInternallyVisited(IGraphElement)
Returns whether the given graph element has been internally visited. (Used for computing reachability.)
(Overrides BaseGraphIsInternallyVisited(IGraphElement).)
Public methodIsInternallyVisited(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).)
Top
See Also