|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjess.Main
A command-line interface for Jess; also displayed in a window by the Console classes.
(C) 1998 E.J. Friedman-Hill and the Sandia Corporation
Constructor Summary | |
Main()
|
Method Summary | |
void |
execute(boolean doPrompt)
Repeatedly parse and excute commands, from location determined during initialize(). |
Main |
initialize(java.lang.String[] argv,
Rete r)
Set a Main object up for later execution. |
static void |
main(java.lang.String[] argv)
|
void |
showLogo()
Display the Jess startup banner on the Rete object's standard output. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Main()
Method Detail |
public static void main(java.lang.String[] argv)
public void showLogo()
Copyright (C) 2001 E.J. Friedman Hill and the Sandia Corporation Jess Version 6.1 4/15/03
public Main initialize(java.lang.String[] argv, Rete r)
argv
- Command-line argumentsr
- An initialized Rete object, with routers set uppublic void execute(boolean doPrompt)
doPrompt
- True if a prompt should be printed, false otherwise.
Prompts will never be printed during a (batch) command.
|
© 2001 E.J. Friedman-Hill and Sandia Corporation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |