|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleResult | |
---|---|
toxTree.core | This packages contains only interface definitions, defining essential classes in toxTree application. |
toxtree.data | |
toxtree.plugins.smartcyp | |
toxtree.plugins.smartcyp.rules | |
toxTree.tree | This packages contains abstract and default classes implementing the interfaces
defined in toxTree.core package. |
Uses of RuleResult in toxTree.core |
---|
Methods in toxTree.core that return RuleResult | |
---|---|
RuleResult |
IDecisionResult.getRuleResult(int index)
|
Methods in toxTree.core with parameters of type RuleResult | |
---|---|
java.lang.String |
IMetaboliteGenerator.getHelp(RuleResult ruleResult)
|
org.openscience.cdk.interfaces.IAtomContainerSet |
IMetaboliteGenerator.getProducts(org.openscience.cdk.interfaces.IAtomContainer reactant,
RuleResult ruleResult)
|
void |
IDecisionResult.hilightAlert(RuleResult ruleresult)
|
Uses of RuleResult in toxtree.data |
---|
Methods in toxtree.data with parameters of type RuleResult | |
---|---|
java.lang.String |
ToxTreeModule.showMetabolites(RuleResult ruleResult)
|
Uses of RuleResult in toxtree.plugins.smartcyp |
---|
Methods in toxtree.plugins.smartcyp with parameters of type RuleResult | |
---|---|
java.lang.String |
SMARTCYPPlugin.getHelp(RuleResult ruleResult)
|
org.openscience.cdk.interfaces.IAtomContainerSet |
SMARTCYPPlugin.getProducts(org.openscience.cdk.interfaces.IAtomContainer reactant,
RuleResult ruleResult)
|
Uses of RuleResult in toxtree.plugins.smartcyp.rules |
---|
Methods in toxtree.plugins.smartcyp.rules with parameters of type RuleResult | |
---|---|
java.lang.String |
SMARTCYPRuleRank1.getHelp(RuleResult ruleresult)
|
java.lang.String |
MetaboliteGenerator.getHelp(RuleResult ruleresult)
|
org.openscience.cdk.interfaces.IAtomContainerSet |
SMARTCYPRuleRank1.getProducts(org.openscience.cdk.interfaces.IAtomContainer reactant,
RuleResult ruleResult)
|
org.openscience.cdk.interfaces.IAtomContainerSet |
MetaboliteGenerator.getProducts(org.openscience.cdk.interfaces.IAtomContainer reactant,
RuleResult ruleResult)
|
Uses of RuleResult in toxTree.tree |
---|
Fields in toxTree.tree with type parameters of type RuleResult | |
---|---|
protected java.util.ArrayList<RuleResult> |
TreeResult.ruleResults
|
Methods in toxTree.tree that return RuleResult | |
---|---|
RuleResult |
TreeResult.getRuleResult(int index)
|
RuleResult |
BatchDecisionResultsList.getRuleResult(int index)
|
Methods in toxTree.tree that return types with arguments of type RuleResult | |
---|---|
java.util.ArrayList<RuleResult> |
TreeResult.getRuleResults()
|
Methods in toxTree.tree with parameters of type RuleResult | |
---|---|
void |
TreeResult.hilightAlert(RuleResult ruleResult)
|
void |
BatchDecisionResultsList.hilightAlert(RuleResult ruleresult)
|
Method parameters in toxTree.tree with type arguments of type RuleResult | |
---|---|
void |
TreeResult.setRuleResults(java.util.ArrayList<RuleResult> ruleResults)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |