GraphLab Project

Package graphlab.platform.plugin

Interface Summary
PluginHandlerInterface  
PluginInterface Base Init interface which plugins are loaded from.
PluginMethods each plugin can have a class that implements this interface, the implementing class will have the methods that are implemented in various parts of the plugin, they will be easily accessed by other parts of program, it is probable that useful tools created to work with this objects, and automaize some processes of creating plugins, so we suggest that implement this interface in your plugins,,, :D
 

Class Summary
Plugger GraphLab plugging functionality is provided here.
 


GraphLab Project