Click or drag to resize

BaseGraphClone Method (String, IDictionaryIGraphElement, IGraphElement)

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

Parameters

newName
Type: SystemString
oldToNewMap
Type: System.Collections.GenericIDictionaryIGraphElement, IGraphElement

Return Value

Type: IGraph

Implements

IGraphClone(String, IDictionaryIGraphElement, IGraphElement)
See Also