GraphLab Project

graphlab.library.algorithms
Interface AutomatedAlgorithm

All Superinterfaces:
AlgorithmInterface
All Known Subinterfaces:
AlgorithmExtension
All Known Implementing Classes:
AcyclicChecker, AcyclicCheckerAnim, AcyclicSP, AppVertexCover, AppVertexCoverAnim, BellmanFord, BellmanFordAnim, BFSAnim, BiconnectedComponents, BiconnectedComponentsAnim, BreadthFirstSearch, DepthFirstSearch, DFSAnim, Dijkstra, DijkstraAnim, Kruskal, KruskalAnim, More, Prim, PrimAnim, SampleColoring, SampleColoringExtension, TestInducedSubgraphs, TestInducedSubgraphs, TopologicalSort, TopologicalSortAnim

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()

GraphLab Project