GraphLab Project

graphlab.plugins.algorithmanimator.core
Interface AtomAnimator<EventType extends Event>

All Known Subinterfaces:
AtomAnimatorExtension
All Known Implementing Classes:
DelayEventHandler, EdgeMarkAnimator, GraphSelect, NewGraph, PrePostWork, ShowMessage, VertexEdgeLabelAnimator, VertexSelect

public interface AtomAnimator<EventType extends Event>

Author:
Azin Azadi

Method Summary
 EventType animate(EventType event, BlackBoard b)
          animates event on the given blackboard as the world...
 boolean isAnimatable(Event event)
           
 

Method Detail

isAnimatable

boolean isAnimatable(Event event)
Returns:
true if the event is animatable by this animator

animate

EventType animate(EventType event,
                  BlackBoard b)
animates event on the given blackboard as the world...


GraphLab Project