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

Quick Search    Search Deep

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

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

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

Interface for resolving renumbering ties.


Field Summary
private  joelib.molecule.types.AtomProperties atomProperties
           
private  boolean initialized
           
private static org.apache.log4j.Category logger
           
 
Constructor Summary
SingleTieResolverGraphPot()
           
 
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

atomProperties

private joelib.molecule.types.AtomProperties atomProperties

initialized

private boolean initialized
Constructor Detail

SingleTieResolverGraphPot

public SingleTieResolverGraphPot()
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