Uses of Interface
com.orchestranetworks.search.strategy.SynonymDeclaration
-
Packages that use SynonymDeclaration Package Description com.orchestranetworks.module This package allows to handle module registration.com.orchestranetworks.search.strategy -
-
Uses of SynonymDeclaration in com.orchestranetworks.module
Methods in com.orchestranetworks.module with parameters of type SynonymDeclaration Modifier and Type Method Description ModuleSearchRegistrationContextModuleSearchRegistrationContext. registerSynonyms(SynonymDeclaration aDeclaration, List<SynonymPair> someSynonyms)Registers a new list of synonyms under a given declaration. -
Uses of SynonymDeclaration in com.orchestranetworks.search.strategy
Methods in com.orchestranetworks.search.strategy that return SynonymDeclaration Modifier and Type Method Description static SynonymDeclarationSynonymDeclaration. of(SynonymsKey aKey, UserMessage aUserLabel, UserMessage aUserDescription)Returns an instance of synonym declaration.
-