Uses of Class
edu.isi.pegasus.planner.invocation.StatCall
-
Packages that use StatCall Package Description edu.isi.pegasus.planner.invocation -
-
Uses of StatCall in edu.isi.pegasus.planner.invocation
Fields in edu.isi.pegasus.planner.invocation declared as StatCall Modifier and Type Field Description private StatCall
Job. m_executable
Stat call of the executable.Methods in edu.isi.pegasus.planner.invocation that return StatCall Modifier and Type Method Description StatCall
Job. getExecutable()
AccessorStatCall
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.Methods in edu.isi.pegasus.planner.invocation with parameters of type StatCall Modifier and Type Method 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.
-