|
|||||||||
Home >> All >> edu >> stanford >> genetics >> treeview >> [ model overview ] | PREV PACKAGE NEXT PACKAGE |
Package edu.stanford.genetics.treeview.model
Interface Summary | |
ProgressTrackable | The idea here is that objects which implement this interface can have their progress depicted by a progress bar. |
Class Summary | |
FlatFileParser | parses a tab-delimitted file into a vector of String []. |
FlatFileStreamTokenizer | implements the "lexical structure" of flat files basically, calling nextToken returns a series of words, nulls and newlines, and finally an EOF. |
KnnModel | |
LoadProgress | |
LoadProgress2 | This is like the original loadProgress, but it adds a setPhaseValue(int), setPhaseMax(int) and setPhaseText(String); |
TVModel | |
TVModelLoader |
|
|||||||||
Home >> All >> edu >> stanford >> genetics >> treeview >> [ model overview ] | PREV PACKAGE NEXT PACKAGE |