|
Twease | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Synonym | |
|---|---|
| edu.cornell.med.icb.synonyms.engine | The engine classes for synonyms |
| edu.cornell.med.icb.synonyms.entities | The entity classes for synonyms |
| edu.cornell.med.icb.synonyms.util | |
| Uses of Synonym in edu.cornell.med.icb.synonyms.engine |
|---|
| Methods in edu.cornell.med.icb.synonyms.engine that return types with arguments of type Synonym | |
|---|---|
List<Synonym> |
SynonymEngine.findSynonyms(String dictionaryWord,
String source,
String appliesTo,
boolean includeAll,
boolean reverseLookup)
Find a list of synonyms for a specific dinctionary word. |
List<Synonym> |
SynonymEngine.findSynonymsMultiSource(String dictionaryWord,
String[] sources,
String appliesTo,
boolean includeAll,
boolean reverseLookup)
Find a list of synonyms for a specific dinctionary word. |
| Methods in edu.cornell.med.icb.synonyms.engine with parameters of type Synonym | |
|---|---|
void |
SynonymEngine.addSynonym(Synonym synonym)
Add a new synonym. |
static boolean |
SynonymEngine.listContainsSynonym(List<Synonym> synonyms,
Synonym toFind)
Searches a list of synonyms. |
| Method parameters in edu.cornell.med.icb.synonyms.engine with type arguments of type Synonym | |
|---|---|
void |
SynonymEngine.addSynonyms(List<Synonym> synonyms)
Add a new set of synonyms. |
static boolean |
SynonymEngine.listContainsDictionaryWord(List<Synonym> synonyms,
String toFind)
Searches a list of synonyms. |
static boolean |
SynonymEngine.listContainsSynonym(List<Synonym> synonyms,
Synonym toFind)
Searches a list of synonyms. |
static void |
SynonymEngine.removeSynonymWord(List<Synonym> syns,
String synToRemove)
Remove all synonyms from the list where the synonymWord is synToExclude. |
| Uses of Synonym in edu.cornell.med.icb.synonyms.entities |
|---|
| Methods in edu.cornell.med.icb.synonyms.entities with parameters of type Synonym | |
|---|---|
boolean |
Synonym.isEquivalent(Synonym synonym)
Returns true if this synonym and the suggested on are the same, ignoring the id and the import date. |
static boolean |
Synonym.listContainsSynonym(List<Synonym> synonyms,
Synonym toFind)
Searches a list of synonyms. |
| Method parameters in edu.cornell.med.icb.synonyms.entities with type arguments of type Synonym | |
|---|---|
static boolean |
Synonym.listContainsSynonym(List<Synonym> synonyms,
Synonym toFind)
Searches a list of synonyms. |
| Uses of Synonym in edu.cornell.med.icb.synonyms.util |
|---|
| Methods in edu.cornell.med.icb.synonyms.util that return types with arguments of type Synonym | |
|---|---|
protected List<Synonym> |
SynonymClImportTool.processHugoDataLine(String line,
int[] header,
int minSymbolLen)
Process a Hugo data line for synonyms. |
|
Twease | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||