| Package | Description |
|---|---|
| toxTree.core |
This packages contains only interface definitions, defining essential classes in toxTree application.
|
| toxTree.exceptions |
Exceptions defined for toxTree classes
|
| toxTree.tree |
This packages contains abstract and default classes implementing the interfaces
defined in
toxTree.core package. |
| Modifier and Type | Method and Description |
|---|---|
void |
IProcessRule.done() |
void |
IProcessRule.init(IDecisionMethod method) |
Object |
IProcessRule.process(IDecisionMethod method,
IDecisionRule rule) |
| Modifier and Type | Class and Description |
|---|---|
class |
DesisionMethodUIDException |
| Modifier and Type | Method and Description |
|---|---|
void |
Tree2PrefuseGraph.done() |
void |
ReportTreePrinter.done() |
void |
PDFTreePrinter.done() |
void |
AbstractTreeWriter.done() |
void |
AbstractTreePrinter.done() |
void |
Tree2PrefuseGraph.init(IDecisionMethod method) |
void |
ReportTreePrinter.init(IDecisionMethod tree) |
void |
PDFTreePrinter.init(IDecisionMethod method) |
void |
SimpleTreePrinter.init(IDecisionMethod tree) |
Object |
Tree2PrefuseGraph.process(IDecisionMethod method,
IDecisionRule rule) |
Object |
ReportTreePrinter.process(IDecisionMethod method,
IDecisionRule rule) |
Object |
PDFTreePrinter.process(IDecisionMethod method,
IDecisionRule rule) |
Object |
SimpleTreePrinter.process(IDecisionMethod method,
IDecisionRule rule) |
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.