|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDecisionRuleList | |
---|---|
toxTree.core | This packages contains only interface definitions, defining essential classes in toxTree application. |
toxTree.tree | This packages contains abstract and default classes implementing the interfaces
defined in toxTree.core package. |
toxtree.ui.tree | User interface for viewing and editing a decision tree IDecisionMethod |
Uses of IDecisionRuleList in toxTree.core |
---|
Methods in toxTree.core that return IDecisionRuleList | |
---|---|
IDecisionRuleList |
IDecisionMethod.getRules()
|
IDecisionRuleList |
IDecisionMethod.hasUnreachableRules()
|
Uses of IDecisionRuleList in toxTree.tree |
---|
Classes in toxTree.tree that implement IDecisionRuleList | |
---|---|
class |
DecisionNodesList
A list of DecisionNode , implementing IDecisionRuleList . |
class |
MultiLabelDecisionNodesList
|
class |
RulesList
List of IDecisionRule |
Fields in toxTree.tree declared as IDecisionRuleList | |
---|---|
protected IDecisionRuleList |
AbstractTree.rules
|
Methods in toxTree.tree that return IDecisionRuleList | |
---|---|
IDecisionRuleList |
BatchDecisionResultsList.getRules()
|
IDecisionRuleList |
AbstractTree.getRules()
|
IDecisionRuleList |
UserDefinedTree.hasUnreachableRules()
|
IDecisionRuleList |
BatchDecisionResultsList.hasUnreachableRules()
|
protected IDecisionRuleList |
UserDefinedTree.initRules()
|
protected abstract IDecisionRuleList |
AbstractTree.initRules()
public AbstractTree( IDecisionCategories classes, String[] customRules, int[][] customTransitions) throws DecisionMethodException { this(categories,customRules,customTransitions); } public AbstractTree( String[] customRules, int[][] customTransitions) throws DecisionMethodException { this(); setRules(customRules); setTransitions(customTransitions); setChanged(); notifyObservers(); } |
Methods in toxTree.tree with parameters of type IDecisionRuleList | |
---|---|
void |
AbstractTree.setRules(IDecisionRuleList rules)
|
Constructors in toxTree.tree with parameters of type IDecisionRuleList | |
---|---|
AbstractTree(IDecisionCategories categories,
IDecisionRuleList rules)
|
|
UserDefinedTree(IDecisionCategories classes,
IDecisionRuleList rules)
|
Uses of IDecisionRuleList in toxtree.ui.tree |
---|
Methods in toxtree.ui.tree with parameters of type IDecisionRuleList | |
---|---|
protected ListPanel |
TreeEditorPanel.createRulesPanel(IDecisionRuleList rules)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |