GraphLab Project

Uses of Class
graphlab.library.BaseVertexProperties

Packages that use BaseVertexProperties
graphlab.graph.graph   
graphlab.library   
 

Uses of BaseVertexProperties in graphlab.graph.graph
 

Methods in graphlab.graph.graph with parameters of type BaseVertexProperties
 void VertexModel.setProp(BaseVertexProperties prop)
           
 

Uses of BaseVertexProperties in graphlab.library
 

Fields in graphlab.library declared as BaseVertexProperties
protected  BaseVertexProperties BaseVertex.prop
           
 

Methods in graphlab.library that return BaseVertexProperties
 BaseVertexProperties BaseVertex.getProp()
          Returns property object for this vertex.
 

Methods in graphlab.library with parameters of type BaseVertexProperties
 void BaseVertex.setProp(BaseVertexProperties prop)
          Sets properties object for this vertex; Overwrites the existing.
 

Constructors in graphlab.library with parameters of type BaseVertexProperties
BaseVertex(BaseVertexProperties prop)
           
BaseVertexProperties(BaseVertexProperties p)
           
 


GraphLab Project