Uses of Class
edu.isi.pegasus.planner.dax.ADAG

Packages that use ADAG
edu.isi.pegasus.planner.dax   
 

Uses of ADAG in edu.isi.pegasus.planner.dax
 

Methods in edu.isi.pegasus.planner.dax that return ADAG
private  ADAG ADAG.addAbstractJob(AbstractJob ajob)
          Add AbstractJob to the DAX
private  ADAG ADAG.addAbstractJobs(List<AbstractJob> ajobs)
          Add AbstractJobs to the DAX
 ADAG ADAG.addDAG(DAG dag)
          Add a DAG job to the DAX
 ADAG ADAG.addDAGs(List<DAG> dags)
          Add multiple DAG jobs to the DAX
 ADAG ADAG.addDAX(DAX dax)
          Add a DAX job to the DAX
 ADAG ADAG.addDAXs(List<DAX> daxs)
          Add multiple DAX jobs to the DAX
 ADAG ADAG.addDependency(AbstractJob parent, AbstractJob child)
          Add a parent child dependency between two jobs,dax,dag
 ADAG ADAG.addDependency(AbstractJob parent, AbstractJob child, String label)
          Add a parent child dependency with a dependency label
 ADAG ADAG.addDependency(String parent, String child)
          Add a parent child dependency between two jobs,dax,dag
 ADAG ADAG.addDependency(String parent, String child, String label)
          Add a parent child dependency with a dependency label
 ADAG ADAG.addExecutable(Executable executable)
          Add Executable to the DAX
 ADAG ADAG.addExecutables(List<Executable> executables)
          Add Multiple Executable objects to the DAX
 ADAG ADAG.addFile(File file)
          Add a RC File object to the top of the DAX.
 ADAG ADAG.addFiles(List<File> files)
          Add Files to the RC Section on top of the DAX
 ADAG ADAG.addInvoke(Invoke.WHEN when, String what)
          Add a Notification for this Workflow
 ADAG ADAG.addInvoke(Invoke invoke)
          Add a Notification for this Workflow
 ADAG ADAG.addInvokes(List<Invoke> invokes)
          Add a List of Notifications for this Workflow
 ADAG ADAG.addJob(Job job)
          Add Job to the DAX
 ADAG ADAG.addJobs(List<Job> jobs)
          Add multiple Jobs to the DAX
 ADAG ADAG.addNotification(Invoke.WHEN when, String what)
          Add a Notification for this Workflow
 ADAG ADAG.addNotification(Invoke invoke)
          Add a Notification for this Workflow
 ADAG ADAG.addNotifications(List<Invoke> invokes)
          Add a List of Notifications for this Workflow
 ADAG ADAG.addTransformation(Transformation transformation)
          Add Transformation to the DAX
 ADAG ADAG.addTransformations(List<Transformation> transformations)
          Add Multiple Transformation to the DAX
private static ADAG ADAG.Diamond()
           
 



Copyright © 2011 The University of Southern California. All Rights Reserved.