|
|||||||||
| Home >> All >> joelib >> algo >> morgan >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
joelib.algo.morgan.types
Class SingleTieResolverDistance

java.lang.Objectjoelib.algo.morgan.types.SingleTieResolverDistance
- All Implemented Interfaces:
- joelib.algo.morgan.SingleTieResolver
- public class SingleTieResolverDistance
- extends java.lang.Object
- implements joelib.algo.morgan.SingleTieResolver
- extends java.lang.Object
Interface for resolving renumbering ties.
| Field Summary | |
private boolean |
initialized
|
private static org.apache.log4j.Category |
logger
|
private int[] |
maxDistances
|
| Constructor Summary | |
SingleTieResolverDistance()
|
|
| Method Summary | |
double |
getResolvingValue(joelib.algo.morgan.AtomDoubleParent ap,
joelib.molecule.JOEMol mol)
|
boolean |
init(joelib.molecule.JOEMol mol)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
logger
private static org.apache.log4j.Category logger
maxDistances
private int[] maxDistances
initialized
private boolean initialized
| Constructor Detail |
SingleTieResolverDistance
public SingleTieResolverDistance()
| Method Detail |
getResolvingValue
public double getResolvingValue(joelib.algo.morgan.AtomDoubleParent ap, joelib.molecule.JOEMol mol)
- Specified by:
getResolvingValuein interfacejoelib.algo.morgan.SingleTieResolver
init
public boolean init(joelib.molecule.JOEMol mol)
- Specified by:
initin interfacejoelib.algo.morgan.SingleTieResolver
|
|||||||||
| Home >> All >> joelib >> algo >> morgan >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
joelib.algo.morgan.types.SingleTieResolverDistance