Package | Description |
---|---|
edu.isi.pegasus.planner.invocation |
Modifier and Type | Field and Description |
---|---|
private StatCall |
Job.m_executable
Stat call of the executable.
|
Modifier and Type | Method and Description |
---|---|
StatCall |
Job.getExecutable()
Accessor
|
StatCall |
InvocationRecord.getStatCall(int index)
Accessor: Obtains a stat at a certain position in the stat list.
|
StatCall |
InvocationRecord.removeStatCall(int index)
Accessor: Removes a specific stat from the stat list.
|
Modifier and Type | Method and Description |
---|---|
void |
InvocationRecord.addStatCall(int index,
StatCall stat)
Accessor: Inserts a StatCall into a specific position of the stat list.
|
void |
InvocationRecord.addStatCall(StatCall stat)
Accessor: Appends a stat to the list of stats.
|
void |
Job.setExecutable(StatCall executable)
Accessor.
|
void |
InvocationRecord.setStatCall(int index,
StatCall stat)
Accessor: Overwrites a stat at a certain position.
|