org.globus.cog.abstraction.examples.taskgraph
Class HierarchicalDAG
java.lang.Object
org.globus.cog.abstraction.examples.taskgraph.HierarchicalDAG
- All Implemented Interfaces:
- StatusListener
- Direct Known Subclasses:
- HierarchicalDAGVisualizer
- public class HierarchicalDAG
- extends Object
- implements StatusListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taskGraph
protected TaskGraph taskGraph
active
protected boolean active
HierarchicalDAG
public HierarchicalDAG()
createDAG
public void createDAG()
throws Exception
- Throws:
Exception
submitDAG
public void submitDAG()
statusChanged
public void statusChanged(StatusEvent event)
- Specified by:
statusChanged in interface StatusListener
main
public static void main(String[] arg)