org.globus.cog.gui.grapheditor.canvas.transformation
Class NodeAndEdgeFilter
java.lang.Object
org.globus.cog.gui.grapheditor.canvas.transformation.NodeAndEdgeFilter
- All Implemented Interfaces:
- GraphTransformation
- public class NodeAndEdgeFilter
- extends Object
- implements GraphTransformation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeAndEdgeFilter
public NodeAndEdgeFilter(Class nodeFilter,
Class edgeFilter)
transform
public GraphInterface transform(GraphInterface graph)
- Specified by:
transform in interface GraphTransformation