Modifier and Type | Method and Description |
---|---|
void |
DictionaryEngine.addCacheEntry(String text)
Adds an entry to the dictionary lookup cache.
|
boolean |
DictionaryEngine.binaryLookup(String text)
Determines whether the input text is contained by the Dictionary.
|
abstract boolean |
BaseDictionaryImpl.contains(String text)
Deprecated.
|
boolean |
Dictionary.contains(String text)
Determines whether the Dictionary contains the specified input text.
|
abstract Collection<MetaDataHit> |
BaseDictionaryImpl.getEntries(String str)
Deprecated.
|
Collection<MetaDataHit> |
Dictionary.getEntries(String text)
Gets any meta data entries associated with the specified input text.
|
Collection<MetaDataHit> |
DictionaryEngine.metaLookup(String text)
Gets a collection of MetaDataHits from the Dictionary based on the input
text.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Set<String> |
UmlsToSnomedConsumerImpl.getSnomedCodes(String umlsCode)
Searches for the Snomed codes that are synonyms of the UMLS concept with CUI
umlsCode |
protected Set<String> |
UmlsToSnomedLuceneConsumerImpl.getSnomedCodes(String umlsCode)
Find all Snomed codes that map to the given UMLS code (CUI),
by looking in a lucene index
|
Modifier and Type | Method and Description |
---|---|
boolean |
JdbcDictionaryImpl.contains(String text)
Determines whether the Dictionary contains the specified input text.
|
Collection<MetaDataHit> |
JdbcDictionaryImpl.getEntries(String text)
Gets any meta data entries associated with the specified input text.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LuceneDictionaryImpl.contains(String text)
Determines whether the Dictionary contains the specified input text.
|
Collection<MetaDataHit> |
LuceneDictionaryImpl.getEntries(String text)
Gets any meta data entries associated with the specified input text.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StringTableDictionaryImpl.contains(String text)
Determines whether the Dictionary contains the specified input text.
|
Collection<MetaDataHit> |
StringTableDictionaryImpl.getEntries(String text)
Gets any meta data entries associated with the specified input text.
|
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.