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

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

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

Methods in edu.isi.pegasus.planner.dax that return Profile.NAMESPACE
static Profile.NAMESPACE Profile.NAMESPACE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Profile.NAMESPACE[] Profile.NAMESPACE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.isi.pegasus.planner.dax with parameters of type Profile.NAMESPACE
 CatalogType CatalogType.addProfile(Profile.NAMESPACE namespace, String key, String value)
          Add a profile to the catalog entry
 AbstractJob AbstractJob.addProfile(Profile.NAMESPACE namespace, String key, String value)
          Add a profile to the job
 PFN PFN.addProfile(Profile.NAMESPACE namespace, String key, String value)
           
 

Constructors in edu.isi.pegasus.planner.dax with parameters of type Profile.NAMESPACE
Profile(Profile.NAMESPACE namespace, String key, String value)
           
 



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