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 StatCallJob. m_executableStat call of the executable.Methods in edu.isi.pegasus.planner.invocation that return StatCall Modifier and Type Method Description StatCallJob. getExecutable()AccessorStatCallInvocationRecord. getStatCall(int index)Accessor: Obtains a stat at a certain position in the stat list.StatCallInvocationRecord. 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 voidInvocationRecord. addStatCall(int index, StatCall stat)Accessor: Inserts a StatCall into a specific position of the stat list.voidInvocationRecord. addStatCall(StatCall stat)Accessor: Appends a stat to the list of stats.voidJob. setExecutable(StatCall executable)Accessor.voidInvocationRecord. setStatCall(int index, StatCall stat)Accessor: Overwrites a stat at a certain position.
-