| java.lang.Object org.griphyn.vdl.util.DAX2CoG
DAX2CoG | public class DAX2CoG (Code) | | Convert a dag structure into the new CoG's XML format for
visualization.
author: Jens-S. Vöckler author: Yong Zhao version: $Revision: 50 $ |
Method Summary | |
public static ADAG | DAGMan2DAX(File dag) Converts a DAGMan .dag file into a Peudo-DAX. | public static void | toString(Writer w, ADAG dax) Converts a given DAX into CoG visualizier XML. |
DAGMan2DAX | public static ADAG DAGMan2DAX(File dag)(Code) | | Converts a DAGMan .dag file into a Peudo-DAX.
Parameters: dag - is a File pointing to the DAG file a Pseudo DAX, or null in case of error. throws: IOException - if reading the DAGMan file fails. |
toString | public static void toString(Writer w, ADAG dax) throws IOException(Code) | | Converts a given DAX into CoG visualizier XML.
Parameters: w - is a writer onto which to dump the generated XML. Parameters: dax - is the input ADAG. throws: IOException - if the stream write runs into trouble. |
|
|