| Constructor and Description |
|---|
Candidates(int tPos,
int uPos,
double score)
Candidates constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getScore()
getScore, return the score or distance between strings T and U.
|
int |
getTPos()
getTPos, return the position of string T.
|
int |
getUPos()
getUPos, return the position of string U.
|
public Candidates(int tPos,
int uPos,
double score)
tPos - intuPos - intscore - floatCopyright © 2016. All rights reserved.