This component translates the optimizer's resulting plan a nephele job graph. The translation is a one to one mapping. All decisions are made by the optimizer, this class simply creates nephele data structures and descriptions corresponding to the optimizer's result.
The basic method of operation is a top down traversal over the plan graph. On the way down, tasks are created for the plan nodes, on the way back up, the nodes connect their predecessor.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.