toxtree.data
Class ToxTreeModule
java.lang.Object
java.util.Observable
toxtree.data.DataModule
toxtree.data.DecisionMethodsDataModule
toxtree.data.ToxTreeModule
- All Implemented Interfaces:
- java.io.Serializable, java.util.Observer
public class ToxTreeModule
- extends DecisionMethodsDataModule
Contains data essential for ToxTreeApp
application
Also contains some UI frames :
- a Frame to view a decision tree
TreeFrame
- a Frame to edit a decision tree
toxTree.ui.tree.EditTreeFrame
- a dialog with structure diagram editor
JChemPaintDialog
- and a
org.openscience.cdk.applications.jchempaint.JChemPaintModel
- Author:
- Nina Jeliazkova
Modified 2005-8-1
- See Also:
- Serialized Form
Methods inherited from class toxtree.data.DecisionMethodsDataModule |
addResultPropertyChangeListener, addRulesPropertyChangeListener, classify, classifyAll, clearFilters, clearResults, explain, getMethods, getRules, getSelectedRules, getTreeResult, gotoRecord, lookup, selectFilter, setMethods, viewMethod, viewMethod |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listener
protected MetabolyteRecycler listener
ToxTreeModule
public ToxTreeModule(javax.swing.JFrame frame,
java.io.File inputFile,
DecisionMethodsList methods)
createDataContainer
protected DataContainer createDataContainer(java.io.File inputFile)
- Overrides:
createDataContainer
in class DecisionMethodsDataModule
update
public void update(java.util.Observable o,
java.lang.Object arg)
- Specified by:
update
in interface java.util.Observer
- Overrides:
update
in class DecisionMethodsDataModule
batch
public void batch(BatchProcessing bp)
- Overrides:
batch
in class DataModule
getActions
public ActionList getActions()
- Overrides:
getActions
in class DecisionMethodsDataModule
viewMethod
public void viewMethod(boolean editable)
setRules
public void setRules(IDecisionMethod rules)
- Overrides:
setRules
in class DecisionMethodsDataModule
showMetabolites
public java.lang.String showMetabolites(RuleResult ruleResult)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.