Click or drag to resize

BaseGraphIsInternallyVisited(IGraphElement, Int32) Method


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

Parameters

elem  IGraphElement
 
threadId  Int32
 

Return Value

Boolean

Implements

IGraphIsInternallyVisited(IGraphElement, Int32)
See Also