org.gusdb.wdk.model.test
Class BooleanQuestionTester

java.lang.Object
  extended by org.gusdb.wdk.model.test.BooleanQuestionTester

public class BooleanQuestionTester
extends java.lang.Object

BooleanQuestionTester.java WDK Testing class that creates a recursive boolean Question and prints out the Answer. Currently, this uses data returned by the TestBooleanTree class. Created: Wed October 6 12:00:00 2004 EDT


Constructor Summary
BooleanQuestionTester()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanQuestionTester

public BooleanQuestionTester()
Method Detail

main

public static void main(java.lang.String[] args)