GraphLab Project

graphlab.plugins.algorithmanimator.core.atoms
Class ShowMessage

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

public class ShowMessage
extends java.lang.Object
implements AtomAnimator<MessageEvent>

Author:
Omid Aladini

Constructor Summary
ShowMessage()
           
 
Method Summary
 MessageEvent animate(MessageEvent 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

ShowMessage

public ShowMessage()
Method Detail

isAnimatable

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

animate

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

Specified by:
animate in interface AtomAnimator<MessageEvent>

GraphLab Project