Uses of Class
edu.isi.pegasus.planner.catalog.site.classes.SiteCatalogEntry3
-
Packages that use SiteCatalogEntry3 Package Description edu.isi.pegasus.planner.catalog.site.classes edu.isi.pegasus.planner.parser -
-
Uses of SiteCatalogEntry3 in edu.isi.pegasus.planner.catalog.site.classes
Methods in edu.isi.pegasus.planner.catalog.site.classes that return SiteCatalogEntry3 Modifier and Type Method Description static SiteCatalogEntry3Adapter. convert(SiteCatalogEntry entry)An adapter method that converts theSiteCatalogEntryobject toSiteCatalogEntry3object.Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type SiteCatalogEntry3 Modifier and Type Method Description private static voidAdapter. addDirectory(SiteCatalogEntry3 entry, Directory directory)Adds a directory to the site catalog entry object.static SiteCatalogEntryAdapter. convert(SiteCatalogEntry3 entry)An adapter method that converts theSiteCatalogEntry3object toSiteCatalogEntryobject. -
Uses of SiteCatalogEntry3 in edu.isi.pegasus.planner.parser
Methods in edu.isi.pegasus.planner.parser with parameters of type SiteCatalogEntry3 Modifier and Type Method Description private booleanSiteCatalogXMLParser3. loadSite(SiteCatalogEntry3 site)Whether to laod a site or not in theSiteStore
-