GraphLab Project

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

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

Uses of EdgeEvent.EventType in graphlab.library.event
 

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

Methods in graphlab.library.event that return EdgeEvent.EventType
static EdgeEvent.EventType EdgeEvent.EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EdgeEvent.EventType[] EdgeEvent.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 EdgeEvent.EventType
EdgeEvent(BaseGraph<VertexType,EdgeType> graph, EdgeType edge, EdgeEvent.EventType et)
          Constructs an event that means an event is occured on a specified edge.
 

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

Constructors in graphlab.library.event.typedef with parameters of type EdgeEvent.EventType
BaseEdgeEvent(BaseGraph<BaseVertex,BaseEdge<BaseVertex>> graph, BaseEdge<BaseVertex> edge, EdgeEvent.EventType et)
           
 


GraphLab Project