Click or drag to resize

LGSPGraph(LGSPGraph, String) Constructor

Copy constructor.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public LGSPGraph(
	LGSPGraph dataSource,
	string newName
)

Parameters

dataSource  LGSPGraph
The LGSPGraph object to get the data from
newName  String
Name of the copied graph.
See Also