Click or drag to resize

LGSPUniquenessEnsurerFillAsClone Method

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public virtual void FillAsClone(
	LGSPUniquenessEnsurer original,
	IDictionary<IGraphElement, IGraphElement> oldToNewMap
)

Parameters

original
Type: de.unika.ipd.grGen.lgspLGSPUniquenessEnsurer
oldToNewMap
Type: System.Collections.GenericIDictionaryIGraphElement, IGraphElement
See Also