 | IGraphCloneAndAssignNames Method |
Duplicates a graph, assigning names. (Don't use this on a named graph.)
The new graph will use the same model and backend as the other.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxINamedGraph CloneAndAssignNames()
Return Value
Type:
INamedGraphA new named graph with the same structure as this graph.
See Also