Click or drag to resize

LGSPGraphModelFillIndexSetAsClone Method

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public abstract 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

Implements

IGraphModelFillIndexSetAsClone(IGraph, IGraph, IDictionaryIGraphElement, IGraphElement)
See Also