Package | Description |
---|---|
edu.isi.pegasus.planner.dax |
Modifier and Type | Method and Description |
---|---|
Job |
ADAG.getJob(String jobid)
Returns a Job object with id jobid if present otherwise null.
|
Modifier and Type | Method and Description |
---|---|
ADAG |
ADAG.addJob(Job job)
Add Job to the DAX
|
boolean |
ADAG.containsJob(Job job)
Check if a job exists in the DAX
|
Modifier and Type | Method and Description |
---|---|
ADAG |
ADAG.addJobs(List<Job> jobs)
Add multiple Jobs to the DAX
|
Constructor and Description |
---|
Job(Job j) |
Copyright © 2011 The University of Southern California. All Rights Reserved.