Click or drag to resize

LGSPGraphSetVisited Method

Sets the visited flag of the given graph element.

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

Parameters

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

Implements

IGraphSetVisited(IGraphElement, Int32, Boolean)
See Also