public enum AlignmentAccuracyMode extends Enum<AlignmentAccuracyMode>
| Enum Constant and Description |
|---|
ACCURATE
Atomic contribution with correction terms.
|
FAST
Atomic contribution, only for some selected atoms and ring centers.
|
NORMAL
Atomic contribution only, no correction terms.
|
| Modifier and Type | Method and Description |
|---|---|
chemaxon.marvin.alignment.VolumeOverlap.MODE |
getMode() |
static AlignmentAccuracyMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentAccuracyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlignmentAccuracyMode NORMAL
public static final AlignmentAccuracyMode ACCURATE
public static final AlignmentAccuracyMode FAST
public static AlignmentAccuracyMode[] values()
for (AlignmentAccuracyMode c : AlignmentAccuracyMode.values()) System.out.println(c);
public static AlignmentAccuracyMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic chemaxon.marvin.alignment.VolumeOverlap.MODE getMode()