GraphLab Project

Uses of Package
graphlab.library.event

Packages that use graphlab.library.event
graphlab.library.algorithms   
graphlab.library.event   
graphlab.library.event.typedef   
graphlab.plugins.algorithmanimator   
graphlab.plugins.algorithmanimator.core   
graphlab.plugins.algorithmanimator.core.atoms   
 

Classes in graphlab.library.event used by graphlab.library.algorithms
Event
          It's just a tagging interface.
EventDispatcher
          EventDispatcher is designed to receive notification of algorithm events.
 

Classes in graphlab.library.event used by graphlab.library.event
EdgeEvent.EventType
           
Event
          It's just a tagging interface.
GraphEvent.EventType
           
VertexEvent.EventType
           
 

Classes in graphlab.library.event used by graphlab.library.event.typedef
EdgeEvent
          Happens when an edge's color or weight changes or a new edge is added to the graph.
EdgeEvent.EventType
           
EdgeRequest
           
Event
          It's just a tagging interface.
GraphEvent
           
GraphEvent.EventType
           
GraphRequest
           
VertexEvent
          Happens when a vertex's color changes or a new vertex is added to the graph or ...
VertexEvent.EventType
           
VertexRequest
           
 

Classes in graphlab.library.event used by graphlab.plugins.algorithmanimator
EventDispatcher
          EventDispatcher is designed to receive notification of algorithm events.
 

Classes in graphlab.library.event used by graphlab.plugins.algorithmanimator.core
Event
          It's just a tagging interface.
EventDispatcher
          EventDispatcher is designed to receive notification of algorithm events.
 

Classes in graphlab.library.event used by graphlab.plugins.algorithmanimator.core.atoms
DelayEvent
           
EdgeEvent
          Happens when an edge's color or weight changes or a new edge is added to the graph.
Event
          It's just a tagging interface.
GraphRequest
           
MessageEvent
           
VertexEdgeLabelEvent
          Happens wheever we want to put labels on vertices or edges (now just for debugging, we don't have label for basevertex/edge yet)
VertexRequest
           
 


GraphLab Project