|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.uzh.ifi.attempto.acewiki.aceowl.AToEverySuggestion
public class AToEverySuggestion
This class implements a change suggestions for ACE sentences starting with "a". Such sentences are usually meant to invoke universal quantification. In such cases the initial "a" should be replaced by "every".
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the message to be presented to the user. |
java.lang.String[] |
getOptions()
Returns the options given to the user to change or not change the sentence. |
Sentence |
getSentence(java.lang.String option)
Returns the possibly changed sentence accoring to the option chosen by the user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getMessage()
SentenceSuggestion
getMessage in interface SentenceSuggestionpublic java.lang.String[] getOptions()
SentenceSuggestion
getOptions in interface SentenceSuggestionpublic Sentence getSentence(java.lang.String option)
SentenceSuggestion
getSentence in interface SentenceSuggestionoption - The chosen option.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||