public class EnergyRanking extends Object
Modifier and Type | Field and Description |
---|---|
List<EnergyRule> |
rules |
Constructor and Description |
---|
EnergyRanking() |
EnergyRanking(String jsonRulesFile) |
Modifier and Type | Method and Description |
---|---|
double |
calculateRank(org.openscience.cdk.interfaces.IAtomContainer tautomer,
KnowledgeBase knowledgeBase) |
double |
calculateRank(TautomerIncrementStep incStep,
org.openscience.cdk.interfaces.IAtomContainer tautomer) |
void |
loadDefaultEnergyRules() |
public List<EnergyRule> rules
public double calculateRank(TautomerIncrementStep incStep, org.openscience.cdk.interfaces.IAtomContainer tautomer) throws Exception
Exception
public double calculateRank(org.openscience.cdk.interfaces.IAtomContainer tautomer, KnowledgeBase knowledgeBase) throws Exception
Exception
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.