GraphLab Project

graphlab.library.algorithms.subgraphs
Class TestInducedSubgraphs

java.lang.Object
  extended by graphlab.library.algorithms.Algorithm
      extended by graphlab.library.algorithms.subgraphs.TestInducedSubgraphs
All Implemented Interfaces:
AlgorithmInterface, AutomatedAlgorithm
Direct Known Subclasses:
TestInducedSubgraphs

public class TestInducedSubgraphs
extends Algorithm
implements AutomatedAlgorithm


Constructor Summary
TestInducedSubgraphs()
           
 
Method Summary
 void 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.AlgorithmInterface
acceptEventDispatcher
 

Constructor Detail

TestInducedSubgraphs

public TestInducedSubgraphs()
Method Detail

doAlgorithm

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

GraphLab Project