|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectguk.im.Action
public class Action
Defines an action in the FSM of the input method. An action starts from a state and goes into another one adding perhaps something to the composed text.
Constructor Summary | |
---|---|
Action(State nextState)
Constructor. |
Method Summary | |
---|---|
String |
getComposedText()
Gets the composed text added by this action. |
State |
getNext()
Gets the state this action leads to. |
void |
setComposedText(String text)
Sets the composed text to be added by this action |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Action(State nextState)
nextState
- the state this action goes to.Method Detail |
---|
public void setComposedText(String text)
text
- public String getComposedText()
public State getNext()
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |