X
- The class that can be compared using this comparator.public interface GapComparator<X extends Value> extends Comparator<X>
Modifier and Type | Method and Description |
---|---|
double |
delete(X a)
This should be called during an alignment to retrieve the costs for a
deletion of value a from the first sequence.
|
double |
insert(X b)
This should be called during an alignment to retrieve the costs for an
insertion of value b into the first sequence.
|
compare, getType
double delete(X a)
a
- a value.double insert(X b)
b
- a value.Copyright © 2014. All rights reserved.