Click or drag to resize

LGSPNamedGraphCloneNamed(String, IDictionaryIGraphElement, IGraphElement) Method


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

Parameters

newName  String
 
oldToNewMap  IDictionaryIGraphElement, IGraphElement
 

Return Value

INamedGraph
See Also