GraphLab Project

graphlab.plugins.main.saveload.core.extension
Interface GraphReaderExtension

All Superinterfaces:
BasicExtension, Extension, GraphReaderInterface
All Known Implementing Classes:
Load, LoadMatrix, LoadSimpleGraph

public interface GraphReaderExtension
extends Extension, GraphReaderInterface

Classes implementing this interface provide exporting graphs.

Author:
azin azadi

Method Summary
 
Methods inherited from interface graphlab.platform.extension.Extension
getDescription, getName
 
Methods inherited from interface graphlab.plugins.main.saveload.core.GraphReaderInterface
accepts, getExtension, getName, read
 


GraphLab Project