Uses of Class
edu.isi.pegasus.planner.dax.Profile
Packages that use Profile
-
Uses of Profile in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type ProfileMethods in edu.isi.pegasus.planner.dax that return ProfileModifier and TypeMethodDescriptionProfile.clone()
Create a copy of this ProfileSet the value of this ProfileMethods in edu.isi.pegasus.planner.dax that return types with arguments of type ProfileModifier and TypeMethodDescriptionCatalogType.getProfiles()
Return the List ofProfile
objects associated with this Catalog entryPFN.getProfiles()
Methods in edu.isi.pegasus.planner.dax with parameters of type ProfileModifier and TypeMethodDescriptionAbstractJob.addProfile
(Profile profile) Add a Profile objectCatalogType.addProfiles
(Profile profile) Add a Profile object to this Catalog entryPFN.addProfiles
(Profile profile) Method parameters in edu.isi.pegasus.planner.dax with type arguments of type ProfileModifier and TypeMethodDescriptionAbstractJob.addProfiles
(List<Profile> profiles) Add a list of Profile objectsCatalogType.addProfiles
(List<Profile> profiles) Add a List of profile objects to this Catalog entryPFN.addProfiles
(List<Profile> profiles) Constructors in edu.isi.pegasus.planner.dax with parameters of type Profile