GraphLab Project

graphlab.platform.plugin
Interface PluginMethods

All Known Implementing Classes:
Connector, CorePluginMethods, GraphGenerator, HelpPluginMethods, PreviewPluginMethods, ReporterPluginMethods, RightClickPluginMethods, SaveLoadPluginMethods, SelectPluginMethods

public interface 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

Author:
azin azadi


GraphLab Project