| Package | Description |
|---|---|
| toxTree.core |
This packages contains only interface definitions, defining essential classes in toxTree application.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Introspection.configureURLLoader(File directory)
Adds URLS of jars in specified directory to the class loader.
|
static void |
Introspection.configureURLLoader(File[] jars)
Adds URLS of jars specified in File[] to the class loader.
|
static File[] |
Introspection.enumerateJars(File directory) |
static ToxTreePackageEntries |
Introspection.implementInterface(ClassLoader classLoader,
File directory,
String interfaceName)
Finds classes implementing an interface in all .jar files in a user
defined directory.
|
static Class |
Introspection.implementsInterface(String className,
String interfaceName)
Verifies if a class implements an interface
|
static IDecisionMethodsList |
Introspection.loadForest(InputStream stream) |
static IDecisionMethodsList |
Introspection.loadForestXML(InputStream stream) |
static IDecisionMethod |
Introspection.loadRules(InputStream stream,
String newTitle)
Loads a decision tree from an InputStream Uses Java serialization
mechanism
|
static IDecisionMethod |
Introspection.loadRulesXML(InputStream stream,
String newTitle) |
static void |
Introspection.saveRulesXML(IDecisionMethod method,
OutputStream out) |
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.