GraphLab Project

graphlab.plugins.algorithmanimator
Class BellmanFordAnim

java.lang.Object
  extended by graphlab.library.algorithms.Algorithm
      extended by graphlab.library.algorithms.shortestpath.BellmanFord<BaseVertex,BaseEdge<BaseVertex>>
          extended by graphlab.plugins.algorithmanimator.BellmanFordAnim
All Implemented Interfaces:
AlgorithmInterface, AutomatedAlgorithm, BasicExtension, Extension, AlgorithmExtension

public class BellmanFordAnim
extends BellmanFord<BaseVertex,BaseEdge<BaseVertex>>
implements AlgorithmExtension


Constructor Summary
BellmanFordAnim()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class graphlab.library.algorithms.shortestpath.BellmanFord
computePaths, doAlgorithm
 
Methods inherited from class graphlab.library.algorithms.Algorithm
acceptEventDispatcher, dispatchEvent, getDispatcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface graphlab.library.algorithms.AutomatedAlgorithm
doAlgorithm
 
Methods inherited from interface graphlab.library.algorithms.AlgorithmInterface
acceptEventDispatcher
 

Constructor Detail

BellmanFordAnim

public BellmanFordAnim()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Extension

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface Extension

GraphLab Project