 | LGSPGraphClone Method (String) |
Duplicates a graph.
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
Syntaxpublic override IGraph Clone(
string newName
)
Parameters
- newName
- Type: SystemString
Name of the new graph.
Return Value
Type:
IGraphA new graph with the same structure as this graph.
Implements
IGraphClone(String)
See Also