Click or drag to resize

ToolsCopyNode Method

Overload List
  NameDescription
Public methodStatic memberCopyNode(INode, IGraph)
Copies a Node so it can be used in another Graph since by default Triples cannot contain Nodes from more than one Graph.
Public methodStatic memberCopyNode(INode, INodeFactory)
Copies a Node using another Node Factory.
Public methodStatic memberCopyNode(INode, IGraph, Boolean)
Copies a Node so it can be used in another Graph since by default Triples cannot contain Nodes from more than one Graph.
Top
See Also