Package graphlab.main.plugin

Interface Summary
PluginHandlerInterface  
PluginInterface  
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