Uses of Class
toxTree.core.IDecisionInteractive.UserOptions

Packages that use IDecisionInteractive.UserOptions
mutant.rules   
toxTree.core This packages contains only interface definitions, defining essential classes in toxTree application. 
toxTree.tree This packages contains abstract and default classes implementing the interfaces defined in toxTree.core package. 
toxTree.tree.rules The package contains several generic implementations of IDecisionRule rules 
 

Uses of IDecisionInteractive.UserOptions in mutant.rules
 

Fields in mutant.rules declared as IDecisionInteractive.UserOptions
protected  IDecisionInteractive.UserOptions QSAR6Applicable.options
           
 

Methods in mutant.rules that return IDecisionInteractive.UserOptions
 IDecisionInteractive.UserOptions QSAR6Applicable.getOptions()
           
 

Methods in mutant.rules with parameters of type IDecisionInteractive.UserOptions
 void QSAR6Applicable.setOptions(IDecisionInteractive.UserOptions options)
           
 

Uses of IDecisionInteractive.UserOptions in toxTree.core
 

Methods in toxTree.core that return IDecisionInteractive.UserOptions
 IDecisionInteractive.UserOptions IDecisionInteractive.getOptions()
           
 IDecisionInteractive.UserOptions IDecisionInteractive.UserOptions.setAnswer(boolean answer)
           
 IDecisionInteractive.UserOptions IDecisionInteractive.UserOptions.setInteractive(boolean interactive)
           
static IDecisionInteractive.UserOptions IDecisionInteractive.UserOptions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IDecisionInteractive.UserOptions[] IDecisionInteractive.UserOptions.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in toxTree.core with parameters of type IDecisionInteractive.UserOptions
 void IDecisionInteractive.setOptions(IDecisionInteractive.UserOptions options)
           
 

Uses of IDecisionInteractive.UserOptions in toxTree.tree
 

Fields in toxTree.tree declared as IDecisionInteractive.UserOptions
protected  IDecisionInteractive.UserOptions UserDefinedTree.options
           
 

Methods in toxTree.tree that return IDecisionInteractive.UserOptions
 IDecisionInteractive.UserOptions UserDefinedTree.getOptions()
           
 

Methods in toxTree.tree with parameters of type IDecisionInteractive.UserOptions
 void UserDefinedTree.setOptions(IDecisionInteractive.UserOptions options)
           
 

Uses of IDecisionInteractive.UserOptions in toxTree.tree.rules
 

Fields in toxTree.tree.rules declared as IDecisionInteractive.UserOptions
protected  IDecisionInteractive.UserOptions UserInputRule.options
           
protected  IDecisionInteractive.UserOptions RuleVerifyProperty.options
           
 

Methods in toxTree.tree.rules that return IDecisionInteractive.UserOptions
 IDecisionInteractive.UserOptions UserInputRule.getOptions()
           
 IDecisionInteractive.UserOptions RuleVerifyProperty.getOptions()
           
 

Methods in toxTree.tree.rules with parameters of type IDecisionInteractive.UserOptions
 void UserInputRule.setOptions(IDecisionInteractive.UserOptions options)
           
 void RuleVerifyProperty.setOptions(IDecisionInteractive.UserOptions options)
           
 



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