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 JobInvocationRecord. getJob(int index)Accessor: Obtains a job at a certain position in the job list.JobInvocationRecord. 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 voidInvocationRecord. addJob(int index, Job job)Accessor: Inserts a Job into a specific position of the job list.voidInvocationRecord. addJob(Job job)Accessor: Appends a job to the list of jobs.voidInvocationRecord. 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 voidInvocationParser. setupJob(Job job, java.util.List names, java.util.List values)Small helper method to set up the attributes for the job elements.
-