org.gusdb.wdk.model.test
Class TestBooleanTree

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

public class TestBooleanTree
extends java.lang.Object

TestBooleanTree.java Class with static method that returns a tree of BooleanQuestionNodes containing Questions and parameter values specifically designed for the toy model. Tree is composed entirely of the RnaQuestions.ByNumSeqs Questions and looks like this: q1 minus / \ q2union q3union / \ / \ q4 q5 q6 q7 leaf nodes (Update this picture if changing any relevant data below). Created: Fri 22 October 12:00:00 2004 EST


Constructor Summary
TestBooleanTree()
           
 
Method Summary
static BooleanQuestionNode makeNewLeafNode(WdkModel model)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBooleanTree

public TestBooleanTree()
Method Detail

makeNewLeafNode

public static BooleanQuestionNode makeNewLeafNode(WdkModel model)
                                           throws WdkUserException,
                                                  WdkModelException
Throws:
WdkUserException
WdkModelException