| Package | Description |
|---|---|
| com.molecularnetworks.start | |
| cramer2 |
Class
CramerRules is the implementation of Cramer rules [Cramer et al,78]. |
| eye |
Class
SicretRules is the implementation of BfR rules for estimating skin irritation and corrosion potential. |
| mic | |
| michaelacceptors | |
| mutant | |
| sicret |
Class
SicretRules is the implementation of BfR rules for estimating skin irritation and corrosion potential. |
| toxTree.apps.toxForest | |
| toxTree.core |
This packages contains only interface definitions, defining essential classes in toxTree application.
|
| toxtree.data | |
| toxTree.io.batch |
Batch processing facility.
|
| toxtree.plugins.ames | |
| toxtree.plugins.dnabinding | |
| toxtree.plugins.func | |
| toxtree.plugins.kroes | |
| toxtree.plugins.lewis | |
| toxtree.plugins.moa | |
| toxtree.plugins.proteinbinding | |
| toxtree.plugins.search | |
| toxtree.plugins.skinsensitisation | |
| toxtree.plugins.smartcyp | |
| toxtree.plugins.verhaar2 |
Class
toxtree.plugins.verhaar2.VerhaarScheme is the implementation of modified Verhaar structural scheme, according to recommendation from |
| toxTree.tree |
This packages contains abstract and default classes implementing the interfaces
defined in
toxTree.core package. |
| toxTree.tree.cramer |
Class
CramerRules is the implementation of Cramer rules [Cramer et al,78]. |
| toxtree.tree.cramer3 | |
| toxTree.tree.demo |
Two simple demo decision trees.
|
| toxTree.ui | |
| toxtree.ui.batch |
User interface for
toxTree.io.batch |
| toxtree.ui.editors | |
| toxtree.ui.tree |
User interface for viewing and editing a decision tree
IDecisionMethod |
| toxtree.ui.tree.actions |
Actions (derived from
AbstractAction for the decision tree user interface
toxTree.ui.tree |
| toxtree.ui.wizard |
Wizard support.
|
| verhaar |
Class
VerhaarScheme is the implementation of Verhaar structural scheme for estimating toxicity mode of action. |
| Modifier and Type | Class and Description |
|---|---|
class |
BiodgeradationRules
Wrapper class that knows the biodegradation rules that are available in the
toxBiodegradation plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CramerRulesWithExtensions
TODO update
An
UserDefinedTree descendant, implementing
the decision tree described in "Cramer G. |
| Modifier and Type | Class and Description |
|---|---|
class |
EyeIrritationRules
Decision tree for estimating skin irritation and corrosion potential.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MICRules |
| Modifier and Type | Class and Description |
|---|---|
class |
MichaelAcceptorRules |
| Modifier and Type | Class and Description |
|---|---|
class |
BB_CarcMutRules |
| Modifier and Type | Class and Description |
|---|---|
class |
SicretRules
Decision tree for estimating skin irritation and corrosion potential.
|
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethod |
ToxForestDataModule.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToxForestDataModule.setRules(IDecisionMethod rules) |
| Modifier and Type | Field and Description |
|---|---|
protected IDecisionMethod |
ToxTreeDescriptor.decisionTree |
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethod |
IDecisionMethodEditor.edit(Component owner,
IDecisionMethod method) |
IDecisionMethod |
IDecisionResult.getDecisionMethod() |
IDecisionMethod |
IDecisionMethodEditor.getMethod() |
IDecisionMethod |
IDecisionMethodsList.getMethod(int index) |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
IDecisionMethodsList.addDecisionMethod(IDecisionMethod method) |
IDecisionMethod |
IDecisionMethodEditor.edit(Component owner,
IDecisionMethod method) |
void |
IProcessRule.init(IDecisionMethod method) |
Object |
IProcessRule.process(IDecisionMethod method,
IDecisionRule rule) |
static void |
Introspection.saveRulesXML(IDecisionMethod method,
OutputStream out) |
void |
IDecisionResult.setDecisionMethod(IDecisionMethod method) |
void |
IDecisionMethodEditor.setMethod(IDecisionMethod method)
Each method
IDecisionMethod should provides an editor, which is a class,
implementing this interface. |
| Modifier and Type | Field and Description |
|---|---|
protected IDecisionMethod |
DecisionMethodsDataModule.rules |
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethod |
DecisionMethodsDataModule.getRules() |
IDecisionMethod |
DecisionMethodsDataModule.getSelectedRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToxTreeModule.setRules(IDecisionMethod rules) |
void |
DecisionMethodsDataModule.setRules(IDecisionMethod rules) |
void |
DecisionMethodsDataModule.viewMethod(IDecisionMethod method,
boolean editable) |
abstract void |
DataModule.viewMethod(IDecisionMethod method,
boolean editable) |
| Modifier and Type | Field and Description |
|---|---|
protected IDecisionMethod |
ToxTreeBatchProcessing.decisionMethod |
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethod |
ToxTreeBatchProcessing.getDecisionMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToxTreeBatchProcessing.setDecisionMethod(IDecisionMethod decisionMethod) |
| Modifier and Type | Class and Description |
|---|---|
class |
AmesMutagenicityRules |
| Modifier and Type | Class and Description |
|---|---|
class |
DNABindingPlugin
Protein binding
|
| Modifier and Type | Class and Description |
|---|---|
class |
FuncRules |
| Modifier and Type | Class and Description |
|---|---|
class |
Kroes1Tree |
| Modifier and Type | Class and Description |
|---|---|
class |
LewisTree
derived by Weka from table2.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MOARules |
| Modifier and Type | Class and Description |
|---|---|
class |
ProteinBindingPlugin
Protein binding
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundLookup |
| Modifier and Type | Class and Description |
|---|---|
class |
SkinSensitisationPlugin
Skin sensitisation
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMARTCYPPlugin |
| Modifier and Type | Class and Description |
|---|---|
class |
VerhaarScheme2
An implementaton of Verhaar scheme for predicting toxicity mode of action.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTree
An astract class, implementing
IDecisionMethod
interface. |
class |
BatchDecisionResultsList
Encapsulates
DecisionResultsList as IDecisionMethod. |
class |
UserDefinedTree
A default decision tree class, implementing
IDecisionMethod interface. |
| Modifier and Type | Field and Description |
|---|---|
protected IDecisionMethod |
TreeResult.decisionMethod |
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethod |
TreeResult.getDecisionMethod() |
IDecisionMethod |
BatchDecisionResultsList.getDecisionMethod() |
IDecisionMethod |
DecisionResultsList.getMethod(int index) |
IDecisionMethod |
DecisionMethodsList.getMethod(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionResultsList.addDecisionMethod(IDecisionMethod method) |
void |
DecisionMethodsList.addDecisionMethod(IDecisionMethod method) |
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) |
void |
TreeResult.setDecisionMethod(IDecisionMethod decisionMethod) |
void |
BatchDecisionResultsList.setDecisionMethod(IDecisionMethod method) |
prefuse.data.Node |
Tree2PrefuseGraph.walkRules(IDecisionMethod tree) |
protected prefuse.data.Node |
Tree2PrefuseGraph.walkRules(IDecisionMethod tree,
IDecisionRule rule,
ArrayList<Integer> visited) |
protected String |
ReportTreePrinter.writeMolecule(IDecisionMethod tree,
IDecisionRule rule,
boolean answer) |
protected void |
AbstractTreePrinter.writeMolecule(IDecisionMethod tree,
IDecisionRule rule,
boolean answer,
OutputStream out) |
| Modifier and Type | Class and Description |
|---|---|
class |
CramerRules
An
UserDefinedTree descendant, implementing
the decision tree described in "Cramer G. |
| Modifier and Type | Class and Description |
|---|---|
class |
RevisedCramerDecisionTree
Assigns categories:
toxTree.tree.cramer3.CramerClass1
toxTree.tree.cramer3.CramerClass2
toxTree.tree.cramer3.CramerClass2
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMARTSTree |
class |
SubstructureTree
A demo decision tree consisting of a single decision rule , which checks for
the presence of benzene ring.
|
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethodEditor |
IEditorFactory.createTreeEditor(IDecisionMethod method) |
IDecisionMethodEditor |
EditorFactory.createTreeEditor(IDecisionMethod method) |
JComponent |
IEditorFactory.optionsPanel(IDecisionMethod method,
org.openscience.cdk.interfaces.IAtomContainer atomContainer) |
JComponent |
EditorFactory.optionsPanel(IDecisionMethod method,
org.openscience.cdk.interfaces.IAtomContainer atomContainer) |
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethod |
BatchProcessingDialog.getDecisionMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchProcessingDialog.setDecisionMethod(IDecisionMethod decisionMethod) |
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethodEditor |
SwingEditorFactory.createTreeEditor(IDecisionMethod method) |
JComponent |
SwingEditorFactory.optionsPanel(IDecisionMethod method,
org.openscience.cdk.interfaces.IAtomContainer atomContainer) |
| Modifier and Type | Field and Description |
|---|---|
protected IDecisionMethod |
DecisionTreeModel.decisionMethod |
protected IDecisionMethod |
TreeEditorPanel.method |
protected IDecisionMethod |
TreeLayout.method |
protected IDecisionMethod |
TreePrefuse.tree |
protected IDecisionMethod |
EditTreeActions.tree |
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethod |
TreeEditorPanel.edit(Component owner,
IDecisionMethod method) |
IDecisionMethod |
TreePrefuse.getDecisionMethod() |
IDecisionMethod |
TreeDrawing.getDecisionMethod() |
IDecisionMethod |
ITreeView.getDecisionMethod() |
IDecisionMethod |
JCustomTreeComponent.getDecisionMethod() |
IDecisionMethod |
TreeEditorPanel.getMethod() |
IDecisionMethod |
TreeLayout.getMethod() |
static IDecisionMethod |
SelectListDialog.selectNewTree(Component parent,
ClassLoader classLoader)
Provides a list of names of the classes implementing
IDecisionMethod
If the user selects a name, the tree is created and returned Uses Introspection.getAvailableTreeTypes(ClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TreePanel.addWidgets(IDecisionMethod treeMethod) |
protected void |
TreeFrame.addWidgets(IDecisionMethod treeMethod) |
protected void |
TreeDrawing.addWidgets(IDecisionMethod treeMethod,
EditTreeActions actions) |
protected int[] |
TreePrefuse.createPalette(IDecisionMethod tree) |
IDecisionMethod |
TreeEditorPanel.edit(Component owner,
IDecisionMethod method) |
void |
TreePanel.setDecisionMethod(IDecisionMethod decisionMethod) |
void |
TreePrefuse.setDecisionMethod(IDecisionMethod decisionMethod) |
void |
TreeDrawing.setDecisionMethod(IDecisionMethod method) |
void |
ITreeView.setDecisionMethod(IDecisionMethod decisionMethod) |
void |
TreeFrame.setDecisionMethod(IDecisionMethod decisionMethod) |
void |
DecisionTreeModel.setDecisionMethod(IDecisionMethod decisionMethod) |
void |
JCustomTreeComponent.setDecisionMethod(IDecisionMethod method) |
void |
TreeEditorPanel.setMethod(IDecisionMethod method) |
Dimension |
TreeLayout.setMethod(IDecisionMethod method) |
| Constructor and Description |
|---|
DecisionTreeModel(IDecisionMethod decisionMethod) |
EditTreeActions(IDecisionMethod tree) |
JCustomTreeComponent(IDecisionMethod method,
ActionMap actions) |
TreeDrawing(IDecisionMethod treeMethod,
EditTreeActions actions) |
TreeEditorPanel(IDecisionMethod method) |
TreeFrame(IDecisionMethod treeMethod) |
TreeLayout(IDecisionMethod method) |
TreeOptions(IDecisionMethod tree,
org.openscience.cdk.interfaces.IAtomContainer atomcontainer) |
TreePanel(IDecisionMethod treeMethod) |
TreePrefuse(IDecisionMethod tree,
EditTreeActions actions) |
TreePrefuse(IDecisionMethod tree,
EditTreeActions actions,
boolean forcefieldLayout) |
| Modifier and Type | Field and Description |
|---|---|
protected IDecisionMethod |
AbstractTreeAction.tree |
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethod |
ITreeAction.getTree() |
IDecisionMethod |
AbstractTreeAction.getTree() |
static IDecisionMethod |
NewRuleAction.treeFromRule(IDecisionRule rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectTreeAction.addTree(IDecisionMethod tree) |
static DecisionMethodsList |
NewRuleAction.forestFromTree(IDecisionMethod tree)
Creates forest of trees, each tree consists of a single rule.
|
void |
EditDecisionMethodAction.launchEditor(IDecisionMethod method) |
void |
ITreeAction.setTree(IDecisionMethod tree) |
void |
AbstractTreeAction.setTree(IDecisionMethod tree) |
static DecisionNode |
NewRuleAction.updateNode(IDecisionMethod tree,
DecisionNode node) |
| Modifier and Type | Field and Description |
|---|---|
protected IDecisionMethod |
DecisionTreeWizard.tree |
| Modifier and Type | Method and Description |
|---|---|
static DecisionNodeWizard |
DecisionNodeWizard.createWizard(Frame frame,
IDecisionMethod tree,
int start) |
| Constructor and Description |
|---|
DecisionNodeWizard(Dialog arg0,
IDecisionMethod tree,
ListPanel[] panels) |
DecisionNodeWizard(Frame frame,
IDecisionMethod tree,
ListPanel[] panels) |
DecisionNodeWizard(IDecisionMethod tree,
ListPanel[] panels) |
DecisionTreeWizard(Dialog arg0,
IDecisionMethod tree) |
DecisionTreeWizard(Frame frame,
IDecisionMethod tree) |
DecisionTreeWizard(IDecisionMethod tree) |
| Modifier and Type | Class and Description |
|---|---|
class |
VerhaarScheme
An implementaton of Verhaar scheme for predicting toxicity mode of action.
|
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.