GraphLab Project

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

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

Uses of GraphReaderExtension in graphlab.extensions.io
 

Classes in graphlab.extensions.io that implement GraphReaderExtension
 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 GraphReaderExtension in graphlab.plugins.main.saveload
 

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

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

Constructors in graphlab.plugins.main.saveload.core.extension with parameters of type GraphReaderExtension
GraphReaderExtensionAction(BlackBoard bb, GraphReaderExtension gi)
           
 

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

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


GraphLab Project