Uses of Class
AlgorithmParams

Uses of AlgorithmParams in
 

Methods in Default Package that return AlgorithmParams
static AlgorithmParams AlgorithmParams.getInstance()
           
 

Methods in Default Package with parameters of type AlgorithmParams
 void AbstractMainSelectionPanel.createFirstPanel(java.awt.GridBagLayout layout, java.awt.GridBagConstraints c, AlgorithmParams ap)
          Create first panel which has input, output file or directory information selections.
 void AbstractMainSelectionPanel.createSecondPanel(java.awt.GridBagLayout layout, java.awt.GridBagConstraints c, AlgorithmParams ap)
          Create second panel which has algorithm main selections.
 void NHMMSelectionPanel.createFirstPanel(java.awt.GridBagLayout layout, java.awt.GridBagConstraints c, AlgorithmParams ap)
           
 void NHMMSelectionPanel.createSecondPanel(java.awt.GridBagLayout layout, java.awt.GridBagConstraints c, AlgorithmParams ap)
          Create second panel which has algorithm main selections.
 void MainSelectionPanel.createFirstPanel(java.awt.GridBagLayout layout, java.awt.GridBagConstraints c, AlgorithmParams ap)
           
 void MainSelectionPanel.createSecondPanel(java.awt.GridBagLayout layout, java.awt.GridBagConstraints c, AlgorithmParams ap)