Uses of Class
edu.isi.pegasus.planner.invocation.StatCall

Packages that use StatCall
edu.isi.pegasus.planner.invocation   
 

Uses of StatCall in edu.isi.pegasus.planner.invocation
 

Fields in edu.isi.pegasus.planner.invocation declared as StatCall
private  StatCall Job.m_executable
          Stat call of the executable.
 

Methods in edu.isi.pegasus.planner.invocation that return StatCall
 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.
 

Methods in edu.isi.pegasus.planner.invocation with parameters of type StatCall
 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.
 



Copyright © 2011 The University of Southern California. All Rights Reserved.