|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdtreepackage.BinTree
| Field Summary | |
BinTree |
noBranch
|
int |
nodeID
|
java.lang.String |
questOrAns
|
BinTree |
yesBranch
|
| Constructor Summary | |
BinTree(int newNodeID,
java.lang.String newQuestAns)
|
|
| Method Summary | |
int |
getNodeId()
This method returns the ID of the node |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int nodeID
public java.lang.String questOrAns
public BinTree yesBranch
public BinTree noBranch
| Constructor Detail |
public BinTree(int newNodeID,
java.lang.String newQuestAns)
| Method Detail |
public int getNodeId()
DecisionTree
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||