Uses of Class
edu.isi.pegasus.planner.dax.PFN
-
Packages that use PFN Package Description edu.isi.pegasus.planner.dax -
-
Uses of PFN in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type PFN Modifier and Type Field Description protected java.util.List<PFN>
CatalogType. mPFNs
Methods in edu.isi.pegasus.planner.dax that return PFN Modifier and Type Method Description PFN
PFN. addProfile(Profile.NAMESPACE namespace, java.lang.String key, java.lang.String value)
PFN
PFN. addProfile(java.lang.String namespace, java.lang.String key, java.lang.String value)
PFN
PFN. addProfiles(Profile profile)
PFN
PFN. addProfiles(java.util.List<Profile> profiles)
PFN
PFN. setSite(java.lang.String site)
PFN
PFN. setURL(java.lang.String url)
Methods in edu.isi.pegasus.planner.dax that return types with arguments of type PFN Modifier and Type Method Description java.util.List<PFN>
CatalogType. getPhysicalFiles()
Returns a List of PFN objects associated with this Catalog entryMethods in edu.isi.pegasus.planner.dax with parameters of type PFN Modifier and Type Method Description CatalogType
CatalogType. addPhysicalFile(PFN pfn)
Add a PFN object to the CatalogMethod parameters in edu.isi.pegasus.planner.dax with type arguments of type PFN Modifier and Type Method Description CatalogType
CatalogType. addPhysicalFiles(java.util.List<PFN> pfns)
Add a list of PFN objects to the Catalog
-