Click or drag to resize

BaseGraphSetInternallyVisited Method (IGraphElement, Boolean, Int32)

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

Parameters

elem
Type: de.unika.ipd.grGen.libGrIGraphElement
visited
Type: SystemBoolean
threadId
Type: SystemInt32

Implements

IGraphSetInternallyVisited(IGraphElement, Boolean, Int32)
See Also