edu.isi.pegasus.planner.catalog.site.classes
Class SiteInfo2SiteCatalogEntry
java.lang.Object
edu.isi.pegasus.planner.catalog.site.classes.SiteInfo2SiteCatalogEntry
public class SiteInfo2SiteCatalogEntry
- extends Object
An adapter class that converts SiteInfo object to SiteCatalogEntry object.
- Version:
- $Revision: 2572 $
- Author:
- Karan Vahi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SiteInfo2SiteCatalogEntry
public SiteInfo2SiteCatalogEntry()
convert
public static SiteCatalogEntry convert(SiteInfo s)
- An adapter method that converts the
SiteInfo object to
SiteCatalogEntry object.
- Parameters:
s - SiteInfo to be converted.
- Returns:
- the converted
SiteCatalogEntry object.
convert
public static SiteCatalogEntry convert(SiteInfo s,
LogManager logger)
- An adapter method that converts the
SiteInfo object to
SiteCatalogEntry object.
- Parameters:
s - SiteInfo to be converted.logger - the hande to the LogManager
- Returns:
- the converted
SiteCatalogEntry object.
Copyright © 2011 The University of Southern California. All Rights Reserved.