nz.ac.waikato.modeljunit.gui
Class OptionPanelCreator

java.lang.Object
  extended by nz.ac.waikato.modeljunit.gui.OptionPanelCreator

public class OptionPanelCreator
extends java.lang.Object


Field Summary
static java.lang.String[] ALGORITHM_NAME
           
static int NUM_PANE
          The number of algorithms plus a default panel.
 
Constructor Summary
OptionPanelCreator()
           
 
Method Summary
static OptionPanelAdapter[] createPanels()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUM_PANE

public static final int NUM_PANE
The number of algorithms plus a default panel. 0. Random walk panel 1. Greedy panel 2. Lookahead tester panel

See Also:
Constant Field Values

ALGORITHM_NAME

public static final java.lang.String[] ALGORITHM_NAME
Constructor Detail

OptionPanelCreator

public OptionPanelCreator()
Method Detail

createPanels

public static OptionPanelAdapter[] createPanels()


Copyright © 2009 ModelJUnit Project. All Rights Reserved.