test.edu.uci.ics.jung.algorithms.cluster
Class TestWeakComponentClusterer.TestDirected

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.algorithms.cluster.TestWeakComponentClusterer
          extended by test.edu.uci.ics.jung.algorithms.cluster.TestWeakComponentClusterer.TestDirected
Enclosing class:
TestWeakComponentClusterer

public static class TestWeakComponentClusterer.TestDirected
extends TestWeakComponentClusterer


Nested Class Summary
 
Nested classes/interfaces inherited from class test.edu.uci.ics.jung.algorithms.cluster.TestWeakComponentClusterer
TestWeakComponentClusterer.TestDirected, TestWeakComponentClusterer.TestUndirected
 
Constructor Summary
TestWeakComponentClusterer.TestDirected()
           
 
Method Summary
 Graph getGraph()
           
 
Methods inherited from class test.edu.uci.ics.jung.algorithms.cluster.TestWeakComponentClusterer
setUp, suite, testComponentAllIsolates, testComponentHasIsolate, testExtractOneComponent, testExtractTwoComponents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestWeakComponentClusterer.TestDirected

public TestWeakComponentClusterer.TestDirected()
Method Detail

getGraph

public Graph getGraph()
Specified by:
getGraph in class TestWeakComponentClusterer