public static enum CeParameters.ScoringStrategy extends Enum<CeParameters.ScoringStrategy>
Enum Constant and Description |
---|
CA_AND_SIDE_CHAIN_ANGLE_SCORING |
CA_SCORING |
SEQUENCE_CONSERVATION |
SIDE_CHAIN_ANGLE_SCORING |
SIDE_CHAIN_SCORING |
Modifier and Type | Field and Description |
---|---|
static CeParameters.ScoringStrategy |
DEFAULT_SCORING_STRATEGY |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static CeParameters.ScoringStrategy |
valueOf(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(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 String toString()
toString
in class Enum<CeParameters.ScoringStrategy>
Copyright © 2000–2019 BioJava. All rights reserved.