graphlab.gui.plugins.algorithmanimator.core
Class AbstractAnimator
java.lang.Object
graphlab.main.core.action.AbstractAction
graphlab.gui.plugins.algorithmanimator.core.AbstractAnimator
- All Implemented Interfaces:
- Action, Notifiable, java.lang.Runnable
public abstract class AbstractAnimator
- extends AbstractAction
- implements java.lang.Runnable
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
event
public static Event event
AbstractAnimator
public AbstractAnimator(BlackBoard bb)
- constructor
- Parameters:
bb - the BlackBoard of the action
performJob
public void performJob(java.lang.String name)
- Description copied from class:
AbstractAction
- like Action
- Specified by:
performJob in class AbstractAction
run
public void run()
- Specified by:
run in interface java.lang.Runnable
getAnimatedAlgorithm
public abstract AutomatedAlgorithm getAnimatedAlgorithm()
getAlgorithmName
public abstract java.lang.String getAlgorithmName()