ch.elca.dependency.graph
Class GraphUtils

java.lang.Object
  |
  +--ch.elca.dependency.graph.GraphUtils

public class GraphUtils
extends java.lang.Object

Class GraphUtils is a utility class for manipulating, copying of Graphs (specialized for the att.grappa package).

Version:
1.0-beta
Author:
Pawel Kowalski

Constructor Summary
GraphUtils()
           
 
Method Summary
static Graph copy(Graph inGraph)
          Copy a Graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphUtils

public GraphUtils()
Method Detail

copy

public static Graph copy(Graph inGraph)
Copy a Graph.

Parameters:
inGraph - a Graph value
Returns:
a Graph value


Copyright © 2003 ELCA Informatique SA. All Rights Reserved.