Package edu.isi.pegasus.planner.parser
Interface SiteCatalogXMLParser
-
- All Known Implementing Classes:
SiteCatalogXMLParser3,SiteCatalogXMLParser4
public interface SiteCatalogXMLParserAn empty interface for Site Catalog XML parsers- Version:
- $Revision$
- Author:
- Karan Vahi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SiteStoregetSiteStore()Returns the constructed site store object
-
-
-
Method Detail
-
getSiteStore
SiteStore getSiteStore()
Returns the constructed site store object- Returns:
SiteStoreif parsing completed
-
-