GraphLab Project

graphlab.plugins.main.select
Class MakeSelectionCompleteGraph

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

public class MakeSelectionCompleteGraph
extends MakeSelectionComplementGraph

Author:
Azin Azadi

Constructor Summary
MakeSelectionCompleteGraph()
           
 
Method Summary
 void action(GraphData gd)
           
protected  void doEdgeOperation(GraphModel g, java.util.HashSet<VertexModel> v)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class graphlab.plugins.main.select.MakeSelectionComplementGraph
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

MakeSelectionCompleteGraph

public MakeSelectionCompleteGraph()
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

doEdgeOperation

protected void doEdgeOperation(GraphModel g,
                               java.util.HashSet<VertexModel> v)
Overrides:
doEdgeOperation in class MakeSelectionComplementGraph

GraphLab Project