public class ASDDeciderTester
extends java.lang.Object
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.)
- Author:
- James A. Mason