public class MutantTreeResult extends TreeResult
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
descriptors |
protected String[] |
qsar |
protected static String |
SUFFIX |
assignedCategories, category, changes, decisionMethod, logger, notify, originalMolecule, ruleResults, status, web| Constructor and Description |
|---|
MutantTreeResult() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
acceptCategory(IDecisionCategory category) |
void |
addRuleResult(IDecisionRule rule,
boolean value,
org.openscience.cdk.interfaces.IAtomContainer molecule) |
void |
assignResult(org.openscience.cdk.interfaces.IAtomContainer mol) |
protected ArrayList<org.openscience.cdk.interfaces.IAtomContainer> |
getAllAssignedMolecules() |
Hashtable<String,String> |
getExplanation(org.openscience.cdk.interfaces.IAtomContainer mol) |
List<CategoryFilter> |
getFilters() |
List<ambit2.base.data.Property> |
getResultProperties()
Returns the properties to contain the result in
Property class |
String[] |
getResultPropertyNames()
Returns the name of the property that will contain the result
|
protected void |
removeCategory(IDecisionCategory category) |
addCategory, addPropertyChangeListener, classify, clear, clearResults, compareTo, equals, explain, fireChangeEvent, firePropertyChangeEvent, firePropertyChangeEvent, firePropertyChangeEvent, getAssignedCategories, getCategory, getCategory, getDecisionMethod, getMolecule, getOriginalMolecule, getPriority, getPropertyChangeListeners, getReference, getRule, getRuleResult, getRuleResults, getRuleResultsCount, hilightAlert, hilightAlert, isError, isEstimated, isEstimating, isNotify, removePropertyChangeListener, setCategory, setDecisionMethod, setError, setEstimated, setEstimated, setEstimating, setMolecule, setNotify, setOriginalMolecule, setPercentEstimated, setPriority, setRuleResults, setSilent, setWeb, toStringprotected static String SUFFIX
protected String[] descriptors
protected String[] qsar
public void assignResult(org.openscience.cdk.interfaces.IAtomContainer mol)
throws DecisionResultException
assignResult in interface IDecisionResultassignResult in class TreeResultDecisionResultExceptionpublic List<ambit2.base.data.Property> getResultProperties() throws net.idea.modbcum.i.exceptions.AmbitException
IDecisionResultProperty classgetResultProperties in interface IDecisionResultgetResultProperties in class TreeResultnet.idea.modbcum.i.exceptions.AmbitExceptionpublic String[] getResultPropertyNames()
IDecisionResultgetResultPropertyNames in interface IDecisionResultgetResultPropertyNames in class TreeResultprotected ArrayList<org.openscience.cdk.interfaces.IAtomContainer> getAllAssignedMolecules()
public Hashtable<String,String> getExplanation(org.openscience.cdk.interfaces.IAtomContainer mol) throws DecisionResultException
DecisionResultExceptionpublic void addRuleResult(IDecisionRule rule, boolean value, org.openscience.cdk.interfaces.IAtomContainer molecule) throws DecisionResultException
addRuleResult in interface IDecisionResultaddRuleResult in class TreeResultDecisionResultExceptionprotected boolean acceptCategory(IDecisionCategory category)
acceptCategory in class TreeResultprotected void removeCategory(IDecisionCategory category)
public List<CategoryFilter> getFilters()
getFilters in interface IDecisionResultgetFilters in class TreeResultCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.