Click or drag to resize

LGSPGraphCloneAndAssignNames Method

Duplicates a graph, assigning names. The new graph will use the same model as the other Open transaction data will not be cloned.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override INamedGraph CloneAndAssignNames()

Return Value

Type: INamedGraph
A new named graph with the same structure as this graph.

Implements

IGraphCloneAndAssignNames
See Also