Click or drag to resize

LGSPObjectClone Method

Creates a shallow clone of this object. All attributes will be transfered to the new object. A new name will be fetched from the graph.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public abstract IObject Clone(
	IGraph graph
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: IObject
A copy of this object.

Implements

IObjectClone(IGraph)
See Also