| Package | Description |
|---|---|
| edu.isi.pegasus.planner.dax |
| Modifier and Type | Method and Description |
|---|---|
DAX |
ADAG.getDAX(String daxid)
Returns a DAX object with id daxid if present otherwise null.
|
| Modifier and Type | Method and Description |
|---|---|
ADAG |
ADAG.addDAX(DAX dax)
Add a DAX job to the DAX
|
boolean |
ADAG.containsDAX(DAX dax)
Check if a DAX job exists in the DAX
|
| Modifier and Type | Method and Description |
|---|---|
ADAG |
ADAG.addDAXs(List<DAX> daxs)
Add multiple DAX jobs to the DAX
|
| Constructor and Description |
|---|
DAX(DAX dax)
Copy Constructor
|
Copyright © 2011 The University of Southern California. All Rights Reserved.