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.1
Syntax
C#
public override INamedGraph CloneAndAssignNames()

Return Value

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

Implements

IGraphCloneAndAssignNames
See Also