Click or drag to resize

LGSPNamedGraphCloneNamed Method (String, IDictionaryIGraphElement, IGraphElement)

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public INamedGraph CloneNamed(
	string newName,
	out IDictionary<IGraphElement, IGraphElement> oldToNewMap
)

Parameters

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

Return Value

Type: INamedGraph
See Also