| |
|
| java.lang.Object org.griphyn.vdl.planner.DAX2Graph
DAX2Graph | public class DAX2Graph (Code) | | This class converts a given DAX into the internal representation of a
graph.
author: Jens-S. Vöckler author: Yong Zhao version: $Revision: 50 $ See Also: Graph |
Method Summary | |
public static Graph | DAG2Graph(ADAG adag) Converts a DAX into the internal representation of a graph.
Parameters: adag - is the parsed DAX's internal representation. | public static void | main(String[] args) Simple test program. |
DAG2Graph | public static Graph DAG2Graph(ADAG adag)(Code) | | Converts a DAX into the internal representation of a graph.
Parameters: adag - is the parsed DAX's internal representation. our internal representation of a graph that we can sort on. |
main | public static void main(String[] args)(Code) | | Simple test program.
|
|
|
|