Scenario |
Type |
Detail |
About |
Basic Path |
The biggest thing on the DecTreeForm (main module's window) is the tree view relized by TreeControl in PTreeView module. The decision tree alone is stored in DecisionTree class instance and it uses CopyToViewer method for copy the structure and data of the treee to the TreeControl instance. The default tree is an empty tree. You can choose Build Tree or Open Tree from XML to change it. |
View options |
Basic Path |
The view options is stored in menu View, where the user can enable or disable some kind of information. These options are boolean values and they are stored in DecisionTree in View* attribute (ViewProb, ViewCount, ViewResultClass, ViewQuestion, ViewAnswer). These attributes are setted by DecTreeForm.setViewProperty and similar methods. It is called from menu clicked events. |
|