| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
IDecisionRuleList |
IDecisionMethod.getRules() |
IDecisionRuleList |
IDecisionMethod.hasUnreachableRules() |
| Modifier and Type | Class and Description |
|---|---|
class |
DecisionNodesList
A list of
DecisionNode, implementing IDecisionRuleList. |
class |
MultiLabelDecisionNodesList |
class |
RulesList
List of
IDecisionRule |
| Modifier and Type | Field and Description |
|---|---|
protected IDecisionRuleList |
AbstractTree.rules |
| Modifier and Type | Method and Description |
|---|---|
IDecisionRuleList |
AbstractTree.getRules() |
IDecisionRuleList |
BatchDecisionResultsList.getRules() |
IDecisionRuleList |
UserDefinedTree.hasUnreachableRules() |
IDecisionRuleList |
BatchDecisionResultsList.hasUnreachableRules() |
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(); }
|
protected IDecisionRuleList |
UserDefinedTree.initRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTree.setRules(IDecisionRuleList rules) |
| Constructor and Description |
|---|
AbstractTree(IDecisionCategories categories,
IDecisionRuleList rules) |
UserDefinedTree(IDecisionCategories classes,
IDecisionRuleList rules) |
| Modifier and Type | Method and Description |
|---|---|
protected ListPanel |
TreeEditorPanel.createRulesPanel(IDecisionRuleList rules) |
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.