Package | Description |
---|---|
acp.beans.entity | |
acp.store |
Modifier and Type | Method and Description |
---|---|
java.util.List<Sentence> |
Paragraph.getSentences()
Get sentences of the Paragraph object.
|
Modifier and Type | Method and Description |
---|---|
void |
Paragraph.setSentences(java.util.List<Sentence> sentences)
Set sentences of the Paragraph object.
|
Modifier and Type | Method and Description |
---|---|
Sentence |
DataStore.getSentence(int sentenceID)
Retrieve a sentence by sentence ID.
|
Sentence |
DataStore.getSentence(int paragraphID,
int parentOrder)
Retrieve a sentence by paragraph ID and the order of the sentence on the paragraph.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Sentence> |
DataStore.getSentences(int paragraphID)
Retrieve sentences of a paragraph by paragraph ID.
|
Modifier and Type | Method and Description |
---|---|
int |
DataStore.storeSentence(Sentence sentence)
Insert a sentence object
|
Modifier and Type | Method and Description |
---|---|
void |
DataStore.removeSentencesAndIndexes(java.util.List<Sentence> sentences)
Remove sentences and the lucene index from the database.
|