Package | Description |
---|---|
edu.isi.pegasus.planner.dax |
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 |
---|---|
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
|
Copyright © 2011 The University of Southern California. All Rights Reserved.