Click or drag to resize

LGSPGraphSetInternallyVisited Method (IGraphElement, Boolean)

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

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override void SetInternallyVisited(
	IGraphElement elem,
	bool visited
)

Parameters

elem
Type: de.unika.ipd.grGen.libGrIGraphElement
The graph element whose flag is to be set.
visited
Type: SystemBoolean
True for visited, false for not visited.

Implements

IGraphSetInternallyVisited(IGraphElement, Boolean)
See Also