GraphLab Project

Package graphlab.library.event.handlers

Interface Summary
PostWorkHandler<VertexType extends BaseVertex> Handles postwork used by algorithms such as BFS.
PreWorkHandler<VertexType extends BaseVertex> Handles prework used by algorithms such as BFS and DFS.
PreWorkPostWorkHandler<VertexType extends BaseVertex> Handles both prework and postwork used by algorithms such as DFS and BFS.
 


GraphLab Project