org.griphyn.cPlanner.partitioner.graph
Class Adapter

java.lang.Object
  extended by 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

Constructor Summary
Adapter()
           
 
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
 

Constructor Detail

Adapter

public Adapter()
Method Detail

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.