|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<MCES.SearchMode>
chemaxon.sss.search.MCES.SearchMode
public static enum MCES.SearchMode
Enum type for search modes of the MCES algorithm.
The applied mode controls the running time and the accuracy of the algorithm.
The default option is STANDARD, but you can set other mode using
MCES.setSearchMode().
| Enum Constant Summary | |
|---|---|
EXHAUSTIVE
Exhaustive search mode. |
|
FAST
Fast search mode. |
|
STANDARD
Standard search mode. |
|
| Method Summary | |
|---|---|
static MCES.SearchMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MCES.SearchMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MCES.SearchMode FAST
public static final MCES.SearchMode STANDARD
FAST and EXHAUSTIVE.
public static final MCES.SearchMode EXHAUSTIVE
| Method Detail |
|---|
public static MCES.SearchMode[] values()
for (MCES.SearchMode c : MCES.SearchMode.values()) System.out.println(c);
public static MCES.SearchMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||