org.globus.cog.gui.grapheditor.ant
Class ParallelFlowTransformation

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.ant.FlowTransformation
      extended byorg.globus.cog.gui.grapheditor.ant.ParallelFlowTransformation
All Implemented Interfaces:
GraphTransformation

public class ParallelFlowTransformation
extends FlowTransformation

Implements a starting point for a parallel -> flow transformation. It will use the FlowTransformation class for the recursive work


Constructor Summary
ParallelFlowTransformation()
           
 
Method Summary
 GraphInterface transform(GraphInterface graph)
           
 
Methods inherited from class org.globus.cog.gui.grapheditor.ant.FlowTransformation
parallel, serial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParallelFlowTransformation

public ParallelFlowTransformation()
Method Detail

transform

public GraphInterface transform(GraphInterface graph)