neuroidnet.ntr
Class Shell

java.lang.Object
  |
  +--neuroidnet.ntr.Shell

public class Shell
extends Object


Field Summary
(package private)  bsh.Interpreter bsh
           
(package private)  String rcFile
           
 
Constructor Summary
Shell(boolean swingConsole)
           
 
Method Summary
(package private)  void commandLineMode()
           
static void main(String[] args)
           
(package private)  void setNeuroidNetEnvironment()
           
(package private) static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rcFile

String rcFile

bsh

bsh.Interpreter bsh
Constructor Detail

Shell

public Shell(boolean swingConsole)
Method Detail

setNeuroidNetEnvironment

void setNeuroidNetEnvironment()

commandLineMode

void commandLineMode()

usage

static void usage()

main

public static void main(String[] args)