graphlab.library.algorithms
Interface AutomatedAlgorithm

All Superinterfaces:
AlgorithmInterface
All Known Subinterfaces:
AlgorithmExtension
All Known Implementing Classes:
AcyclicSP, AnimatedPrim, AppVertexCover, AppVertexCoverAnim, BellmanFord, BFSAnim, BiconnectedComponents, BiconnectedComponentsAnim, BreadthFirstSearch, DepthFirstSearch, DFSAnim, Dijkstra, DijkstraAnim, Kruskal, KruskalAnim, More, PrimAnim, SampleColoring, SampleColoringExtension

public interface AutomatedAlgorithm
extends AlgorithmInterface

Author:
Azin Azadi

Method Summary
 void doAlgorithm()
           
 
Methods inherited from interface graphlab.library.algorithms.AlgorithmInterface
acceptEventDispatcher
 

Method Detail

doAlgorithm

void doAlgorithm()