|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextElement
This interface describes a text element (a word or phrase) that is used by the predictive editor. Every text element contains a text and a grammatical category.
Method Summary | |
---|---|
void |
checkNeighborTextElements(TextElement precedingTextElement,
TextElement nextTextElement)
Checks the preceding and next text element. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCategory()
Returns the grammatical category of this text element. |
java.lang.String |
getText()
Returns the text of this text element. |
Method Detail |
---|
java.lang.String getText()
java.lang.String getCategory()
void checkNeighborTextElements(TextElement precedingTextElement, TextElement nextTextElement)
precedingTextElement
- boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |