Interface MainSelectionPanel

All Known Implementing Classes:
AbstractMainSelectionPanel

public interface MainSelectionPanel

MainSelectionPanel Interface It has the following implemented classes, HMMSelectionPanel, NHMMSelectionPanel, MIXTURESelectionPanel and NMIXTURESelectionPanel.

Author:
Lilin Song
See Also:
HMMSelectionPanel, NHMMSelectionPanel, MIXTURESelectionPanel, NMIXTURESelectionPanel

Method Summary
 void createFirstPanel(java.awt.GridBagLayout layout, java.awt.GridBagConstraints c, AlgorithmParams ap)
           
 void createSecondPanel(java.awt.GridBagLayout layout, java.awt.GridBagConstraints c, AlgorithmParams ap)
           
 void createThirdPanel()
           
 java.lang.String getActionType()
           
 java.lang.String getModelType()
           
 javax.swing.JPanel getSelectionPanel()
           
 

Method Detail

createFirstPanel

public void createFirstPanel(java.awt.GridBagLayout layout,
                             java.awt.GridBagConstraints c,
                             AlgorithmParams ap)

createSecondPanel

public void createSecondPanel(java.awt.GridBagLayout layout,
                              java.awt.GridBagConstraints c,
                              AlgorithmParams ap)

createThirdPanel

public void createThirdPanel()

getSelectionPanel

public javax.swing.JPanel getSelectionPanel()

getModelType

public java.lang.String getModelType()

getActionType

public java.lang.String getActionType()