Click or drag to resize

BaseGraphSetInternallyVisited(IGraphElement, Boolean) Method


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

Parameters

elem  IGraphElement
 
visited  Boolean
 

Implements

IGraphSetInternallyVisited(IGraphElement, Boolean)
See Also