Uses of Class
edu.isi.pegasus.planner.dax.DAG
-
Packages that use DAG Package Description edu.isi.pegasus.planner.dax -
-
Uses of DAG in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type DAG Modifier and Type Field Description private java.util.List<DAG>
ADAG. mLDAGs
Methods in edu.isi.pegasus.planner.dax that return DAG Modifier and Type Method Description DAG
ADAG. getDAG(java.lang.String dagid)
Returns a DAG object with id dagid if present otherwise null.Methods in edu.isi.pegasus.planner.dax that return types with arguments of type DAG Modifier and Type Method Description java.util.List<DAG>
ADAG. getDAGs()
Get a list of all the DAG jobs.Methods in edu.isi.pegasus.planner.dax with parameters of type DAG Modifier and Type Method Description ADAG
ADAG. addDAG(DAG dag)
Add a DAG job to the DAXboolean
ADAG. containsDAG(DAG dag)
Check if a DAG job exists in the DAXMethod parameters in edu.isi.pegasus.planner.dax with type arguments of type DAG Modifier and Type Method Description ADAG
ADAG. addDAGs(java.util.List<DAG> dags)
Add multiple DAG jobs to the DAXConstructors in edu.isi.pegasus.planner.dax with parameters of type DAG Constructor Description DAG(DAG dag)
Copy Constructor
-