 | GraphHelperAddCloneOfNode Method |
creates a shallow clone of the given node and adds it to the graph, returns it
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static INode AddCloneOfNode(
Object node,
IGraph graph
)
Parameters
- node Object
-
- graph IGraph
-
Return Value
INode
See Also