org.griphyn.cPlanner.partitioner.graph
Class Adapter
java.lang.Object
org.griphyn.cPlanner.partitioner.graph.Adapter
public class Adapter
- extends Object
A Adapter class that converts the ADag to Graph and
vice a versa.
- Version:
- $Revision: 50 $
- Author:
- Karan Vahi
|
Method Summary |
static Graph |
convert(ADag dag)
Converts the ADag to Graph instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Adapter
public Adapter()
convert
public static Graph convert(ADag dag)
- Converts the
ADag to Graph instance.
- Parameters:
adag - the ADag object.
- Returns:
- it's representation as a
Graph instance.
Copyright © 2007 The University of Southern California. All Rights Reserved.