|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EsTerm | |
|---|---|
| it.unimi.dico.islab.idbs2.cloud | Contains all necessary classes to represent and manage a Cloud structure
connected to the cloud database. |
| Uses of EsTerm in it.unimi.dico.islab.idbs2.cloud |
|---|
| Methods in it.unimi.dico.islab.idbs2.cloud that return EsTerm | |
|---|---|
EsTerm |
CloudNode.addEsTerm(Integer termId,
String termValue,
Double relevance)
Add a keyword (represented by the class EsTerm) to this node. |
| Methods in it.unimi.dico.islab.idbs2.cloud that return types with arguments of type EsTerm | |
|---|---|
SortedSet<EsTerm> |
CloudNode.getKeywords()
Get the set of all keywords associated to this node. |
| Methods in it.unimi.dico.islab.idbs2.cloud with parameters of type EsTerm | |
|---|---|
int |
EsTerm.compareTo(EsTerm o)
Implementation of a comparison value between two EsTerm objects considering
the relevance of the terms. |
| Method parameters in it.unimi.dico.islab.idbs2.cloud with type arguments of type EsTerm | |
|---|---|
void |
CloudNode.setKeywords(SortedSet<EsTerm> keywords)
Set the keywords connected to this node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||