public class ApproxMatch<K,V> extends MultiMatch<K,V>
CONTAINS_FIRST_ENDPOINTS_COMPARATOR, ENDPOINTS_COMPARATOR, LENGTH_ENDPOINTS_COMPARATOR, LENGTH_GT_COMPARATOR, LENGTH_LT_COMPARATOR, NESTED_FIRST_ENDPOINTS_COMPARATOR| Constructor and Description |
|---|
ApproxMatch() |
ApproxMatch(java.util.List<K> matched,
V value,
int begin,
int end,
double cost) |
ApproxMatch(java.util.List<K> matched,
V value,
int begin,
int end,
java.util.List<Match<K,V>> multimatches,
double cost) |
ApproxMatch(java.util.List<K> matched,
V value,
int begin,
int end,
java.util.List<Match<K,V>> multimatches,
double cost,
Interval[] alignments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Interval<java.lang.Integer>[] |
getAlignments() |
double |
getCost() |
int |
hashCode() |
java.lang.String |
toString() |
getMultimatched, getMultimatches, getMultioffsets, getMultivaluesgetBegin, getCustom, getEnd, getInterval, getMatched, getMatchedLength, getValue, setCustompublic ApproxMatch()
public ApproxMatch(java.util.List<K> matched, V value, int begin, int end, java.util.List<Match<K,V>> multimatches, double cost)
public double getCost()
public Interval<java.lang.Integer>[] getAlignments()
public boolean equals(java.lang.Object o)
equals in class MultiMatch<K,V>public java.lang.String toString()
toString in class MultiMatch<K,V>