Uses of Class
toxTree.tree.DecisionMethodsList

Packages that use DecisionMethodsList
toxTree.apps.toxForest   
toxtree.data   
toxTree.tree This packages contains abstract and default classes implementing the interfaces defined in toxTree.core package. 
toxtree.ui.tree.actions Actions (derived from AbstractAction for the decision tree user interface toxTree.ui.tree 
 

Uses of DecisionMethodsList in toxTree.apps.toxForest
 

Constructors in toxTree.apps.toxForest with parameters of type DecisionMethodsList
ToxForestDataModule(javax.swing.JFrame frame, java.io.File inputFile, DecisionMethodsList methods)
           
 

Uses of DecisionMethodsList in toxtree.data
 

Constructors in toxtree.data with parameters of type DecisionMethodsList
DecisionMethodsDataModule(javax.swing.JFrame frame, java.io.File inputFile, DecisionMethodsList methods)
           
ToxTreeModule(javax.swing.JFrame frame, java.io.File inputFile, DecisionMethodsList methods)
           
 

Uses of DecisionMethodsList in toxTree.tree
 

Subclasses of DecisionMethodsList in toxTree.tree
 class BatchDecisionResultsList
          Encapsulates DecisionResultsList as IDecisionMethod.
 class DecisionResultsList
           
 

Uses of DecisionMethodsList in toxtree.ui.tree.actions
 

Methods in toxtree.ui.tree.actions that return DecisionMethodsList
static DecisionMethodsList NewRuleAction.forestFromTree(IDecisionMethod tree)
          Creates forest of trees, each tree consists of a single rule.
 



Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.