public class RetroSynthRuleInstance extends Object implements IRetroSynthRuleInstance
| Constructor and Description |
|---|
RetroSynthRuleInstance() |
| Modifier and Type | Method and Description |
|---|---|
double |
addScore(double scoreIncrement) |
List<org.openscience.cdk.interfaces.IAtom> |
getAtoms() |
org.openscience.cdk.interfaces.IAtomContainer |
getContainer() |
IRetroSynthRule |
getRule() |
double |
getScore() |
void |
setAtoms(List<org.openscience.cdk.interfaces.IAtom> atoms) |
void |
setRule(IRetroSynthRule rule) |
void |
setScore(double score) |
public List<org.openscience.cdk.interfaces.IAtom> getAtoms()
getAtoms in interface IRetroSynthRuleInstancepublic void setAtoms(List<org.openscience.cdk.interfaces.IAtom> atoms)
setAtoms in interface IRetroSynthRuleInstancepublic IRetroSynthRule getRule()
getRule in interface IRetroSynthRuleInstancepublic void setRule(IRetroSynthRule rule)
setRule in interface IRetroSynthRuleInstancepublic org.openscience.cdk.interfaces.IAtomContainer getContainer()
getContainer in interface IRetroSynthRuleInstancepublic double getScore()
getScore in interface IRetroSynthRuleInstancepublic void setScore(double score)
setScore in interface IRetroSynthRuleInstancepublic double addScore(double scoreIncrement)
addScore in interface IRetroSynthRuleInstanceCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.