Returns the DAG of jobs spawned by the script
()
| 142 | * Returns the DAG of jobs spawned by the script |
| 143 | */ |
| 144 | public JobGraph getJobGraph() { |
| 145 | return jobPlan; |
| 146 | } |
| 147 | |
| 148 | /** |
| 149 | * Returns the list of output locations in the script |
no outgoing calls