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.1
Syntax
C#
void FillIndexSetAsClone(
	IGraph graph,
	IGraph originalGraph,
	IDictionary<IGraphElement, IGraphElement> oldToNewMap
)

Parameters

graph  IGraph
 
originalGraph  IGraph
 
oldToNewMap  IDictionaryIGraphElement, IGraphElement
 
See Also