GraphLab Project

graphlab.library.algorithms.util
Class EventUtils

java.lang.Object
  extended by graphlab.library.algorithms.util.EventUtils

public class EventUtils
extends java.lang.Object


Constructor Summary
EventUtils()
           
 
Method Summary
static void algorithmStep(Algorithm a, java.lang.String message)
          dispatches an event in a which means that there is a Algorithm Step point here
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventUtils

public EventUtils()
Method Detail

algorithmStep

public static void algorithmStep(Algorithm a,
                                 java.lang.String message)
dispatches an event in a which means that there is a Algorithm Step point here

Parameters:
a -
message -

GraphLab Project