Click or drag to resize

BaseGraphClone(String, IDictionaryIGraphElement, IGraphElement) Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public abstract IGraph Clone(
	string newName,
	out IDictionary<IGraphElement, IGraphElement> oldToNewMap
)

Parameters

newName  String
 
oldToNewMap  IDictionaryIGraphElement, IGraphElement
 

Return Value

IGraph

Implements

IGraphClone(String, IDictionaryIGraphElement, IGraphElement)
See Also