Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

joelib.algo.morgan.types
Class SingleTieResolverDistance  view SingleTieResolverDistance download SingleTieResolverDistance.java

java.lang.Object
  extended byjoelib.algo.morgan.types.SingleTieResolverDistance
All Implemented Interfaces:
joelib.algo.morgan.SingleTieResolver

public class SingleTieResolverDistance
extends java.lang.Object
implements joelib.algo.morgan.SingleTieResolver

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:
getResolvingValue in interface joelib.algo.morgan.SingleTieResolver

init

public boolean init(joelib.molecule.JOEMol mol)
Specified by:
init in interface joelib.algo.morgan.SingleTieResolver