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

Quick Search    Search Deep

joelib.algo.morgan
Class MorganTest  view MorganTest download MorganTest.java

java.lang.Object
  extended byjoelib.algo.morgan.MorganTest

public class MorganTest
extends java.lang.Object

Unique molecule numbering test.


Field Summary
private static org.apache.log4j.Category logger
           
 
Constructor Summary
MorganTest()
           
 
Method Summary
private  int getHashcode(joelib.molecule.JOEMol mol)
          Primitive hashcode method without chirality and cis/trans.
static void main(java.lang.String[] args)
          The main program for the TestSmarts class
 void test(java.lang.String molURL, joelib.io.IOType inType, joelib.io.IOType outType)
          A unit test for JUnit
 void usage()
          Description of the Method
 
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
Constructor Detail

MorganTest

public MorganTest()
Method Detail

main

public static void main(java.lang.String[] args)
The main program for the TestSmarts class


test

public void test(java.lang.String molURL,
                 joelib.io.IOType inType,
                 joelib.io.IOType outType)
A unit test for JUnit


usage

public void usage()
Description of the Method


getHashcode

private int getHashcode(joelib.molecule.JOEMol mol)
Primitive hashcode method without chirality and cis/trans.