xflow.util
Class XflowGraphSerializer

java.lang.Object
  extended byxflow.util.XflowGraphSerializer

public class XflowGraphSerializer
extends java.lang.Object


Constructor Summary
XflowGraphSerializer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.lang.String serialize(DirectedGraph dg)
           
static java.lang.String serialize(org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XflowGraphSerializer

public XflowGraphSerializer()
Method Detail

serialize

public static java.lang.String serialize(DirectedGraph dg)
                                  throws XflowException
Throws:
XflowException

serialize

public static java.lang.String serialize(org.w3c.dom.Element element)
                                  throws XflowException
Throws:
XflowException

main

public static void main(java.lang.String[] args)
                 throws XflowException
Throws:
XflowException