GraphLab Project

Uses of Class
graphlab.library.BaseEdgeProperties

Packages that use BaseEdgeProperties
graphlab.graph.graph   
graphlab.library   
 

Uses of BaseEdgeProperties in graphlab.graph.graph
 

Methods in graphlab.graph.graph with parameters of type BaseEdgeProperties
 void EdgeModel.setProp(BaseEdgeProperties prop)
           
 

Uses of BaseEdgeProperties in graphlab.library
 

Fields in graphlab.library declared as BaseEdgeProperties
protected  BaseEdgeProperties BaseEdge.prop
           
 

Methods in graphlab.library that return BaseEdgeProperties
 BaseEdgeProperties BaseEdge.getProp()
          Returns property object for this edge.
 

Methods in graphlab.library with parameters of type BaseEdgeProperties
 void BaseEdge.setProp(BaseEdgeProperties prop)
          Sets properties object for this edge; Overwrites the existing.
 

Constructors in graphlab.library with parameters of type BaseEdgeProperties
BaseEdge(VertexType source, VertexType target, BaseEdgeProperties prop)
           
BaseEdgeProperties(BaseEdgeProperties p)
           
 


GraphLab Project