 | ContainerHelperFillMapWithKeyEdge Method (IDictionary, EdgeType, String, IDictionary, IGraphModel) |
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static IDictionary FillMapWithKeyEdge(
IDictionary mapToCopyTo,
EdgeType keyEdgeType,
string valueTypeName,
IDictionary mapToCopy,
IGraphModel model
)
Parameters
- mapToCopyTo
- Type: System.CollectionsIDictionary
- keyEdgeType
- Type: de.unika.ipd.grGen.libGrEdgeType
- valueTypeName
- Type: SystemString
- mapToCopy
- Type: System.CollectionsIDictionary
- model
- Type: de.unika.ipd.grGen.libGrIGraphModel
Return Value
Type:
IDictionary
See Also