 | SimpleGraphCanonizerBuildConnectedComponent Method |
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic 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