Uses of Package
toxTree.core

Packages that use toxTree.core
com.molecularnetworks.start   
com.molecularnetworks.start.categories   
com.molecularnetworks.start.rules   
cramer2 Class CramerRules is the implementation of Cramer rules [Cramer et al,78]. 
cramer2.rules   
eye Class SicretRules is the implementation of BfR rules for estimating skin irritation and corrosion potential. 
eye.categories The package contains implementations of IDecisionCategory categories for EyeIrritationRules decision tree. 
eye.rules The package contains implementations of IDecisionRule rules for SicretRules decision tree. 
mic   
mic.categories   
mic.rules   
michaelacceptors   
michaelacceptors.categories   
michaelacceptors.rules   
mutant   
mutant.categories   
mutant.rules   
sicret Class SicretRules is the implementation of BfR rules for estimating skin irritation and corrosion potential. 
sicret.categories The package contains implementations of IDecisionCategory categories for SicretRules decision tree. 
sicret.rules The package contains implementations of IDecisionRule rules for SicretRules decision tree. 
structurefeatures.rules   
toxTree.apps.toxForest   
toxTree.core This packages contains only interface definitions, defining essential classes in toxTree application. 
toxTree.data Classes that hold the data used in ToxTreeApp 
toxTree.exceptions Exceptions defined for toxTree classes 
toxTree.io.batch Batch processing facility. 
toxTree.qsar   
toxTree.tree This packages contains abstract and default classes implementing the interfaces defined in toxTree.core package. 
toxTree.tree.categories The package contains default implementations of IDecisionCategory categories. 
toxTree.tree.cramer Class CramerRules is the implementation of Cramer rules [Cramer et al,78]. 
toxTree.tree.demo Two simple demo decision trees. 
toxTree.tree.rules The package contains several generic implementations of IDecisionRule rules 
toxTree.tree.rules.smarts SMARTS support. 
toxTree.ui   
toxTree.ui.tree.categories   
toxtree.data   
toxtree.plugins.dnabinding   
toxtree.plugins.dnabinding.categories   
toxtree.plugins.dnabinding.rules   
toxtree.plugins.func   
toxtree.plugins.func.categories   
toxtree.plugins.func.rules   
toxtree.plugins.kroes   
toxtree.plugins.kroes.categories   
toxtree.plugins.kroes.rules   
toxtree.plugins.lewis   
toxtree.plugins.lewis.categories   
toxtree.plugins.lewis.rules   
toxtree.plugins.moa   
toxtree.plugins.moa.categories   
toxtree.plugins.moa.rules   
toxtree.plugins.proteinbinding   
toxtree.plugins.proteinbinding.categories   
toxtree.plugins.proteinbinding.rules   
toxtree.plugins.search   
toxtree.plugins.search.categories   
toxtree.plugins.search.rules   
toxtree.plugins.skinsensitisation   
toxtree.plugins.skinsensitisation.categories   
toxtree.plugins.skinsensitisation.rules   
toxtree.plugins.smartcyp   
toxtree.plugins.smartcyp.categories   
toxtree.plugins.smartcyp.rules   
toxtree.plugins.verhaar2 Class toxtree.plugins.verhaar2.VerhaarScheme is the implementation of modified Verhaar structural scheme, according to recommendation from 
toxtree.plugins.verhaar2.rules The package contains implementations of IDecisionRule rules for VerhaarScheme decision tree. 
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.tree.categories User interface for viewing and editing categories IDecisionCategory in a decision tree IDecisionMethod 
toxtree.ui.tree.qsar   
toxtree.ui.tree.rules   
toxtree.ui.wizard Wizard support. 
verhaar Class VerhaarScheme is the implementation of Verhaar structural scheme for estimating toxicity mode of action. 
verhaar.categories The package contains implementations of IDecisionCategory categories for VerhaarScheme decision tree. 
verhaar.rules The package contains implementations of IDecisionRule rules for VerhaarScheme decision tree. 
verhaar.rules.helper   
 

Classes in toxTree.core used by com.molecularnetworks.start
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
XMLSerializable
           
 

Classes in toxTree.core used by com.molecularnetworks.start.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by com.molecularnetworks.start.rules
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
XMLSerializable
           
 

Classes in toxTree.core used by cramer2
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
XMLSerializable
           
 

Classes in toxTree.core used by cramer2.rules
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
XMLSerializable
           
 

Classes in toxTree.core used by eye
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
XMLSerializable
           
 

Classes in toxTree.core used by eye.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by eye.rules
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
XMLSerializable
           
 

Classes in toxTree.core used by mic
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
XMLSerializable
           
 

Classes in toxTree.core used by mic.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by mic.rules
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
IProgressStatus
           
IRuleSubstructures
          An interface to support substructure rules
XMLSerializable
           
 

Classes in toxTree.core used by michaelacceptors
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IProgressStatus
           
XMLSerializable
           
 

Classes in toxTree.core used by michaelacceptors.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by michaelacceptors.rules
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
XMLSerializable
           
 

Classes in toxTree.core used by mutant
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
XMLSerializable
           
 

Classes in toxTree.core used by mutant.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by mutant.rules
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionInteractive.UserOptions
           
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IDescriptorBased
           
IImplementationDetails
           
IProgressStatus
           
IRuleSubstructures
          An interface to support substructure rules
XMLSerializable
           
 

Classes in toxTree.core used by sicret
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
XMLSerializable
           
 

Classes in toxTree.core used by sicret.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by sicret.rules
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
IRuleSubstructures
          An interface to support substructure rules
XMLSerializable
           
 

Classes in toxTree.core used by structurefeatures.rules
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
XMLSerializable
           
 

Classes in toxTree.core used by toxTree.apps.toxForest
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodsList
          A list of IDecisionMethod instances
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
 

Classes in toxTree.core used by toxTree.core
IDecisionCategories
          A list of IDecisionCategory instances
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
IDecisionCategoryEditor
           
IDecisionInteractive.UserOptions
           
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodEditor
           
IDecisionMethodPrority
           
IDecisionMethodsList
          A list of IDecisionMethod instances
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IDecisionRuleEditor
          Each rule IDecisionRule should provides an editor, which is a class, implementing this interface.
IDecisionRuleList
          A list of IDecisionRule
IMoleculesIterator
           
IProcessRule
           
IProgressStatus
           
IToxTreeEditor
          Parent interface for all editors in ToxTree.
SmartElementsList
          Same as HashSet, but understands "X" as halogen elements.
ToxTreeClassLoader
           
ToxTreePackageEntries
          a List of ToxTreePackageEntry
 

Classes in toxTree.core used by toxTree.data
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
IMoleculesIterator
           
 

Classes in toxTree.core used by toxTree.exceptions
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
 

Classes in toxTree.core used by toxTree.io.batch
IDecisionMethod
          An interface to represent a decision tree.
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
 

Classes in toxTree.core used by toxTree.qsar
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IDescriptorBased
           
IImplementationDetails
           
IToxTreeEditor
          Parent interface for all editors in ToxTree.
XMLSerializable
           
 

Classes in toxTree.core used by toxTree.tree
IDecisionCategories
          A list of IDecisionCategory instances
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
IDecisionCategoryEditor
           
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionInteractive.UserOptions
           
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodEditor
           
IDecisionMethodPrority
           
IDecisionMethodsList
          A list of IDecisionMethod instances
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IDecisionRuleEditor
          Each rule IDecisionRule should provides an editor, which is a class, implementing this interface.
IDecisionRuleList
          A list of IDecisionRule
IDecisionTransition
          An interface representing a transition between decision rules IDecisionRule in a decision tree IDecisionMethod.
IProcessRule
           
IProgressStatus
           
XMLSerializable
           
 

Classes in toxTree.core used by toxTree.tree.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by toxTree.tree.cramer
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
IProgressStatus
           
IRuleRange
           
IRuleSubstructures
          An interface to support substructure rules
XMLSerializable
           
 

Classes in toxTree.core used by toxTree.tree.demo
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
XMLSerializable
           
 

Classes in toxTree.core used by toxTree.tree.rules
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionInteractive.UserOptions
           
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
IRuleRange
           
IRuleSubstructures
          An interface to support substructure rules
SmartElementsList
          Same as HashSet, but understands "X" as halogen elements.
XMLSerializable
           
 

Classes in toxTree.core used by toxTree.tree.rules.smarts
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
XMLSerializable
           
 

Classes in toxTree.core used by toxTree.ui
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
IDecisionCategoryEditor
           
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodEditor
           
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IDecisionRuleEditor
          Each rule IDecisionRule should provides an editor, which is a class, implementing this interface.
IToxTreeEditor
          Parent interface for all editors in ToxTree.
 

Classes in toxTree.core used by toxTree.ui.tree.categories
IDecisionCategories
          A list of IDecisionCategory instances
 

Classes in toxTree.core used by toxtree.data
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodEditor
           
IDecisionMethodsList
          A list of IDecisionMethod instances
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IFilteredMolecules
           
IMoleculesIterator
           
 

Classes in toxTree.core used by toxtree.plugins.dnabinding
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.dnabinding.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.dnabinding.rules
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
IProgressStatus
           
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.func
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.func.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.func.rules
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
IProgressStatus
           
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.kroes
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.kroes.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.kroes.rules
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
IRuleSubstructures
          An interface to support substructure rules
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.lewis
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.lewis.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.lewis.rules
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IRuleRange
           
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.moa
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.moa.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.moa.rules
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.proteinbinding
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.proteinbinding.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.proteinbinding.rules
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
IProgressStatus
           
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.search
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.search.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.search.rules
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.skinsensitisation
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.skinsensitisation.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.skinsensitisation.rules
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
IProgressStatus
           
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.smartcyp
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IMetaboliteGenerator
           
IProgressStatus
           
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.smartcyp.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.smartcyp.rules
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IMetaboliteGenerator
           
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.verhaar2
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
XMLSerializable
           
 

Classes in toxTree.core used by toxtree.plugins.verhaar2.rules
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IProgressStatus
           
 

Classes in toxTree.core used by toxtree.ui.batch
IDecisionMethod
          An interface to represent a decision tree.
 

Classes in toxTree.core used by toxtree.ui.editors
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
IDecisionCategoryEditor
           
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodEditor
           
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IDecisionRuleEditor
          Each rule IDecisionRule should provides an editor, which is a class, implementing this interface.
IToxTreeEditor
          Parent interface for all editors in ToxTree.
 

Classes in toxTree.core used by toxtree.ui.tree
IDecisionCategories
          A list of IDecisionCategory instances
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodEditor
           
IDecisionMethodsList
          A list of IDecisionMethod instances
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IDecisionRuleList
          A list of IDecisionRule
IToxTreeEditor
          Parent interface for all editors in ToxTree.
ToxTreePackageEntries
          a List of ToxTreePackageEntry
 

Classes in toxTree.core used by toxtree.ui.tree.actions
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
 

Classes in toxTree.core used by toxtree.ui.tree.categories
IDecisionCategories
          A list of IDecisionCategory instances
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
IDecisionCategoryEditor
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IToxTreeEditor
          Parent interface for all editors in ToxTree.
 

Classes in toxTree.core used by toxtree.ui.tree.qsar
IDecisionRuleEditor
          Each rule IDecisionRule should provides an editor, which is a class, implementing this interface.
IToxTreeEditor
          Parent interface for all editors in ToxTree.
 

Classes in toxTree.core used by toxtree.ui.tree.rules
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IDecisionRuleEditor
          Each rule IDecisionRule should provides an editor, which is a class, implementing this interface.
IRuleRange
           
IRuleSubstructures
          An interface to support substructure rules
IToxTreeEditor
          Parent interface for all editors in ToxTree.
 

Classes in toxTree.core used by toxtree.ui.wizard
IDecisionMethod
          An interface to represent a decision tree.
IDecisionRuleEditor
          Each rule IDecisionRule should provides an editor, which is a class, implementing this interface.
IToxTreeEditor
          Parent interface for all editors in ToxTree.
 

Classes in toxTree.core used by verhaar
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethod
          An interface to represent a decision tree.
IDecisionMethodPrority
           
XMLSerializable
           
 

Classes in toxTree.core used by verhaar.categories
IDecisionCategory
          An interface definition to represent a chemical category The application of a decision tree IDecisionMethod results in assigning a category to the query chemical.
XMLSerializable
           
 

Classes in toxTree.core used by verhaar.rules
IDecisionInteractive
          An interface for rules, requiring user interaction (e.g.
IDecisionMethodPrority
           
IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
IProgressStatus
           
IRuleRange
           
IRuleSubstructures
          An interface to support substructure rules
XMLSerializable
           
 

Classes in toxTree.core used by verhaar.rules.helper
IDecisionRule
          An interface definition to represent a rule, that will be used in a IDecisionMethod.
IImplementationDetails
           
IRuleSubstructures
          An interface to support substructure rules
XMLSerializable
           
 



Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.