Click or drag to resize

IGraphSetInternallyVisited(IGraphElement, Boolean) Method

Sets the internal-use visited flag of the given graph element. (Used for computing reachability.)

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
void SetInternallyVisited(
	IGraphElement elem,
	bool visited
)

Parameters

elem  IGraphElement
The graph element whose flag is to be set.
visited  Boolean
True for visited, false for not visited.
See Also