public interface DictionaryClient
Modifier and Type | Method and Description |
---|---|
ApproximateExpansionAnswer |
expand(ApproximateExpansionQuery query) |
ApproximateExpansionAnswerList |
expand(ApproximateExpansionQueryList queryList) |
PatternExpansionAnswer |
expand(PatternExpansionQuery query) |
PatternExpansionAnswerList |
expand(PatternExpansionQueryList queryList) |
PhoneticExpansionAnswer |
expand(PhoneticExpansionQuery query) |
PhoneticExpansionAnswerList |
expand(PhoneticExpansionQueryList queryList) |
FrequencyAnswer |
getFrequency(FrequencyQuery query) |
FrequencyAnswerList |
getFrequency(FrequencyQueryList queryList) |
FrequencyAnswer getFrequency(FrequencyQuery query) throws DictionaryException
DictionaryException
FrequencyAnswerList getFrequency(FrequencyQueryList queryList) throws DictionaryException
DictionaryException
ApproximateExpansionAnswer expand(ApproximateExpansionQuery query) throws DictionaryException
DictionaryException
ApproximateExpansionAnswerList expand(ApproximateExpansionQueryList queryList) throws DictionaryException
DictionaryException
PatternExpansionAnswer expand(PatternExpansionQuery query) throws DictionaryException
DictionaryException
PatternExpansionAnswerList expand(PatternExpansionQueryList queryList) throws DictionaryException
DictionaryException
PhoneticExpansionAnswer expand(PhoneticExpansionQuery query) throws DictionaryException
DictionaryException
PhoneticExpansionAnswerList expand(PhoneticExpansionQueryList queryList) throws DictionaryException
DictionaryException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.