GraphLab Project

graphlab.plugins.algorithmanimator.core.atoms
Class PrePostWork

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

public class PrePostWork
extends java.lang.Object
implements AtomAnimator<Event>

Author:
Azin Azadi

Constructor Summary
PrePostWork()
           
 
Method Summary
 Event animate(Event 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

PrePostWork

public PrePostWork()
Method Detail

isAnimatable

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

animate

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

Specified by:
animate in interface AtomAnimator<Event>

GraphLab Project