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

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

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

Methods in edu.isi.pegasus.planner.dax that return Job
 Job ADAG.getJob(String jobid)
          Returns a Job object with id jobid if present otherwise null.
 

Methods in edu.isi.pegasus.planner.dax with parameters of type Job
 ADAG ADAG.addJob(Job job)
          Add Job to the DAX
 boolean ADAG.containsJob(Job job)
          Check if a job exists in the DAX
 

Method parameters in edu.isi.pegasus.planner.dax with type arguments of type Job
 ADAG ADAG.addJobs(List<Job> jobs)
          Add multiple Jobs to the DAX
 

Constructors in edu.isi.pegasus.planner.dax with parameters of type Job
Job(Job j)
           
 



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