Uses of Class
edu.isi.pegasus.planner.dax.PFN

Packages that use PFN
edu.isi.pegasus.planner.classes   
edu.isi.pegasus.planner.dax   
 

Uses of PFN in edu.isi.pegasus.planner.classes
 

Methods in edu.isi.pegasus.planner.classes with parameters of type PFN
 void ReplicaLocation.addPFN(PFN pfn)
          Adds a PFN specified in the DAX to the object
 

Uses of PFN in edu.isi.pegasus.planner.dax
 

Fields in edu.isi.pegasus.planner.dax with type parameters of type PFN
protected  List<PFN> CatalogType.mPFNs
           
 

Methods in edu.isi.pegasus.planner.dax that return PFN
 PFN PFN.addProfile(Profile.NAMESPACE namespace, String key, String value)
           
 PFN PFN.addProfile(String namespace, String key, String value)
           
 PFN PFN.addProfiles(List<Profile> profiles)
           
 PFN PFN.addProfiles(Profile profile)
           
 PFN PFN.setSite(String site)
           
 

Methods in edu.isi.pegasus.planner.dax that return types with arguments of type PFN
 List<PFN> CatalogType.getPhysicalFiles()
          Returns a List of PFN objects associated with this Catalog entry
 

Methods in edu.isi.pegasus.planner.dax with parameters of type PFN
 CatalogType CatalogType.addPhysicalFile(PFN pfn)
          Add a PFN object to the Catalog
 

Method parameters in edu.isi.pegasus.planner.dax with type arguments of type PFN
 CatalogType CatalogType.addPhysicalFiles(List<PFN> pfns)
          Add a list of PFN objects to the Catalog
 



Copyright © 2011 The University of Southern California. All Rights Reserved.