|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.marvin.io.formats.mdl.MolfileUtil
public class MolfileUtil
MDL molfile related utility methods.
| Field Summary | |
|---|---|
static java.lang.String[] |
SGROUP_TYPENAMES
Array of S-group type names. |
| Constructor Summary | |
|---|---|
MolfileUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.Integer |
getSgroupType(java.lang.String name)
Gets the S-group type. |
static boolean |
isSpecBeilsteinGeneric(java.lang.String s)
Tests whether the specified symbol is a Beilstein Generic except A, Q and X. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String[] SGROUP_TYPENAMES
| Constructor Detail |
|---|
public MolfileUtil()
| Method Detail |
|---|
public static java.lang.Integer getSgroupType(java.lang.String name)
name - the S-group type name
null for invalid type namepublic static boolean isSpecBeilsteinGeneric(java.lang.String s)
s - the S-group type name
null for invalid type name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||