GraphLab Project

Package graphlab.platform.extension

Interface Summary
BasicExtension The father of all extensions
Extension The bsae interface for creating extensions, extensions are very simple classess that extend capabilities of program in a predefined way, for example one extension can add a new data input format to program.
ExtensionHandler The base class to create new types of extensions.
UnknownExtensionLoader An ExtensionHandler which handles not .class files as extension.
 

Class Summary
ExtensionClassLoader  
ExtensionLoader The base class for loading extensions.
 

Annotation Types Summary
ExtensionExternalData Provides some information about the extension
 


GraphLab Project