Uses of Class
edu.isi.pegasus.planner.dax.Profile
-
Packages that use Profile Package Description 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 Modifier and Type Field Description protected java.util.List<Profile>AbstractJob. mProfilesprotected java.util.List<Profile>CatalogType. mProfilesprotected java.util.List<Profile>PFN. mProfilesMethods in edu.isi.pegasus.planner.dax that return Profile Modifier and Type Method Description ProfileProfile. clone()Create a copy of this ProfileProfileProfile. setValue(java.lang.String value)Set the value of this ProfileMethods in edu.isi.pegasus.planner.dax that return types with arguments of type Profile Modifier and Type Method Description java.util.List<Profile>CatalogType. getProfiles()Return the List ofProfileobjects associated with this Catalog entryjava.util.List<Profile>PFN. getProfiles()Methods in edu.isi.pegasus.planner.dax with parameters of type Profile Modifier and Type Method Description AbstractJobAbstractJob. addProfile(Profile profile)Add a Profile objectCatalogTypeCatalogType. addProfiles(Profile profile)Add a Profile object to this Catalog entryPFNPFN. addProfiles(Profile profile)Method parameters in edu.isi.pegasus.planner.dax with type arguments of type Profile Modifier and Type Method Description AbstractJobAbstractJob. addProfiles(java.util.List<Profile> profiles)Add a list of Profile objectsCatalogTypeCatalogType. addProfiles(java.util.List<Profile> profiles)Add a List of profile objects to this Catalog entryPFNPFN. addProfiles(java.util.List<Profile> profiles)Constructors in edu.isi.pegasus.planner.dax with parameters of type Profile Constructor Description Profile(Profile p)Copy constructor
-