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. mProfiles
protected java.util.List<Profile>
CatalogType. mProfiles
protected java.util.List<Profile>
PFN. mProfiles
Methods in edu.isi.pegasus.planner.dax that return Profile Modifier and Type Method Description Profile
Profile. clone()
Create a copy of this ProfileProfile
Profile. 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 ofProfile
objects 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 AbstractJob
AbstractJob. addProfile(Profile profile)
Add a Profile objectCatalogType
CatalogType. addProfiles(Profile profile)
Add a Profile object to this Catalog entryPFN
PFN. addProfiles(Profile profile)
Method parameters in edu.isi.pegasus.planner.dax with type arguments of type Profile Modifier and Type Method Description AbstractJob
AbstractJob. addProfiles(java.util.List<Profile> profiles)
Add a list of Profile objectsCatalogType
CatalogType. addProfiles(java.util.List<Profile> profiles)
Add a List of profile objects to this Catalog entryPFN
PFN. 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
-