Click or drag to resize

IGraphIsInternallyVisited Method (IGraphElement)

Returns whether the given graph element has been internally visited. (Used for computing reachability.)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
bool IsInternallyVisited(
	IGraphElement elem
)

Parameters

elem
Type: de.unika.ipd.grGen.libGrIGraphElement
The graph element whose flag is to be retrieved.

Return Value

Type: Boolean
True for visited, false for not visited.
See Also