 | IGraphIsInternallyVisited(IGraphElement) Method |
Returns whether the given graph element has been internally visited.
(Used for computing reachability.)
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxbool IsInternallyVisited(
IGraphElement elem
)
Parameters
- elem IGraphElement
- The graph element whose flag is to be retrieved.
Return Value
BooleanTrue for visited, false for not visited.
See Also