Uses of Class
edu.isi.pegasus.planner.dax.Job
-
Packages that use Job Package Description edu.isi.pegasus.planner.dax -
-
Uses of Job in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type Job Modifier and Type Field Description private java.util.List<Job>ADAG. mLJobsMethods in edu.isi.pegasus.planner.dax that return Job Modifier and Type Method Description JobADAG. getJob(java.lang.String jobid)Returns a Job object with id jobid if present otherwise null.Methods in edu.isi.pegasus.planner.dax that return types with arguments of type Job Modifier and Type Method Description java.util.List<Job>ADAG. getJobs()Get a list of all the DAG jobs.Methods in edu.isi.pegasus.planner.dax with parameters of type Job Modifier and Type Method Description ADAGADAG. addJob(Job job)Add Job to the DAXbooleanADAG. containsJob(Job job)Check if a job exists in the DAXMethod parameters in edu.isi.pegasus.planner.dax with type arguments of type Job Modifier and Type Method Description ADAGADAG. addJobs(java.util.List<Job> jobs)Add multiple Jobs to the DAXConstructors in edu.isi.pegasus.planner.dax with parameters of type Job Constructor Description Job(Job j)
-