| Package | Description |
|---|---|
| toxTree.core |
This packages contains only interface definitions, defining essential classes in toxTree application.
|
| toxtree.ui.tree |
User interface for viewing and editing a decision tree
IDecisionMethod |
| Modifier and Type | Method and Description |
|---|---|
static ToxTreePackageEntries |
Introspection.getAvailableCategoryTypes(ClassLoader classLoader)
Returns a list with available categories
|
static ToxTreePackageEntries |
Introspection.getAvailableRuleTypes(ClassLoader classLoader)
Returns a list with available rule names.
|
static ToxTreePackageEntries |
Introspection.getAvailableTreeTypes(ClassLoader classLoader)
Returns a list with available decision trees.
|
static ToxTreePackageEntries |
Introspection.getAvailableTypes(ClassLoader classLoader,
String interfacename)
This method is the core of
ToxTreeApp extension
mechanism. |
static ToxTreePackageEntries |
Introspection.implementInterface(ClassLoader classLoader,
File directory,
String interfaceName)
Finds classes implementing an interface in all .jar files in a user
defined directory.
|
| Constructor and Description |
|---|
ToxTreePackageEntryModel(ToxTreePackageEntries list) |
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.