GraphLab Project

Uses of Package
graphlab.platform.plugin

Packages that use graphlab.platform.plugin
graphlab.platform   
graphlab.plugins.algorithmanimator   
graphlab.plugins.commonplugin.help   
graphlab.plugins.commonplugin.reporter   
graphlab.plugins.connector   
graphlab.plugins.graphgenerator   
graphlab.plugins.main   
graphlab.plugins.main.core   
graphlab.plugins.main.preview   
graphlab.plugins.main.rightclick   
graphlab.plugins.main.saveload   
graphlab.plugins.main.select   
graphlab.ui   
 

Classes in graphlab.platform.plugin used by graphlab.platform
Plugger
          GraphLab plugging functionality is provided here.
 

Classes in graphlab.platform.plugin used by graphlab.plugins.algorithmanimator
PluginInterface
          Base Init interface which plugins are loaded from.
 

Classes in graphlab.platform.plugin used by graphlab.plugins.commonplugin.help
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
 

Classes in graphlab.platform.plugin used by graphlab.plugins.commonplugin.reporter
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
 

Classes in graphlab.platform.plugin used by graphlab.plugins.connector
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
 

Classes in graphlab.platform.plugin used by graphlab.plugins.graphgenerator
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
 

Classes in graphlab.platform.plugin used by graphlab.plugins.main
PluginHandlerInterface
           
 

Classes in graphlab.platform.plugin used by graphlab.plugins.main.core
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
 

Classes in graphlab.platform.plugin used by graphlab.plugins.main.preview
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
 

Classes in graphlab.platform.plugin used by graphlab.plugins.main.rightclick
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
 

Classes in graphlab.platform.plugin used by graphlab.plugins.main.saveload
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
 

Classes in graphlab.platform.plugin used by graphlab.plugins.main.select
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
 

Classes in graphlab.platform.plugin used by graphlab.ui
Plugger
          GraphLab plugging functionality is provided here.
 


GraphLab Project