Uses of Interface
toxTree.core.IDecisionMethodPrority

Packages that use IDecisionMethodPrority
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   
mic.rules   
michaelacceptors   
mutant   
mutant.rules   
sicret Class SicretRules is the implementation of BfR rules for estimating skin irritation and corrosion potential. 
toxTree.core This packages contains only interface definitions, defining essential classes in toxTree application. 
toxtree.plugins.dnabinding   
toxtree.plugins.dnabinding.rules   
toxtree.plugins.func   
toxtree.plugins.func.rules   
toxtree.plugins.kroes   
toxtree.plugins.lewis   
toxtree.plugins.moa   
toxtree.plugins.proteinbinding   
toxtree.plugins.proteinbinding.rules   
toxtree.plugins.search   
toxtree.plugins.skinsensitisation   
toxtree.plugins.skinsensitisation.rules   
toxtree.plugins.smartcyp   
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.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.demo Two simple demo decision trees. 
verhaar Class VerhaarScheme is the implementation of Verhaar structural scheme for estimating toxicity mode of action. 
verhaar.rules The package contains implementations of IDecisionRule rules for VerhaarScheme decision tree. 
 

Uses of IDecisionMethodPrority in com.molecularnetworks.start
 

Classes in com.molecularnetworks.start that implement IDecisionMethodPrority
 class BiodgeradationRules
          Wrapper class that knows the biodegradation rules that are available in the toxBiodegradation plugin.
 

Uses of IDecisionMethodPrority in cramer2
 

Classes in cramer2 that implement IDecisionMethodPrority
 class CramerRulesWithExtensions
          TODO update An UserDefinedTree descendant, implementing the decision tree described in "Cramer G.
 

Uses of IDecisionMethodPrority in eye
 

Classes in eye that implement IDecisionMethodPrority
 class EyeIrritationRules
          Decision tree for estimating skin irritation and corrosion potential.
 

Uses of IDecisionMethodPrority in mic
 

Classes in mic that implement IDecisionMethodPrority
 class MICRules
           
 

Uses of IDecisionMethodPrority in mic.rules
 

Classes in mic.rules that implement IDecisionMethodPrority
 class MICTreeResult
           
 

Uses of IDecisionMethodPrority in michaelacceptors
 

Classes in michaelacceptors that implement IDecisionMethodPrority
 class MATreeResult
           
 class MichaelAcceptorRules
           
 

Uses of IDecisionMethodPrority in mutant
 

Classes in mutant that implement IDecisionMethodPrority
 class BB_CarcMutRules
           
 

Uses of IDecisionMethodPrority in mutant.rules
 

Classes in mutant.rules that implement IDecisionMethodPrority
 class MutantTreeResult
           
 

Uses of IDecisionMethodPrority in sicret
 

Classes in sicret that implement IDecisionMethodPrority
 class SicretRules
          Decision tree for estimating skin irritation and corrosion potential.
 

Uses of IDecisionMethodPrority in toxTree.core
 

Subinterfaces of IDecisionMethodPrority in toxTree.core
 interface IDecisionMethod
          An interface to represent a decision tree.
 interface IDecisionResult
          An interface definition to represent the result of applying a IDecisionMethod.
 

Uses of IDecisionMethodPrority in toxtree.plugins.dnabinding
 

Classes in toxtree.plugins.dnabinding that implement IDecisionMethodPrority
 class DNABindingPlugin
          Protein binding
 

Uses of IDecisionMethodPrority in toxtree.plugins.dnabinding.rules
 

Classes in toxtree.plugins.dnabinding.rules that implement IDecisionMethodPrority
 class DNABindingTreeResult
           
 

Uses of IDecisionMethodPrority in toxtree.plugins.func
 

Classes in toxtree.plugins.func that implement IDecisionMethodPrority
 class FuncRules
           
 

Uses of IDecisionMethodPrority in toxtree.plugins.func.rules
 

Classes in toxtree.plugins.func.rules that implement IDecisionMethodPrority
 class FuncTreeResult
           
 

Uses of IDecisionMethodPrority in toxtree.plugins.kroes
 

Classes in toxtree.plugins.kroes that implement IDecisionMethodPrority
 class Kroes1Tree
           
 

Uses of IDecisionMethodPrority in toxtree.plugins.lewis
 

Classes in toxtree.plugins.lewis that implement IDecisionMethodPrority
 class LewisTree
           derived by Weka from table2.
 

Uses of IDecisionMethodPrority in toxtree.plugins.moa
 

Classes in toxtree.plugins.moa that implement IDecisionMethodPrority
 class MOARules
           
 

Uses of IDecisionMethodPrority in toxtree.plugins.proteinbinding
 

Classes in toxtree.plugins.proteinbinding that implement IDecisionMethodPrority
 class ProteinBindingPlugin
          Protein binding
 

Uses of IDecisionMethodPrority in toxtree.plugins.proteinbinding.rules
 

Classes in toxtree.plugins.proteinbinding.rules that implement IDecisionMethodPrority
 class ProteinBindingTreeResult
           
 

Uses of IDecisionMethodPrority in toxtree.plugins.search
 

Classes in toxtree.plugins.search that implement IDecisionMethodPrority
 class CompoundLookup
           
 

Uses of IDecisionMethodPrority in toxtree.plugins.skinsensitisation
 

Classes in toxtree.plugins.skinsensitisation that implement IDecisionMethodPrority
 class SkinSensitisationPlugin
          Skin sensitisation
 

Uses of IDecisionMethodPrority in toxtree.plugins.skinsensitisation.rules
 

Classes in toxtree.plugins.skinsensitisation.rules that implement IDecisionMethodPrority
 class SkinSensitisationTreeResult
           
 

Uses of IDecisionMethodPrority in toxtree.plugins.smartcyp
 

Classes in toxtree.plugins.smartcyp that implement IDecisionMethodPrority
 class SMARTCYPPlugin
           
 class SMARTCypTreeResult
           
 

Uses of IDecisionMethodPrority in toxtree.plugins.verhaar2
 

Classes in toxtree.plugins.verhaar2 that implement IDecisionMethodPrority
 class VerhaarScheme2
          An implementaton of Verhaar scheme for predicting toxicity mode of action.
 

Uses of IDecisionMethodPrority in toxtree.plugins.verhaar2.rules
 

Classes in toxtree.plugins.verhaar2.rules that implement IDecisionMethodPrority
 class Verhaar2TreeResult
           
 

Uses of IDecisionMethodPrority in toxTree.tree
 

Classes in toxTree.tree that implement IDecisionMethodPrority
 class AbstractTree
          An astract class, implementing IDecisionMethod interface.
 class BatchDecisionResultsList
          Encapsulates DecisionResultsList as IDecisionMethod.
 class TreeResult
          A default class implementing IDecisionResult
 class UserDefinedTree
          A default decision tree class, implementing IDecisionMethod interface.
 

Uses of IDecisionMethodPrority in toxTree.tree.cramer
 

Classes in toxTree.tree.cramer that implement IDecisionMethodPrority
 class CramerRules
          An UserDefinedTree descendant, implementing the decision tree described in "Cramer G.
 class CramerTreeResult
          A descendant ot TreeResult, to be used by CramerRules.
 

Uses of IDecisionMethodPrority in toxTree.tree.demo
 

Classes in toxTree.tree.demo that implement IDecisionMethodPrority
 class SMARTSTree
           
 class SubstructureTree
          A demo decision tree consisting of a single decision rule , which checks for the presence of benzene ring.
 

Uses of IDecisionMethodPrority in verhaar
 

Classes in verhaar that implement IDecisionMethodPrority
 class VerhaarScheme
          An implementaton of Verhaar scheme for predicting toxicity mode of action.
 

Uses of IDecisionMethodPrority in verhaar.rules
 

Classes in verhaar.rules that implement IDecisionMethodPrority
 class VerhaarTreeResult
           
 



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