This packages contains only interface definitions, defining essential classes in toxTree application. The existence of these interfaces allows various implementation of decision rules, trees and categories, which can nevertheless be used interdependently.

A set of classes implementing these interfaces can be found in package {@link toxTree.tree}

Plugins

Plugins are .jar files, containing any one or all of the following: Plugins are searched at run-time in the following directories: Plugins containing decision trees are searched when presenting a list of available trees. Plugins containing rules are searched when presenting a list of available rules. Plugins containing categories are searched when presenting a list of available categories.
The Cramer tree {@link toxTree.tree.cramer.CramerRules} is used by default, but relies on the same mechanism. It is distributed in toxCramer.jar. A demo decision tree is available at {@link toxTree.tree.demo.SubstructureTree} and distributed in toxDemo.jar.