GraphLab Project

graphlab.plugins.main.select
Class MakeSelectionEmptyGraph

java.lang.Object
  extended by graphlab.plugins.main.select.MakeSelectionComplementGraph
      extended by graphlab.plugins.main.select.MakeSelectionEmptyGraph
All Implemented Interfaces:
BasicExtension, Extension, Undoable, GraphActionExtension, GraphActionInterface

public class MakeSelectionEmptyGraph
extends MakeSelectionComplementGraph

Author:
Azin Azadi

Constructor Summary
MakeSelectionEmptyGraph()
           
 
Method Summary
 void action(GraphData gd)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class graphlab.plugins.main.select.MakeSelectionComplementGraph
doEdgeOperation, doUndoadd, doUndoremove, fillUndoEdges, redo, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeSelectionEmptyGraph

public MakeSelectionEmptyGraph()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Extension
Overrides:
getName in class MakeSelectionComplementGraph

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface Extension
Overrides:
getDescription in class MakeSelectionComplementGraph

action

public void action(GraphData gd)
Specified by:
action in interface GraphActionInterface
Overrides:
action in class MakeSelectionComplementGraph

GraphLab Project