Class PTC

java.lang.Object
  |
  +--PTC

public class PTC
extends java.lang.Object

This class is the main program, which initializes all the components and pops up the main window.


Field Summary
static int FM
          The algorithm type used with FM
static int MP
          The algorithm type used with MP
static int NJ
          The algorithm type used with NJ
static int RUN
          The algorithm run mode with RUN
static int TRACE
          The algorithm run mode with TRACE
static int UPGMA
          The algorithm type used with UPGMA
 
Constructor Summary
PTC()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method of java program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPGMA

public static final int UPGMA
The algorithm type used with UPGMA

See Also:
Constant Field Values

NJ

public static final int NJ
The algorithm type used with NJ

See Also:
Constant Field Values

FM

public static final int FM
The algorithm type used with FM

See Also:
Constant Field Values

MP

public static final int MP
The algorithm type used with MP

See Also:
Constant Field Values

RUN

public static final int RUN
The algorithm run mode with RUN

See Also:
Constant Field Values

TRACE

public static final int TRACE
The algorithm run mode with TRACE

See Also:
Constant Field Values
Constructor Detail

PTC

public PTC()
Method Detail

main

public static void main(java.lang.String[] args)
The main method of java program.