| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wcohen.ss.TagLink.Candidates
public static class TagLink.Candidates
| Constructor Summary | |
|---|---|
| TagLink.Candidates(int tPos,
                   int uPos,
                   double score)Candidates constructor. | |
| Method Summary | |
|---|---|
|  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. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TagLink.Candidates(int tPos,
                          int uPos,
                          double score)
tPos - intuPos - intscore - float| Method Detail | 
|---|
public int getTPos()
public int getUPos()
public double getScore()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||