|
Twease | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EmptySynonym | |
|---|---|
| edu.cornell.med.icb.synonyms.engine | The engine classes for synonyms |
| edu.cornell.med.icb.synonyms.entities | The entity classes for synonyms |
| Uses of EmptySynonym in edu.cornell.med.icb.synonyms.engine |
|---|
| Methods in edu.cornell.med.icb.synonyms.engine that return types with arguments of type EmptySynonym | |
|---|---|
List<EmptySynonym> |
SynonymEngine.findEmptySynonyms(String dictionaryWord,
String source,
String appliesTo)
Find a list of synonyms for a specific dinctionary word. |
List<EmptySynonym> |
SynonymEngine.findEmptySynonymsMultiSource(String dictionaryWord,
String[] sources,
String appliesTo)
Find a list of synonyms for a specific dinctionary word. |
| Methods in edu.cornell.med.icb.synonyms.engine with parameters of type EmptySynonym | |
|---|---|
void |
SynonymEngine.addEmptySynonym(EmptySynonym emptySynonym)
Add a new empty synonym. |
boolean |
SynonymEngine.emptySynonymExists(EmptySynonym emptySynonym)
Check if an emptySynonym has been persisted emptySynonym. |
int |
SynonymEngine.removeEmptySynonym(EmptySynonym emptySynonym)
Remove the empty synonym as described here. |
| Uses of EmptySynonym in edu.cornell.med.icb.synonyms.entities |
|---|
| Methods in edu.cornell.med.icb.synonyms.entities with parameters of type EmptySynonym | |
|---|---|
boolean |
EmptySynonym.isEquivalent(EmptySynonym emptySynonym)
Returns true if this synonym and the suggested on are the same, ignoring the id and the import date. |
|
Twease | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||