Click or drag to resize

GraphHelperAddCloneOfNode Method

creates a shallow clone of the given node and adds it to the graph, returns it

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static INode AddCloneOfNode(
	Object node,
	IGraph graph
)

Parameters

node  Object
 
graph  IGraph
 

Return Value

INode
See Also