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

Packages that use Invoke
edu.isi.pegasus.planner.catalog.transformation   
edu.isi.pegasus.planner.classes   
edu.isi.pegasus.planner.dax   
edu.isi.pegasus.planner.parser.dax   
 

Uses of Invoke in edu.isi.pegasus.planner.catalog.transformation
 

Methods in edu.isi.pegasus.planner.catalog.transformation that return types with arguments of type Invoke
 Collection<Invoke> TransformationCatalogEntry.getNotifications(Invoke.WHEN when)
          Returns a collection of all the notifications that need to be done for a particular condition
 

Methods in edu.isi.pegasus.planner.catalog.transformation with parameters of type Invoke
 void TransformationCatalogEntry.addNotification(Invoke invoke)
          Adds a Invoke object correpsonding to a notification.
 

Uses of Invoke in edu.isi.pegasus.planner.classes
 

Fields in edu.isi.pegasus.planner.classes with type parameters of type Invoke
private  EnumMap<Invoke.WHEN,List<Invoke>> Notifications.mInvokeMap
          An enum map that associates the various notification events with the list of actions that need to be taken.
 

Methods in edu.isi.pegasus.planner.classes that return types with arguments of type Invoke
 Collection<Invoke> Job.getNotifications(Invoke.WHEN when)
          Returns a collection of all the notifications that need to be done for a particular condition
 Collection<Invoke> CompoundTransformation.getNotifications(Invoke.WHEN when)
          Returns a collection of all the notifications that need to be done for a particular condition
 Collection<Invoke> ADag.getNotifications(Invoke.WHEN when)
          Returns a collection of all the notifications that need to be done for a particular condition
 Collection<Invoke> Notifications.getNotifications(Invoke.WHEN when)
          Returns a collection of all the notifications that need to be done for a particular condition
 

Methods in edu.isi.pegasus.planner.classes with parameters of type Invoke
 void Notifications.add(Invoke notification)
          Adds a Invoke object correpsonding to a notification.
 void Job.addNotification(Invoke invoke)
          Adds a Invoke object correpsonding to a notification.
 void CompoundTransformation.addNotification(Invoke invoke)
          Adds a Invoke object correpsonding to a notification.
 void ADag.addNotification(Invoke invoke)
          Adds a Invoke object correpsonding to a notification.
 

Method parameters in edu.isi.pegasus.planner.classes with type arguments of type Invoke
private  void Notifications.addAll(Invoke.WHEN when, Collection<Invoke> invokes)
          Convenience method at add all the notifications corresponding to a particular event
 

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

Fields in edu.isi.pegasus.planner.dax with type parameters of type Invoke
protected  List<Invoke> AbstractJob.mInvokes
           
protected  List<Invoke> Transformation.mInvokes
           
protected  List<Invoke> Executable.mInvokes
          List of Notification objects
private  List<Invoke> ADAG.mInvokes
          List of Notification objects
 

Methods in edu.isi.pegasus.planner.dax that return Invoke
 Invoke Invoke.clone()
          Create a copy of this Invoke object
 Invoke Invoke.setWhat(String what)
          Set what executable to invoke and how
 Invoke Invoke.setWhen(Invoke.WHEN when)
          Set when to invoke
 

Methods in edu.isi.pegasus.planner.dax that return types with arguments of type Invoke
 List<Invoke> AbstractJob.getInvoke()
           
 List<Invoke> Transformation.getInvoke()
          Return the list of Notification objects
 List<Invoke> Executable.getInvoke()
          Return the list of Notification objects
 

Methods in edu.isi.pegasus.planner.dax with parameters of type Invoke
 AbstractJob AbstractJob.addInvoke(Invoke invoke)
          Add notification to the job
 Transformation Transformation.addInvoke(Invoke invoke)
          Add a Notification for this Transformation
 Executable Executable.addInvoke(Invoke invoke)
          Add a Notification for this Executable Same as add Notification
 ADAG ADAG.addInvoke(Invoke invoke)
          Add a Notification for this Workflow
 AbstractJob AbstractJob.addNotification(Invoke invoke)
          Add notification to the job
 Executable Executable.addNotification(Invoke invoke)
          Add a Notification for this Executable Same as addInvoke
 ADAG ADAG.addNotification(Invoke invoke)
          Add a Notification for this Workflow
 

Method parameters in edu.isi.pegasus.planner.dax with type arguments of type Invoke
 AbstractJob AbstractJob.addInvokes(List<Invoke> invokes)
          Add Notifications to the job
 Transformation Transformation.addInvokes(List<Invoke> invokes)
          Add a List of Notifications for this Transformation
 Executable Executable.addInvokes(List<Invoke> invokes)
          Add a List of Notifications for this Executable Same as addNotifications
 ADAG ADAG.addInvokes(List<Invoke> invokes)
          Add a List of Notifications for this Workflow
 AbstractJob AbstractJob.addNotifications(List<Invoke> invokes)
          Add Notifications to the job
 Executable Executable.addNotifications(List<Invoke> invokes)
          Add a List of Notifications for this Executable.
 ADAG ADAG.addNotifications(List<Invoke> invokes)
          Add a List of Notifications for this Workflow
 

Constructors in edu.isi.pegasus.planner.dax with parameters of type Invoke
Invoke(Invoke i)
          Copy Constructor
 

Uses of Invoke in edu.isi.pegasus.planner.parser.dax
 

Methods in edu.isi.pegasus.planner.parser.dax with parameters of type Invoke
 void DAX2Metadata.cbWfInvoke(Invoke invoke)
          Callback when a invoke entry is encountered in the top level inside the adag element in the DAX.
 void DAX2NewGraph.cbWfInvoke(Invoke invoke)
          Callback when a invoke entry is encountered in the top level inside the adag element in the DAX.
 void DAX2Graph.cbWfInvoke(Invoke invoke)
          Callback when a invoke entry is encountered in the top level inside the adag element in the DAX.
 void Callback.cbWfInvoke(Invoke invoke)
          Callback when a invoke is encountered in the DAX from the top level inside adag tag.
 void ExampleDAXCallback.cbWfInvoke(Invoke invoke)
          Callback when a invoke entry is encountered in the top level inside the adag element in the DAX.
 void DAX2CDAG.cbWfInvoke(Invoke invoke)
          Callback when a invoke entry is encountered in the top level inside the adag element in DAX.
 



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