GraphLab Project

graphlab.plugins.main.saveload
Class Init

java.lang.Object
  extended by graphlab.plugins.main.saveload.Init
All Implemented Interfaces:
PluginInterface

public class Init
extends java.lang.Object
implements PluginInterface

Author:
Reza Mohammadi

Constructor Summary
Init()
           
 
Method Summary
 void init(BlackBoard blackboard)
          Initializer of plugin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Init

public Init()
Method Detail

init

public void init(BlackBoard blackboard)
Description copied from interface: PluginInterface
Initializer of plugin. Every plugin can be initialized by Implementing this interface. If the implemented class is not located in graphlab.gui.plugin.pluginname.Init, it should define it's location by setting plugin-initializer in manifest of jar file.

Specified by:
init in interface PluginInterface
Parameters:
blackboard - blackboard of GraphLab instance

GraphLab Project