|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--BestTreeFM
This class keeps the best tree information in the FM algorithm.
Constructor Summary | |
BestTreeFM()
Constructs a default best tree object in the FM algorithm |
Method Summary | |
MyJTable |
getBestComputeDisTable()
Gets the computed distance table in the best tree in the FM algorithm. |
TreeDisplay |
getBestTreeDisplay()
Gets the tree drawing object in the best tree in the FM algorithm. |
javax.swing.JFrame |
getBestTreeFrame()
Gets the best tree window in the FM algorithm. |
void |
setBestComputeDisTable(MyJTable inBestComputeDisTable)
Sets the computed distance table in the best tree in the FM algorithm. |
void |
setBestTreeDisplay(TreeDisplay bestTreeDisplayOthers)
Sets the tree drawing object in the best tree in the FM algorithm. |
void |
setBestTreeFrame(javax.swing.JFrame bestTreeFrameOthers)
Sets the best tree window in the FM algorithm. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BestTreeFM()
Method Detail |
public TreeDisplay getBestTreeDisplay()
public javax.swing.JFrame getBestTreeFrame()
public MyJTable getBestComputeDisTable()
public void setBestTreeDisplay(TreeDisplay bestTreeDisplayOthers)
bestTreeDisplayOthers
- the tree drawing object in the best tree in the FM algorithmpublic void setBestTreeFrame(javax.swing.JFrame bestTreeFrameOthers)
bestTreeFrameOthers
- the best tree window in the FM algorithmpublic void setBestComputeDisTable(MyJTable inBestComputeDisTable)
inBestComputeDisTable
- the computed distance table in the best tree in the FM algorithm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |