Click or drag to resize

IMatchClone(IDictionaryIGraphElement, IGraphElement) Method

Clone the match, mapping the old graph elements to new graph elements according to the oldToNewMap

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
IMatch Clone(
	IDictionary<IGraphElement, IGraphElement> oldToNewMap
)

Parameters

oldToNewMap  IDictionaryIGraphElement, IGraphElement
A map of old to corresponding new graph elements.

Return Value

IMatch
See Also