| Package | Description |
|---|---|
| edu.isi.pegasus.planner.dax |
| Modifier and Type | Field and Description |
|---|---|
private List<DAG> |
ADAG.mLDAGs |
| Modifier and Type | Method and Description |
|---|---|
DAG |
ADAG.getDAG(String dagid)
Returns a DAG object with id dagid if present otherwise null.
|
| Modifier and Type | Method and Description |
|---|---|
List<DAG> |
ADAG.getDAGs()
Get a list of all the DAG jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ADAG |
ADAG.addDAG(DAG dag)
Add a DAG job to the DAX
|
boolean |
ADAG.containsDAG(DAG dag)
Check if a DAG job exists in the DAX
|
| Modifier and Type | Method and Description |
|---|---|
ADAG |
ADAG.addDAGs(List<DAG> dags)
Add multiple DAG jobs to the DAX
|
| Constructor and Description |
|---|
DAG(DAG dag)
Copy Constructor
|