public enum SubstitutionMatrix extends Enum<SubstitutionMatrix>
| Enum Constant and Description |
|---|
BLOSUM_45 |
MC_LACHLAN |
| Modifier and Type | Method and Description |
|---|---|
LabeledSymmetricMatrix<StructuralFamily> |
getMatrix() |
LabeledSymmetricMatrix<StructuralFamily> |
toCostMatrix() |
static SubstitutionMatrix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubstitutionMatrix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstitutionMatrix BLOSUM_45
public static final SubstitutionMatrix MC_LACHLAN
public static SubstitutionMatrix[] values()
for (SubstitutionMatrix c : SubstitutionMatrix.values()) System.out.println(c);
public static SubstitutionMatrix 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 LabeledSymmetricMatrix<StructuralFamily> toCostMatrix()
public LabeledSymmetricMatrix<StructuralFamily> getMatrix()
Copyright © 2018. All rights reserved.