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

java.lang.Objectjoelib.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.
|
|||||||||
| Home >> All >> joelib >> algo >> [ morgan overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
joelib.algo.morgan.MorganTest