public interface AlignmentScoring<S extends Sequence<S>> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Alphabet<S> |
getAlphabet() |
int |
getMaximalMatchScore() |
int |
getMaximalMismatchScore() |
int |
getMinimalMatchScore() |
int |
getMinimalMismatchScore() |
int |
getScore(byte from,
byte to) |
Copyright © 2018. All rights reserved.