info.aduna.linkmap.transform
Class TransformUtil

java.lang.Object
  extended by info.aduna.linkmap.transform.TransformUtil

public class TransformUtil
extends Object


Constructor Summary
TransformUtil()
           
 
Method Summary
static GraphImpl cloneForTransform(Graph graph)
          Creates a more-or-less deep-clone of the specified Graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformUtil

public TransformUtil()
Method Detail

cloneForTransform

public static GraphImpl cloneForTransform(Graph graph)
Creates a more-or-less deep-clone of the specified Graph. Vertices and Edges are duplicated but a duplicate Vertex or Edge has the same layout and rendering attributes as the original Vertex or Edge.

The Vertices and Edges in the returned GraphImpl are instances of VertexImpl and EdgeImpl.



Copyright © 1997-2008 Aduna. All Rights Reserved.