 | IMatchClone Method (IDictionaryIGraphElement, IGraphElement) |
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.2
SyntaxIMatch Clone(
IDictionary<IGraphElement, IGraphElement> oldToNewMap
)
Parameters
- oldToNewMap
- Type: System.Collections.GenericIDictionaryIGraphElement, IGraphElement
A map of old to corresponding new graph elements.
Return Value
Type:
IMatch
See Also