|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectnet.sf.ciccgrid.pws.DBUtil
public class DBUtil
| Constructor Summary | |
|---|---|
DBUtil()
|
|
| Method Summary | |
|---|---|
int[] |
getMaccsKeysAsArray(java.lang.String smiles)
Get a 166 bit MACCS fingerprint as an array of 1's and 0's. |
java.lang.String |
getMaccsKeysAsString(java.lang.String smiles)
Get a 166 bit MACCS fingerprint as a String. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DBUtil()
throws java.sql.SQLException,
java.lang.ClassNotFoundException
java.sql.SQLException
java.lang.ClassNotFoundException| Method Detail |
|---|
public java.lang.String getMaccsKeysAsString(java.lang.String smiles)
throws java.sql.SQLException
smiles - The SMILES to calculate the fingerprint for
java.sql.SQLException
public int[] getMaccsKeysAsArray(java.lang.String smiles)
throws java.sql.SQLException
smiles - The SMILES to calculate the fingerprint for
java.sql.SQLException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||