|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eml.sir.rel.disc.GUIRelatednessResult
The result that a GUIRelatednessRanker instance creates.
Constructor Summary | |
GUIRelatednessResult()
Create a new GUIRelatednessResult instance. |
Method Summary | |
void |
createExplanationFile(java.lang.String fileName)
Creates an explanation file for a given search. |
java.lang.String |
createInfo()
Create information about ranks, proffesion names and scores which is then displayed in the user interface. |
void |
dropExplanations()
Drop the explanations of this RelatednessResult instance. |
void |
setExplanations(java.util.HashMap explanations)
Set explanations. |
void |
setInfo(java.lang.String info)
Set the info regarding this result. |
void |
setProfessionNames(java.util.HashMap profNames)
Set the profession names. |
void |
setRanking(java.util.ArrayList ranking)
Set ranking of the found professions |
void |
setScores(java.util.HashMap scores)
Set the scores for each profession |
void |
setWords(java.util.ArrayList words)
Set query words. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GUIRelatednessResult()
Method Detail |
public void setWords(java.util.ArrayList words)
words
- The words to set.public void setExplanations(java.util.HashMap explanations)
explanations
- The explanations to set.public void dropExplanations()
public void setProfessionNames(java.util.HashMap profNames)
profNames
- the profNames to set.public void setRanking(java.util.ArrayList ranking)
ranking
- the ranking to set.public void setScores(java.util.HashMap scores)
scores
- the scores to set.public void setInfo(java.lang.String info)
info
- the informationpublic void createExplanationFile(java.lang.String fileName) throws java.io.IOException
fileName
- the name of the explanation file
java.io.IOException
public java.lang.String createInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |