org.griphyn.cPlanner.visualize |
|
Java Source File Name | Type | Comment |
Callback.java | Interface | This callback interface has methods to handle the data sections
for stdout, stderr and stdin. |
JobMeasurements.java | Class | A data class that associates at most three measurements with the job
corresponding to the GRIDSTART_PREJOB, GRIDSTART_MAINJOB and GRIDSTART_POSTJOB. |
KickstartParser.java | Class | A helper class that parses the kickstart records and has calls to callbacks
for working on data sections of standard out, standard error, and standard
input. |
Measurement.java | Interface | An empty interface that is the super interface for all measuremnts we take
from the kickstart records. |
WorkflowMeasurements.java | Class | A container object that stores the measurements for each site on which
the workflow was executed. |