|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PTC
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 |
public static final int UPGMA
public static final int NJ
public static final int FM
public static final int MP
public static final int RUN
public static final int TRACE
Constructor Detail |
public PTC()
Method Detail |
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |