public class DictionaryClientImpl extends java.lang.Object implements 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) |
public FrequencyAnswer getFrequency(FrequencyQuery query) throws DictionaryException
getFrequency
in interface DictionaryClient
DictionaryException
public FrequencyAnswerList getFrequency(FrequencyQueryList queryList) throws DictionaryException
getFrequency
in interface DictionaryClient
DictionaryException
public ApproximateExpansionAnswer expand(ApproximateExpansionQuery query) throws DictionaryException
expand
in interface DictionaryClient
DictionaryException
public ApproximateExpansionAnswerList expand(ApproximateExpansionQueryList queryList) throws DictionaryException
expand
in interface DictionaryClient
DictionaryException
public PatternExpansionAnswer expand(PatternExpansionQuery query) throws DictionaryException
expand
in interface DictionaryClient
DictionaryException
public PatternExpansionAnswerList expand(PatternExpansionQueryList queryList) throws DictionaryException
expand
in interface DictionaryClient
DictionaryException
public PhoneticExpansionAnswer expand(PhoneticExpansionQuery query) throws DictionaryException
expand
in interface DictionaryClient
DictionaryException
public PhoneticExpansionAnswerList expand(PhoneticExpansionQueryList queryList) throws DictionaryException
expand
in interface DictionaryClient
DictionaryException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.