public static enum CeParameters.ScoringStrategy extends java.lang.Enum<CeParameters.ScoringStrategy>
| Enum Constant | Description |
|---|---|
CA_AND_SIDE_CHAIN_ANGLE_SCORING |
|
CA_SCORING |
|
SEQUENCE_CONSERVATION |
|
SIDE_CHAIN_ANGLE_SCORING |
|
SIDE_CHAIN_SCORING |
| Modifier and Type | Field | Description |
|---|---|---|
static CeParameters.ScoringStrategy |
DEFAULT_SCORING_STRATEGY |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
|
static CeParameters.ScoringStrategy |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CeParameters.ScoringStrategy[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CeParameters.ScoringStrategy CA_SCORING
public static final CeParameters.ScoringStrategy SIDE_CHAIN_SCORING
public static final CeParameters.ScoringStrategy SIDE_CHAIN_ANGLE_SCORING
public static final CeParameters.ScoringStrategy CA_AND_SIDE_CHAIN_ANGLE_SCORING
public static final CeParameters.ScoringStrategy SEQUENCE_CONSERVATION
public static CeParameters.ScoringStrategy DEFAULT_SCORING_STRATEGY
public static CeParameters.ScoringStrategy[] values()
for (CeParameters.ScoringStrategy c : CeParameters.ScoringStrategy.values()) System.out.println(c);
public static CeParameters.ScoringStrategy 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<CeParameters.ScoringStrategy>