|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectit.polito.elite.doseWS.include.TopicFrequency
A class for storing the coverage of a given concept with respect to the indexed documents
| Constructor Summary | |
TopicFrequency(java.lang.String topicURI,
int topicFrequency)
Constructor |
|
| Method Summary | |
int |
getFrequency()
|
java.lang.String |
getTopicURI()
|
void |
setFrequency(int frequency)
Sets the value of the coverage for this object |
void |
setTopicURI(java.lang.String uri)
Sets the concept to which the coverage value refers |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TopicFrequency(java.lang.String topicURI,
int topicFrequency)
topicURI - the URI of the concept for which is stored the coveragetopicFrequency - the coverage of such concept as the number of indexed
resources referring to it| Method Detail |
public int getFrequency()
public java.lang.String getTopicURI()
public void setFrequency(int frequency)
frequency - the coverage in terms of resources pointing at the topic
stored in this objectpublic void setTopicURI(java.lang.String uri)
uri - the URI of the ontology concept
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||