GraphLab Project

Uses of Class
graphlab.library.event.GraphEvent.EventType

Packages that use GraphEvent.EventType
graphlab.library.event   
graphlab.library.event.typedef   
 

Uses of GraphEvent.EventType in graphlab.library.event
 

Fields in graphlab.library.event declared as GraphEvent.EventType
 GraphEvent.EventType GraphEvent.eventType
           
 

Methods in graphlab.library.event that return GraphEvent.EventType
static GraphEvent.EventType GraphEvent.EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GraphEvent.EventType[] GraphEvent.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in graphlab.library.event with parameters of type GraphEvent.EventType
GraphEvent(BaseGraph<VertexType,EdgeType> g, GraphEvent.EventType et)
          Constructs a GraphEvent object corresponding to graph g and event et.
 

Uses of GraphEvent.EventType in graphlab.library.event.typedef
 

Constructors in graphlab.library.event.typedef with parameters of type GraphEvent.EventType
BaseGraphEvent(BaseGraph<BaseVertex,BaseEdge<BaseVertex>> g, GraphEvent.EventType et)
           
 


GraphLab Project