public static enum SyntheticStrategy.ReactionCenterComplexityMethod extends Enum<SyntheticStrategy.ReactionCenterComplexityMethod>
| Enum Constant and Description |
|---|
ATOMS_AVERAGE |
FIRST_ATOM |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticStrategy.ReactionCenterComplexityMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyntheticStrategy.ReactionCenterComplexityMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyntheticStrategy.ReactionCenterComplexityMethod FIRST_ATOM
public static final SyntheticStrategy.ReactionCenterComplexityMethod ATOMS_AVERAGE
public static SyntheticStrategy.ReactionCenterComplexityMethod[] values()
for (SyntheticStrategy.ReactionCenterComplexityMethod c : SyntheticStrategy.ReactionCenterComplexityMethod.values()) System.out.println(c);
public static SyntheticStrategy.ReactionCenterComplexityMethod 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 nullCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.