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

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

public class NodeAndEdgeFilter
extends Object
implements GraphTransformation


Constructor Summary
NodeAndEdgeFilter(Class nodeFilter, 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

NodeAndEdgeFilter

public NodeAndEdgeFilter(Class nodeFilter,
                         Class edgeFilter)
Method Detail

transform

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