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

Packages that use Profile
edu.isi.pegasus.planner.dax   
 

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

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

Methods in edu.isi.pegasus.planner.dax that return Profile
 Profile Profile.clone()
          Create a copy of this Profile
 Profile Profile.setValue(String value)
          Set the value of this Profile
 

Methods in edu.isi.pegasus.planner.dax that return types with arguments of type Profile
 List<Profile> CatalogType.getProfiles()
          Return the List of Profile objects associated with this Catalog entry
 List<Profile> PFN.getProfiles()
           
 

Methods in edu.isi.pegasus.planner.dax with parameters of type Profile
 AbstractJob AbstractJob.addProfile(Profile profile)
          Add a Profile object
 CatalogType CatalogType.addProfiles(Profile profile)
          Add a Profile object to this Catalog entry
 PFN PFN.addProfiles(Profile profile)
           
 

Method parameters in edu.isi.pegasus.planner.dax with type arguments of type Profile
 CatalogType CatalogType.addProfiles(List<Profile> profiles)
          Add a List of profile objects to this Catalog entry
 AbstractJob AbstractJob.addProfiles(List<Profile> profiles)
          Add a list of Profile objects
 PFN PFN.addProfiles(List<Profile> profiles)
           
 

Constructors in edu.isi.pegasus.planner.dax with parameters of type Profile
Profile(Profile p)
          Copy constructor
 



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