org.griphyn.common.catalog.transformation
Class Adapter

java.lang.Object
  extended by org.griphyn.common.catalog.transformation.Adapter

 class Adapter
extends Object

An adapter class that converts the TransformationCharacterisitcs object into a TransformationCatalogEntry object.

Version:
$Revision$
Author:
Karan Vahi

Constructor Summary
Adapter()
           
 
Method Summary
static TransformationCatalogEntry convert(edu.isi.ikcap.workflows.ac.classes.TransformationCharacteristics from)
          Converts a TransformationCharacteristics object to TransformationCatalogEntry object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Adapter

Adapter()
Method Detail

convert

public static TransformationCatalogEntry convert(edu.isi.ikcap.workflows.ac.classes.TransformationCharacteristics from)
Converts a TransformationCharacteristics object to TransformationCatalogEntry object.

Parameters:
from - the TransformationCharacteristics object that has to be converted.
Returns:
TransformationCatalogEntry object.


Copyright © 2007 The University of Southern California. All Rights Reserved.