graphlab.gui.plugins.main.ccp
Class Cut
java.lang.Object
graphlab.main.core.action.AbstractAction
graphlab.gui.plugins.main.ccp.Cut
- All Implemented Interfaces:
- Action, Notifiable
public class Cut
- extends AbstractAction
Created by IntelliJ IDEA.
User: Ruzbeh
Date: Jul 7, 2005
Time: 9:52:54 PM
To change this template use File | Settings | File Templates.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
event
public static final Event event
Cut
public Cut(BlackBoard bb)
performJob
public void performJob(java.lang.String name)
- Description copied from class:
AbstractAction
- like Action
- Specified by:
performJob in class AbstractAction
cut
public static void cut(SelectData sd,
Graph gg,
BlackBoard bb)
moveToGraph
public static void moveToGraph(Graph g,
java.util.Collection<Edge> edges,
java.util.Collection<Vertex> vertices,
Graph previousGraph)