GraphLab Project

Package graphlab.library

Class Summary
BaseEdge<VertexType extends BaseVertex> The base class for all edges.
BaseEdgeProperties Wrapper for basic properties of an edge.
BaseGraph<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> Generic base class for representation of all types of graphs.
BaseVertex The base class for all vertices.
BaseVertexProperties  
Cycle<VertexType extends BaseVertex> I think this is enough for a path;
ListGraph<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> Adjacency List Graph.
MatrixGraph<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> Adjacency Matrix Graph.
Path<VertexType extends BaseVertex> I think this is enough for a path;
 


GraphLab Project