GraphLab Project

Uses of Interface
graphlab.plugins.main.saveload.core.GraphReaderInterface

Packages that use GraphReaderInterface
graphlab.extensions.io   
graphlab.plugins.main.saveload   
graphlab.plugins.main.saveload.core.extension   
graphlab.plugins.main.saveload.matrix   
 

Uses of GraphReaderInterface in graphlab.extensions.io
 

Classes in graphlab.extensions.io that implement GraphReaderInterface
 class LoadSimpleGraph
          sample.simplegraph :
graph:
directed
label g0
begin vertices:
vertex 0:
label v1
location 120,23
color 3
vertex 1:
label second vertex
color 1
vertex 2:
vertex 3:
label 4
begin edges:
0 -> 1
label my edge
color 12
weight -2
3 -> 0
label edge 2
2 -> 1
 

Uses of GraphReaderInterface in graphlab.plugins.main.saveload
 

Classes in graphlab.plugins.main.saveload that implement GraphReaderInterface
 class Load
           
 

Uses of GraphReaderInterface in graphlab.plugins.main.saveload.core.extension
 

Subinterfaces of GraphReaderInterface in graphlab.plugins.main.saveload.core.extension
 interface GraphReaderExtension
          Classes implementing this interface provide exporting graphs.
 

Uses of GraphReaderInterface in graphlab.plugins.main.saveload.matrix
 

Classes in graphlab.plugins.main.saveload.matrix that implement GraphReaderInterface
 class LoadMatrix
           
 


GraphLab Project