GraphLab Project

graphlab.library.event.handlers
Interface PreWorkPostWorkHandler<VertexType extends BaseVertex>

All Superinterfaces:
PostWorkHandler<VertexType>, PreWorkHandler<VertexType>

public interface PreWorkPostWorkHandler<VertexType extends BaseVertex>
extends PostWorkHandler<VertexType>, PreWorkHandler<VertexType>

Handles both prework and postwork used by algorithms such as DFS and BFS. Depending on the application, the user can define custom classes that implements PreWorkPostWorkHandler and pass thems to the algorithm.

Author:
Omid Aladini

Method Summary
 
Methods inherited from interface graphlab.library.event.handlers.PostWorkHandler
doPostWork
 
Methods inherited from interface graphlab.library.event.handlers.PreWorkHandler
doPreWork
 


GraphLab Project