| Package | Description |
|---|---|
| com.hfg.bio.seq.alignment |
| Modifier and Type | Method and Description |
|---|---|
PairwiseAlignmentType |
PairwiseSettings.getQueryAlignmentType() |
PairwiseAlignmentType |
PairwiseSettings.getSubjectAlignmentType() |
static PairwiseAlignmentType |
PairwiseAlignmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PairwiseAlignmentType[] |
PairwiseAlignmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PairwiseSettings |
PairwiseSettings.setAlignmentType(PairwiseAlignmentType inValue) |
PairwiseSettings |
PairwiseSettings.setQueryAlignmentType(PairwiseAlignmentType inValue) |
PairwiseSettings |
PairwiseSettings.setSubjectAlignmentType(PairwiseAlignmentType inValue) |
jataylor@hairyfatguy.com