|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectasdx.ASDDeciderTester
public class ASDDeciderTester
An ASDDeciderTester permits a user to test an ASD decision network.
It provides a graphical user interface that
permits initialization of a search, stepping the search, and displaying
the decision structure as the search proceeds.
Command-line usage:
In an MS-Windows command-line window:
java -cp asddigraphs.jar;asdx.jar;. asdx/ASDDeciderTester
Or under UNIX:
java -cp asddigraphs.jar:asdx.jar:. asdx/ASDDeciderTester
OR if asddigraphs.jar and asdx.jar have been put in the system classpath:
java asdx/ASDDeciderTester
An optional command-line parameter can be used to specify the maximum
number of search advance steps before pausing.
Example: java asdx/ASDDeciderTester 50000
(The default maximum number of advance steps between pauses is 10000.)
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||