Click or drag to resize

IGraphModelFillIndexSetAsClone Method

Called on an index set that was created and bound, when the graph was copy constructed from an original graph, to fill in the already available cloned content from the original graph.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void FillIndexSetAsClone(
	IGraph graph,
	IGraph originalGraph,
	IDictionary<IGraphElement, IGraphElement> oldToNewMap
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
originalGraph
Type: de.unika.ipd.grGen.libGrIGraph
oldToNewMap
Type: System.Collections.GenericIDictionaryIGraphElement, IGraphElement
See Also