GraphLab Project

graphlab.samples.extensions
Class CompleteSelectionAction

java.lang.Object
  extended by graphlab.samples.extensions.CompleteSelectionAction
All Implemented Interfaces:
BasicExtension, Extension, GraphActionExtension, GraphActionInterface

public class CompleteSelectionAction
extends java.lang.Object
implements GraphActionExtension


Constructor Summary
CompleteSelectionAction()
           
 
Method Summary
 void action(GraphData graphData)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompleteSelectionAction

public CompleteSelectionAction()
Method Detail

action

public void action(GraphData graphData)
Specified by:
action in interface GraphActionInterface

getName

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

getDescription

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

GraphLab Project