GraphLab Project

graphlab.plugins.algorithmanimator.core.atoms
Class EdgeMarkAnimator

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

public class EdgeMarkAnimator
extends java.lang.Object
implements AtomAnimator<EdgeEvent>

currently not use because of automatic marking of edges in EdgeModel

Author:
Azin Azadi

Constructor Summary
EdgeMarkAnimator()
           
 
Method Summary
 EdgeEvent animate(EdgeEvent 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

EdgeMarkAnimator

public EdgeMarkAnimator()
Method Detail

isAnimatable

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

animate

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

Specified by:
animate in interface AtomAnimator<EdgeEvent>

GraphLab Project