GraphLab Project

graphlab.plugins.algorithmanimator.core.atoms
Class DelayEventHandler

java.lang.Object
  extended by graphlab.plugins.algorithmanimator.core.atoms.DelayEventHandler
All Implemented Interfaces:
AtomAnimator<DelayEvent>

public class DelayEventHandler
extends java.lang.Object
implements AtomAnimator<DelayEvent>

Author:
Omid Aladini

Constructor Summary
DelayEventHandler()
           
 
Method Summary
 DelayEvent animate(DelayEvent event, BlackBoard b)
          animates event on the given blackboard as the world...
 boolean isAnimatable(Event event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayEventHandler

public DelayEventHandler()
Method Detail

isAnimatable

public boolean isAnimatable(Event event)
Specified by:
isAnimatable in interface AtomAnimator<DelayEvent>
Returns:
true if the event is animatable by this animator

animate

public DelayEvent animate(DelayEvent event,
                          BlackBoard b)
Description copied from interface: AtomAnimator
animates event on the given blackboard as the world...

Specified by:
animate in interface AtomAnimator<DelayEvent>

GraphLab Project