Uses of Class
edu.isi.pegasus.planner.invocation.Job
-
Packages that use Job Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description private void
InvocationParser. setupJob(Job job, java.util.List names, java.util.List values)
Small helper method to set up the attributes for the job elements.
-