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