Very simple default implementation of a Copy Factory that creates Graph instances and simply delegates to the CreateNode()()()() and CreateEdge(Node, Node) method.

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class GraphCopyFactory : GraphCopier..::..ICopyFactory
Visual Basic
Public Class GraphCopyFactory _
	Implements GraphCopier..::..ICopyFactory

Remarks

Very simple default implementation of a Copy Factory that creates Graph instances and simply delegates to the CreateNode()()()() and CreateEdge(Node, Node) method.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms..::..GraphCopyFactory

See Also