Uses of Class
edu.isi.pegasus.planner.invocation.Job

Packages that use Job
edu.isi.pegasus.planner.invocation   
edu.isi.pegasus.planner.parser   
 

Uses of Job in edu.isi.pegasus.planner.invocation
 

Methods in edu.isi.pegasus.planner.invocation that return Job
 Job InvocationRecord.getJob(int index)
          Accessor: Obtains a job at a certain position in the job list.
 Job InvocationRecord.removeJob(int index)
          Accessor: Removes a specific job from the job list.
 

Methods in edu.isi.pegasus.planner.invocation with parameters of type Job
 void InvocationRecord.addJob(int index, Job job)
          Accessor: Inserts a Job into a specific position of the job list.
 void InvocationRecord.addJob(Job job)
          Accessor: Appends a job to the list of jobs.
 void InvocationRecord.setJob(int index, Job job)
          Accessor: Overwrites a job at a certain position.
 

Uses of Job in edu.isi.pegasus.planner.parser
 

Methods in edu.isi.pegasus.planner.parser with parameters of type Job
private  void InvocationParser.setupJob(Job job, List names, List values)
          Small helper method to set up the attributes for the job elements.
 



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