org.griphyn.common.catalog.transformation
Class Adapter
java.lang.Object
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
|
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 |
Adapter
Adapter()
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.