info.aduna.linkmap.transform
Class TransformUtil
java.lang.Object
info.aduna.linkmap.transform.TransformUtil
public class TransformUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformUtil
public TransformUtil()
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.