GraphLab Project

graphlab.plugins
Class FileOpener

java.lang.Object
  extended by graphlab.plugins.FileOpener
All Implemented Interfaces:
BasicExtension, Extension, GraphActionExtension, GraphActionInterface

public class FileOpener
extends java.lang.Object
implements GraphActionExtension

Author:
Ali Ershadi

Constructor Summary
FileOpener()
           
 
Method Summary
 void action(GraphData gd)
           
 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

FileOpener

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