|
Class Summary |
| DAX2Sim |
This is a simple helper class that parses the abstract workflow in DAX format
and writes out another xml based workflow that is understood by the simulator
developed by Jaskaran that is used to model the various planning techniques. |
| Job |
The data class holding the job that needs to be simulated on the simulator. |
| Sim2Sim |
This class takes in the simulator input dax and introduces the variance
in the compute jobs, and then generates a new Simulator input file with
the desired values. |
| SimParser |
This class parses the simulator input file, and calls the callback handle
to do the necessary stuff. |
| SimulatorFile |
The data class corresponding to the files that are referred to by the
workflow that needs to be simulated in the simulator. |
| Site |
The class holds the execution information that is needed to execute a
particular job on the simulator. |
| XmlGenerator |
|