Package | Description |
---|---|
edu.isi.pegasus.planner.dax |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DAG> |
ADAG.mLDAGs |
Modifier and Type | Method and Description |
---|---|
DAG |
ADAG.getDAG(java.lang.String dagid)
Returns a DAG object with id dagid if present otherwise null.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.List<DAG> dags)
Add multiple DAG jobs to the DAX
|
Constructor and Description |
---|
DAG(DAG dag)
Copy Constructor
|