- changeRanks(String) - Method in class acp.ACPLogic
-
Update the ranking of the opening window (source document).
- changeRanks(String) - Method in class acp.manager.RankManager
-
Promote the rank of the source document being viewed by the user.
- chooseSuggestion(Suggestion) - Method in class acp.ACPLogic
-
To inform the system that user has selected a specific suggestion for
machine learning purposes.
- clearAllData() - Method in class acp.ACPLogic
-
Clear all the extracted data from the database This method is called
during the launching and the closing of Java ACP, and when ACPBackground
detect that the Mozilla Firefox plugin is closed.
- ClientWorker - Class in acp.background
-
Validate and Process the network request send by the client.
- ClientWorker(Socket) - Constructor for class acp.background.ClientWorker
-
Basic constructor to create an instance of ClientWorker.
- clone() - Method in class acp.beans.RankEntry
-
- close() - Static method in class acp.util.SessionFactoryUtil
-
- closeDebugUI() - Method in class acp.manager.RankManager
-
To disable debugUI
- closeDebugUI() - Method in class acp.ui.RankDebugUI
-
- closeDestinationDocument(int) - Method in class acp.ACPLogic
-
Alert the rank manager when a text editor (eg.
- closeSession() - Method in class acp.store.DataStore
-
Close the session with Hibernate.
- closeSourceDocument(String) - Method in class acp.ACPLogic
-
Remove all the text extracted from the specified opening window (source document).
- closeSplash() - Method in class acp.ui.SplashUI
-
- commitTransaction() - Method in class acp.store.DataStore
-
Commit changes through Hibernate.