GraphLab Project

graphlab.plugins.algorithmanimator.extension
Interface AlgorithmExtension

All Superinterfaces:
AlgorithmInterface, AutomatedAlgorithm, BasicExtension, Extension
All Known Implementing Classes:
AcyclicCheckerAnim, AppVertexCoverAnim, BellmanFordAnim, BFSAnim, BiconnectedComponentsAnim, DFSAnim, DijkstraAnim, KruskalAnim, More, PrimAnim, SampleColoringExtension, TestInducedSubgraphs, TopologicalSortAnim

public interface AlgorithmExtension
extends Extension, AutomatedAlgorithm


Method Summary
 
Methods inherited from interface graphlab.platform.extension.Extension
getDescription, getName
 
Methods inherited from interface graphlab.library.algorithms.AutomatedAlgorithm
doAlgorithm
 
Methods inherited from interface graphlab.library.algorithms.AlgorithmInterface
acceptEventDispatcher
 


GraphLab Project