Click or drag to resize

ContainerHelperFillMapWithKeyEdgeValueNode Method (IDictionary, EdgeType, NodeType, IDictionary)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void FillMapWithKeyEdgeValueNode(
	IDictionary targetMap,
	EdgeType keyEdgeType,
	NodeType valueNodeType,
	IDictionary sourceMap
)

Parameters

targetMap
Type: System.CollectionsIDictionary
keyEdgeType
Type: de.unika.ipd.grGen.libGrEdgeType
valueNodeType
Type: de.unika.ipd.grGen.libGrNodeType
sourceMap
Type: System.CollectionsIDictionary
See Also