A B C D E F G H I K L M N O P R S T U V 

G

GateParser - Class in acp.util
 
GateParser() - Constructor for class acp.util.GateParser
 
getAddColumnString() - Method in class acp.store.dialect.SQLiteDialect
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class acp.store.dialect.SQLiteDialect
 
getAddPrimaryKeyConstraintString(String) - Method in class acp.store.dialect.SQLiteDialect
 
getContent() - Method in class acp.beans.entity.Entity
Get content of the Entity object.
getContent() - Method in class acp.beans.entity.Paragraph
 
getContent() - Method in class acp.beans.entity.Sentence
Get content of the Sentence object.
getContent() - Method in class acp.beans.Suggestion
Get content of the Suggestion object.
getCreateTemporaryTableString() - Method in class acp.store.dialect.SQLiteDialect
 
getCurrentState() - Method in class acp.ACPLogic
Get the current state of ACP logic.
getCurrentTimestampSelectString() - Method in class acp.store.dialect.SQLiteDialect
 
getDelayTrigger() - Method in class acp.beans.Preference
Get the delay(in ms) to trigger the suggestion popup.
getDestinationDocumentList() - Method in class acp.manager.RankManager
Get the list of destination documents
getDocumentList() - Method in class acp.store.RankDataStore
Gets the list of document.
getDropForeignKeyString() - Method in class acp.store.dialect.SQLiteDialect
 
getEnableACP() - Method in class acp.beans.Preference
Get the hotkey enable and disable acp.
getEntities() - Method in class acp.beans.ProcessedText
Get all the Entity object of the source document that are processed.
getEntities(int) - Method in class acp.store.DataStore
Retrieve entities of a source document by source ID.
getEntity(int) - Method in class acp.store.DataStore
Retrieve a entity by entity ID.
getEntityType() - Method in class acp.beans.entity.Entity
Get entity type of the Entity object.
getEntriesInView() - Method in class acp.beans.Preference
Return the number of entries to display on the auto-completion box (without scrolling).
getExtendParagraph() - Method in class acp.beans.Preference
Get the hotkey of extend suggestion by paragraph.
getExtendSentence() - Method in class acp.beans.Preference
Get the hotkey of extend suggestion by sentence.
getExtendWord() - Method in class acp.beans.Preference
Get the hotkey of extend suggestion by word.
getFactory() - Static method in class acp.util.SessionFactoryUtil
 
getFilePath() - Method in class acp.manager.PreferenceManager
Gets the absolute file path of preferenceStore.ini
getForUpdateString() - Method in class acp.store.dialect.SQLiteDialect
 
getHighlistList() - Method in class acp.manager.RankManager
Get the list of low list.
getId() - Method in class acp.beans.Suggestion
Get ID of the Suggestion object.
getIdentityColumnString() - Method in class acp.store.dialect.SQLiteDialect
 
getIdentitySelectString() - Method in class acp.store.dialect.SQLiteDialect
 
getInstance() - Static method in class acp.ACPLogic
Returns the reference to the single instance of ACPLogic.
getLastUsedParahraph() - Method in class acp.beans.RankEntry
Get the last used paragraph id of the object/source document
getLastUsedSentence() - Method in class acp.beans.RankEntry
Get the last used sentence id of the object/source document
getLimitString(String, boolean) - Method in class acp.store.dialect.SQLiteDialect
 
getLowlistList() - Method in class acp.manager.RankManager
Get the list of high list.
getMetadata() - Method in class acp.beans.ProcessedText
Get source object of the source document.
getName() - Method in class acp.beans.entity.Source
Get name of the Source object.
getName() - Method in class acp.beans.Operation
Return the name of the invoking method.
getParagraph(int) - Method in class acp.store.DataStore
Retrieve a paragraph by paragraph ID.
getParagraph(int, int) - Method in class acp.store.DataStore
Retrieve a paragraph by source ID and the order of the paragraph on the source.
getParagraphID() - Method in class acp.beans.entity.Sentence
Get paragraph ID of the Sentence object.
getParagraphs() - Method in class acp.beans.ProcessedText
Get all the Paragraph object of the source document that are processed.
getParagraphs(int) - Method in class acp.store.DataStore
Retrieve paragraphs of a source document by source ID.
getParameters() - Method in class acp.beans.Operation
Return the list of parameters to pass to the invoking method.
getParentOrder() - Method in class acp.beans.entity.Paragraph
Get parent order of the Paragraph object.
getParentOrder() - Method in class acp.beans.entity.Sentence
Get parent order of the Sentence object.
getPreferenceConfigurationFileAbsolutePath() - Method in class acp.ACPLogic
Retrieve the absolute file path of the configuration file.
getRank() - Method in class acp.beans.entity.Source
Get ML source rank of the Source object.
getRankingModel() - Method in class acp.manager.RankManager
Method is used when require user behavior for sorting of suggestions.
getRankOfAddition() - Method in class acp.beans.RankEntry
Get the rank in which the object/source document is registered
getReduceParagraph() - Method in class acp.beans.Preference
Get the hotkey of reduce suggestion by paragraph.
getReduceSentence() - Method in class acp.beans.Preference
Get the hotkey of reduce suggestion by sentence.
getReduceWord() - Method in class acp.beans.Preference
Get the hotkey of reduce suggestion by word.
getResult() - Method in class acp.beans.OperationReply
Return the result to be sent to the client.
getScore() - Method in class acp.beans.RankEntry
Get the score of the object/source document.
getScoreList() - Method in class acp.store.RankDataStore
Gets the list of scores.
getSentence(int) - Method in class acp.store.DataStore
Retrieve a sentence by sentence ID.
getSentence(int, int) - Method in class acp.store.DataStore
Retrieve a sentence by paragraph ID and the order of the sentence on the paragraph.
getSentences() - Method in class acp.beans.entity.Paragraph
Get sentences of the Paragraph object.
getSentences(int) - Method in class acp.store.DataStore
Retrieve sentences of a paragraph by paragraph ID.
getSession() - Method in class acp.store.DataStore
Get the current session.
getSource() - Method in class acp.beans.RankEntry
Get the name of the source document the object is referencing.
getSource() - Method in class acp.beans.Suggestion
Get source object of the Suggestion object.
getSource(String) - Method in class acp.store.DataStore
Retrieve a source information by source name.
getSource(Class, int) - Method in class acp.store.DataStore
Retrieve a source information by paragraph/entity ID and the class type.
getSource(int) - Method in class acp.store.DataStore
Retrieve a source information by source ID.
getSourceID() - Method in class acp.beans.entity.Entity
Get source ID of the Entity object.
getSourceID() - Method in class acp.beans.entity.Paragraph
Get source ID of the Paragraph object.
getSourceID() - Method in class acp.beans.entity.Source
Get source ID of the Source object.
getStatus() - Method in class acp.beans.OperationReply
Return the status of the operation reply.
getThreshold() - Method in class acp.beans.Preference
Return the threshold for the number of suggestion to auto-trigger auto-completion.
getTriggerSuggestionPopUp() - Method in class acp.beans.Preference
Get the hotkey of Trigger Suggestion PopUp.
getTurnOfLastUse() - Method in class acp.beans.RankEntry
Get the turn of last used of the object/source document
getType() - Method in class acp.beans.Suggestion
Get suggestion type of the Suggestion object.
getUrl() - Method in class acp.beans.entity.Source
Get url of the Source object.
getUserPreference() - Method in class acp.ACPLogic
Retrieve the user preference from the configuration file.
getUserPreference() - Method in class acp.manager.PreferenceManager
Retrieves the user preference from preferenceStore.ini file and initializes the preference object
A B C D E F G H I K L M N O P R S T U V