Package | Description |
---|---|
acp | |
acp.manager | |
acp.store |
Modifier and Type | Method and Description |
---|---|
Preference |
ACPLogic.getUserPreference()
Retrieve the user preference from the configuration file.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ACPLogic.editEnableDisableACP(Preference preference) |
boolean |
ACPLogic.editUserPreference(Preference preference)
Save the updated user preference to the configuration file.
|
Modifier and Type | Method and Description |
---|---|
Preference |
PreferenceManager.getUserPreference()
Retrieves the user preference from preferenceStore.ini file and initializes the preference object
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Suggestion> |
DataManager.searchBasedOnRequest(java.lang.String userInput,
Preference prefs,
boolean autoTrigger)
Search for relevant suggestion by input from the user and the user preferences.
|
java.util.List<Suggestion> |
SortManager.sortSearchResults(int entityTypePriority,
Preference[] preference,
java.util.List<Suggestion> suggestions,
java.util.ArrayList<RankEntry> rankingModel,
java.lang.String userInput)
Sorts the search result according by the type of the search result (Sentence or Entity).
|
boolean |
PreferenceManager.updateEnableDisableACP(Preference preference)
Updates the new value of preference field, Enable or Disable ACP to file.
|
boolean |
PreferenceManager.updateUserPreference(Preference preference)
Updates the new values of all fields of preference object to file.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Suggestion> |
DataStore.searchEntity(java.lang.String userInput,
Preference prefs,
boolean autoTrigger)
Search a list of relevant entities by user input and user preferences.
|
java.util.List<Suggestion> |
DataStore.searchText(java.lang.String userInput,
Preference prefs,
boolean autoTrigger)
Search a list of relevant suggestions by user input and user preferences.
|