GraphLab Project

graphlab.library.algorithms
Interface AlgorithmInterface

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

public interface AlgorithmInterface

Author:
Azin Azadi

Method Summary
 void acceptEventDispatcher(EventDispatcher e)
           
 

Method Detail

acceptEventDispatcher

void acceptEventDispatcher(EventDispatcher e)

GraphLab Project