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

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

public class SerialFlowTransformation
extends FlowTransformation

Entry point for a flow transformation from a sequential construct


Constructor Summary
SerialFlowTransformation()
           
 
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

SerialFlowTransformation

public SerialFlowTransformation()
Method Detail

transform

public GraphInterface transform(GraphInterface graph)