GraphLab Project

graphlab.plugins.algorithmanimator.core.atoms
Class GraphSelect

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

public class GraphSelect
extends java.lang.Object
implements AtomAnimator<GraphRequest>

Author:
Azin Azadi

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

Constructor Detail

GraphSelect

public GraphSelect()
Method Detail

isAnimatable

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

animate

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

Specified by:
animate in interface AtomAnimator<GraphRequest>

GraphLab Project