Click or drag to resize

SimpleGraphCanonizerBuildConnectedComponent Method

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public void BuildConnectedComponent(
	INode curNode,
	Dictionary<INode, bool> visitedNodeSet,
	List<int> connectedComponent
)

Parameters

curNode
Type: de.unika.ipd.grGen.libGrINode
visitedNodeSet
Type: System.Collections.GenericDictionaryINode, Boolean
connectedComponent
Type: System.Collections.GenericListInt32
See Also