GraphLab Project

graphlab.plugins.algorithmanimator.core.atoms
Class NewGraph

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

public class NewGraph
extends java.lang.Object
implements AtomAnimator<BaseGraphEvent>

Author:
Azin Azadi

Constructor Summary
NewGraph()
           
 
Method Summary
 BaseGraphEvent animate(BaseGraphEvent 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

NewGraph

public NewGraph()
Method Detail

isAnimatable

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

animate

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

Specified by:
animate in interface AtomAnimator<BaseGraphEvent>

GraphLab Project