Uses of Class
edu.isi.pegasus.planner.dax.DAX
-
Packages that use DAX Package Description edu.isi.pegasus.planner.dax -
-
Uses of DAX in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type DAX Modifier and Type Field Description private java.util.List<DAX>
ADAG. mLDAXs
Methods in edu.isi.pegasus.planner.dax that return DAX Modifier and Type Method Description DAX
ADAG. getDAX(java.lang.String daxid)
Returns a DAX object with id daxid if present otherwise null.Methods in edu.isi.pegasus.planner.dax that return types with arguments of type DAX Modifier and Type Method Description java.util.List<DAX>
ADAG. getDAXs()
Get a list of all the DAX jobs.Methods in edu.isi.pegasus.planner.dax with parameters of type DAX Modifier and Type Method Description ADAG
ADAG. addDAX(DAX dax)
Add a DAX job to the DAXboolean
ADAG. containsDAX(DAX dax)
Check if a DAX job exists in the DAXMethod parameters in edu.isi.pegasus.planner.dax with type arguments of type DAX Modifier and Type Method Description ADAG
ADAG. addDAXs(java.util.List<DAX> daxs)
Add multiple DAX jobs to the DAXConstructors in edu.isi.pegasus.planner.dax with parameters of type DAX Constructor Description DAX(DAX dax)
Copy Constructor
-