GraphLab Project

graphlab.plugins.algorithmanimator
Class More

java.lang.Object
  extended by graphlab.plugins.algorithmanimator.More
All Implemented Interfaces:
AlgorithmInterface, AutomatedAlgorithm, BasicExtension, Extension, AlgorithmExtension

public class More
extends java.lang.Object
implements AlgorithmExtension


Constructor Summary
More()
           
 
Method Summary
 void acceptEventDispatcher(EventDispatcher e)
           
 void doAlgorithm()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

More

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

doAlgorithm

public void doAlgorithm()
Specified by:
doAlgorithm in interface AutomatedAlgorithm

acceptEventDispatcher

public void acceptEventDispatcher(EventDispatcher e)
Specified by:
acceptEventDispatcher in interface AlgorithmInterface

GraphLab Project