Click or drag to resize

BaseGraphIsInternallyVisited Method (IGraphElement, Int32)

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

Parameters

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

Return Value

Type: Boolean

Implements

IGraphIsInternallyVisited(IGraphElement, Int32)
See Also