| Package | Description |
|---|---|
| edu.isi.pegasus.planner.dax |
| Modifier and Type | Field and Description |
|---|---|
private List<DAX> |
ADAG.mLDAXs |
| 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 |
|---|---|
List<DAX> |
ADAG.getDAXs()
Get a list of all the DAX jobs.
|
| 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
|