| Package | Description |
|---|---|
| toxTree.tree |
This packages contains abstract and default classes implementing the interfaces
defined in
toxTree.core package. |
| Modifier and Type | Class and Description |
|---|---|
class |
DecisionNodesFactory |
| Modifier and Type | Field and Description |
|---|---|
protected IDecisionNodesFactory |
UserDefinedTree.nodesFactory |
| Modifier and Type | Method and Description |
|---|---|
IDecisionNodesFactory |
UserDefinedTree.getNodesFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserDefinedTree.setNodesFactory(IDecisionNodesFactory nodesFactory) |
| Constructor and Description |
|---|
UserDefinedTree(IDecisionCategories classes,
String[] customRules,
int[][] customTransitions,
IDecisionNodesFactory nodesFactory) |
UserDefinedTree(IDecisionNodesFactory nodesFactory) |
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.