graphlab.gui.plugins.main.ccp
Class Cut

java.lang.Object
  extended by graphlab.main.core.action.AbstractAction
      extended by 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.


Field Summary
static Event event
           
 
Fields inherited from class graphlab.main.core.action.AbstractAction
listeningEvents
 
Constructor Summary
Cut(BlackBoard bb)
           
 
Method Summary
static void cut(SelectData sd, Graph gg, BlackBoard bb)
           
static void moveToGraph(Graph g, java.util.Collection<Edge> edges, java.util.Collection<Vertex> vertices, Graph previousGraph)
           
 void performJob(java.lang.String name)
          like Action
 
Methods inherited from class graphlab.main.core.action.AbstractAction
disable, doJob, enable, getBlackBoard, isEnable, setBlackBoard
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

public static final Event event
Constructor Detail

Cut

public Cut(BlackBoard bb)
Method Detail

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)