程序包 weka.gui

类 SimpleCLI

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, Accessible

public class SimpleCLI extends Frame
Creates a very simple command line for invoking the main method of classes. System.out and System.err are redirected to an output area. Features a simple command history -- use up and down arrows to move through previous commmands. This gui uses only AWT (i.e. no Swing).
版本:
$Revision: 7059 $
作者:
Len Trigg (trigg@cs.waikato.ac.nz), FracPete (fracpete at waikato dot ac dot nz)
另请参阅:
  • 构造器详细资料

    • SimpleCLI

      public SimpleCLI() throws Exception
      Constructor
      抛出:
      Exception - if an error occurs
  • 方法详细资料

    • main

      public static void main(String[] args)
      Method to start up the simple cli
      参数:
      args - array of command line arguments. Not used.