GraphLab Project

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

All Superinterfaces:
BasicExtension, Extension, GraphWriterInterface
All Known Implementing Classes:
LatexCAD, LatexWriter, Save, SaveImage, SaveMatrix, SaveSimpleGraph

public interface GraphWriterExtension
extends Extension, GraphWriterInterface

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.GraphWriterInterface
getExtension, getName, write
 


GraphLab Project