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. mLJobs
Methods in edu.isi.pegasus.planner.dax that return Job Modifier and Type Method Description Job
ADAG. 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 ADAG
ADAG. addJob(Job job)
Add Job to the DAXboolean
ADAG. 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 ADAG
ADAG. 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)
-