|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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
- floatMethod 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 |