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

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

public class NodeFilter
extends Object
implements GraphTransformation


Constructor Summary
NodeFilter(Class nodeFilter)
           
 
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

NodeFilter

public NodeFilter(Class nodeFilter)
Method Detail

transform

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