|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MST | |
---|---|
org.peace_tools.data | Contains the classes that provide data for the various views in the GUI. |
Uses of MST in org.peace_tools.data |
---|
Fields in org.peace_tools.data declared as MST | |
---|---|
private MST |
MSTTreeModel.mst
The MST data file that provides all the necessary information for displaying the MST. |
Methods in org.peace_tools.data that return MST | |
---|---|
MST |
MSTTreeModel.getMST()
Obtain the raw MST file data associated with this model. |
MST |
DataStore.getMSTData(java.lang.String fileName,
java.awt.Component parent)
Method to load/get a given cluster file. |
static MST |
MST.loadMST(java.io.File mstFile)
This method loads MST data into an in-memory format. |
static MST |
MST.loadMST(java.lang.String fileName,
java.io.InputStream is)
This method loads MST data into an in-memory format. |
Methods in org.peace_tools.data with parameters of type MST | |
---|---|
static OverlapModel |
OverlapModel.create(ClusterFile clusters,
ESTList ests,
MST mst,
MSTClusterData wsEntry)
The constructor. |
Constructors in org.peace_tools.data with parameters of type MST | |
---|---|
MSTTreeModel(MST mst,
ESTList estList,
MSTData wsEntry)
The default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |