Click or drag to resize

BaseGraphSetInternallyVisited Method (IGraphElement, Boolean)

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
)

Parameters

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

Implements

IGraphSetInternallyVisited(IGraphElement, Boolean)
See Also