statalign.postprocess.plugins.contree.test
Class TestNetwork

java.lang.Object
  extended by statalign.postprocess.plugins.contree.test.TestNetwork

public class TestNetwork
extends java.lang.Object

Creates trees that create a network that exhibits many incompatible splits in order to test the network drawing feature. NOTE: make sure trees only contain compatible splits! Run from the ConsensusNetworkTester file...

Author:
wood

Constructor Summary
TestNetwork()
           
 
Method Summary
 void TestNetwork()
          Creates the test network by creating trees and storing them in the hash table using test functions in CTMain, running the consensus tree and network creating algorithms and then outputting the network in a window.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNetwork

public TestNetwork()
Method Detail

TestNetwork

public void TestNetwork()
Creates the test network by creating trees and storing them in the hash table using test functions in CTMain, running the consensus tree and network creating algorithms and then outputting the network in a window.