Starts batch execution mode.
()
| 408 | * Starts batch execution mode. |
| 409 | */ |
| 410 | public void setBatchOn() { |
| 411 | log.debug("Create a new graph."); |
| 412 | |
| 413 | if (currDAG != null) { |
| 414 | graphs.push(currDAG); |
| 415 | } |
| 416 | currDAG = new Graph(true); |
| 417 | } |
| 418 | |
| 419 | /** |
| 420 | * Retrieve the current execution mode. |