T - public static interface SequenceDistance.DistanceResult<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SequenceDistance.DistanceResult.Entry<T>
A single step in the alignment of A and B.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SequenceDistance.DistanceResult.Entry<T>> |
getAlignment()
Optional alignment of the two sequences.
|
int |
getDistance() |
java.util.List<SequenceDistance.DistanceResult.Entry<T>> getAlignment()
null.SequenceDistance.DistanceResult.Entry that represents the "alignment" of A
and B according to the distance functionint getDistance()