org.globus.cog.gui.grapheditor.ant
Class FlowTransformation
java.lang.Object
org.globus.cog.gui.grapheditor.ant.FlowTransformation
- All Implemented Interfaces:
- GraphTransformation
- Direct Known Subclasses:
- ParallelFlowTransformation, SerialFlowTransformation
- public abstract class FlowTransformation
- extends Object
- implements GraphTransformation
Transform parallel and serial nested elements into a flow graph. This is just
a base class that implements recursive transformation of both serial and parallel
containers. Derived classes should represent entry points for the recursive transformation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowTransformation
public FlowTransformation()
serial
public List serial(GraphInterface newg,
GraphInterface oldg,
List last)
parallel
public List parallel(GraphInterface newg,
GraphInterface oldg,
List last)