Uses of Class
edu.isi.pegasus.planner.dax.ADAG
Packages that use ADAG
-
Uses of ADAG in edu.isi.pegasus.planner.dax
Methods in edu.isi.pegasus.planner.dax that return ADAGModifier and TypeMethodDescriptionprivate ADAGADAG.addAbstractJob(AbstractJob ajob) Add AbstractJob to the DAXprivate ADAGADAG.addAbstractJobs(List<AbstractJob> ajobs) Add AbstractJobs to the DAXAdd a DAG job to the DAXAdd multiple DAG jobs to the DAXAdd a DAX job to the DAXAdd multiple DAX jobs to the DAXADAG.addDependency(AbstractJob parent, AbstractJob child) Add a parent child dependency between two jobs,dax,dagADAG.addDependency(AbstractJob parent, AbstractJob child, String label) Add a parent child dependency with a dependency labelADAG.addDependency(String parent, String child) Add a parent child dependency between two jobs,dax,dagADAG.addDependency(String parent, String child, String label) Add a parent child dependency with a dependency labelADAG.addExecutable(Executable executable) Add Executable to the DAXADAG.addExecutables(List<Executable> executables) Add Multiple Executable objects to the DAXAdd a RC File object to the top of the DAX.Add Files to the RC Section on top of the DAXAdd a Notification for this WorkflowADAG.addInvoke(Invoke.WHEN when, String what) Add a Notification for this WorkflowADAG.addInvokes(List<Invoke> invokes) Add a List of Notifications for this WorkflowAdd Job to the DAXAdd multiple Jobs to the DAXADAG.addMetaData(String key, String value) Adds metadata to the workflowADAG.addNotification(Invoke invoke) Add a Notification for this WorkflowADAG.addNotification(Invoke.WHEN when, String what) Add a Notification for this WorkflowADAG.addNotifications(List<Invoke> invokes) Add a List of Notifications for this WorkflowADAG.addTransformation(Transformation transformation) Add Transformation to the DAXADAG.addTransformations(List<Transformation> transformations) Add Multiple Transformation to the DAXprivate static ADAGADAG.Diamond()private static ADAGADAG.Performance()private static ADAGADAG.SingleJob()Methods in edu.isi.pegasus.planner.dax with parameters of type ADAG -
Uses of ADAG in edu.isi.pegasus.planner.dax.examples
Methods in edu.isi.pegasus.planner.dax.examples that return ADAG