GraphLab Project

graphlab.plugins.algorithmanimator.core.atoms
Class VertexSelect

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

public class VertexSelect
extends java.lang.Object
implements AtomAnimator<VertexRequest>

Author:
Azin Azadi

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

Constructor Detail

VertexSelect

public VertexSelect()
Method Detail

isAnimatable

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

animate

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

Specified by:
animate in interface AtomAnimator<VertexRequest>

GraphLab Project