org.globus.cog.abstraction.examples.xml
Class TaskGraph2XML

java.lang.Object
  extended byorg.globus.cog.abstraction.examples.xml.TaskGraph2XML

public class TaskGraph2XML
extends Object


Field Summary
protected  boolean active
           
protected  TaskGraph taskGraph
           
 
Constructor Summary
TaskGraph2XML()
           
 
Method Summary
 void createDAG()
           
static void main(String[] arg)
           
 void marshalDAG()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskGraph

protected TaskGraph taskGraph

active

protected boolean active
Constructor Detail

TaskGraph2XML

public TaskGraph2XML()
              throws Exception
Method Detail

createDAG

public void createDAG()
               throws Exception
Throws:
Exception

marshalDAG

public void marshalDAG()

main

public static void main(String[] arg)