org.globus.cog.gui.grapheditor.canvas.transformation
Class EdgeFilter

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.canvas.transformation.EdgeFilter
All Implemented Interfaces:
GraphTransformation

public class EdgeFilter
extends Object
implements GraphTransformation


Constructor Summary
EdgeFilter(Class edgeFilter)
           
 
Method Summary
 GraphInterface transform(GraphInterface graph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeFilter

public EdgeFilter(Class edgeFilter)
Method Detail

transform

public GraphInterface transform(GraphInterface graph)
Specified by:
transform in interface GraphTransformation