|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjecttoxTree.tree.TreeResult
toxTree.tree.cramer.CramerTreeResult
public class CramerTreeResult
A descendant ot TreeResult
, to be used by CramerRules
.
Field Summary |
---|
Fields inherited from class toxTree.tree.TreeResult |
---|
assignedCategories, category, changes, decisionMethod, logger, notify, originalMolecule, ruleResults, status, web |
Constructor Summary | |
---|---|
CramerTreeResult()
|
Method Summary | |
---|---|
void |
addRuleResult(IDecisionRule rule,
boolean value,
org.openscience.cdk.interfaces.IAtomContainer molecule)
|
void |
assignResult(org.openscience.cdk.interfaces.IAtomContainer mol)
|
java.lang.String[] |
getResultPropertyNames()
Returns the name of the property that will contain the result |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CramerTreeResult()
Method Detail |
---|
public void addRuleResult(IDecisionRule rule, boolean value, org.openscience.cdk.interfaces.IAtomContainer molecule) throws DecisionResultException
addRuleResult
in interface IDecisionResult
addRuleResult
in class TreeResult
DecisionResultException
public void assignResult(org.openscience.cdk.interfaces.IAtomContainer mol) throws DecisionResultException
assignResult
in interface IDecisionResult
assignResult
in class TreeResult
DecisionResultException
public java.lang.String[] getResultPropertyNames()
IDecisionResult
getResultPropertyNames
in interface IDecisionResult
getResultPropertyNames
in class TreeResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |