org.globus.cog.gui.grapheditor.canvas.transformation
Interface GraphTransformation

All Known Implementing Classes:
EdgeFilter, FlowTransformation, IdentityTransformation, NodeAndEdgeFilter, NodeFilter, ParallelFlowTransformation, SerialFlowTransformation

public interface GraphTransformation


Method Summary
 GraphInterface transform(GraphInterface graph)
           
 

Method Detail

transform

GraphInterface transform(GraphInterface graph)