graphlab.library.algorithms.spanningtree
Class AnimatedPrim

java.lang.Object
  extended by graphlab.library.algorithms.Algorithm
      extended by graphlab.library.algorithms.spanningtree.AnimatedPrim
All Implemented Interfaces:
AlgorithmInterface, AutomatedAlgorithm
Direct Known Subclasses:
PrimAnim

public class AnimatedPrim
extends Algorithm
implements AutomatedAlgorithm

Author:
Omid

Constructor Summary
AnimatedPrim()
           
 
Method Summary
 void doAlgorithm()
           
 
Methods inherited from class graphlab.library.algorithms.Algorithm
acceptEventDispatcher, dispatchEvent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface graphlab.library.algorithms.AlgorithmInterface
acceptEventDispatcher
 

Constructor Detail

AnimatedPrim

public AnimatedPrim()
Method Detail

doAlgorithm

public void doAlgorithm()
Specified by:
doAlgorithm in interface AutomatedAlgorithm