GraphLab Project

graphlab.plugins.automaticupdator
Class AutomaticUpdatorAction

java.lang.Object
  extended by graphlab.plugins.automaticupdator.net.interdirected.autoupdate.AutomatedUpdate
      extended by graphlab.plugins.automaticupdator.AutomaticUpdatorAction
All Implemented Interfaces:
BasicExtension, Extension, GraphActionExtension, GraphActionInterface

public class AutomaticUpdatorAction
extends AutomatedUpdate
implements GraphActionExtension

Author:
Azin Azadi

Field Summary
 
Fields inherited from class graphlab.plugins.automaticupdator.net.interdirected.autoupdate.AutomatedUpdate
prefs
 
Constructor Summary
AutomaticUpdatorAction()
           
 
Method Summary
 void action(GraphData gd)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class graphlab.plugins.automaticupdator.net.interdirected.autoupdate.AutomatedUpdate
getGuiStatusScreen, main, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomaticUpdatorAction

public AutomaticUpdatorAction()
Method Detail

getName

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

getDescription

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

action

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

GraphLab Project