Click or drag to resize

LGSPNamedGraph(LGSPNamedGraph, String, IDictionaryIGraphElement, IGraphElement) Constructor

Copy constructor.

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

Parameters

dataSource  LGSPNamedGraph
The LGSPNamedGraph object to get the data from
newName  String
Name of the copied graph.
oldToNewMap  IDictionaryIGraphElement, IGraphElement
A map of the old elements to the new elements after cloning.
See Also