org.eyelanguage.rl.reading
Class ReadingAction
java.lang.Object
org.eyelanguage.rl.reading.ReadingAction
- All Implemented Interfaces:
- Action
public class ReadingAction
- extends java.lang.Object
- implements Action
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
requestingSaccade
protected boolean requestingSaccade
attendNextWord
protected boolean attendNextWord
saccadeRequestDistance
protected int saccadeRequestDistance
attendThisWord
protected boolean attendThisWord
remainHere
protected boolean remainHere
MAXIMUM_SACCADE_DISTANCE
public static final int MAXIMUM_SACCADE_DISTANCE
- See Also:
- Constant Field Values
ReadingAction
public ReadingAction()
copyFrom
public void copyFrom(ReadingAction o)
main
public static void main(java.lang.String[] args)
test
public static void test()
check
public static void check(java.util.ArrayList uniques,
ReadingAction ra)
uniqueCode
public int uniqueCode()
hashCode
public int hashCode()
- Specified by:
hashCode in interface Action- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
attendingWord
public boolean attendingWord()
isRequestingSaccade
public boolean isRequestingSaccade()
setRequestingSaccade
public ReadingAction setRequestingSaccade(boolean requestingSaccade)
isAttendNextWord
public boolean isAttendNextWord()
setAttendNextWord
public ReadingAction setAttendNextWord(boolean attendNextWord)
getSaccadeRequestDistance
public int getSaccadeRequestDistance()
setSaccadeRequestDistance
public ReadingAction setSaccadeRequestDistance(int saccadeRequestDistance)
isAttendThisWord
public boolean isAttendThisWord()
- Getter for property attendThisWord.
- Returns:
- Value of property attendThisWord.
setAttendThisWord
public ReadingAction setAttendThisWord(boolean attendThisWord)
- Setter for property attendThisWord.
- Parameters:
attendThisWord - New value of property attendThisWord.
isRemainHere
public boolean isRemainHere()
- Getter for property remainHere.
- Returns:
- Value of property remainHere.
setRemainHere
public ReadingAction setRemainHere(boolean remainHere)
- Setter for property remainHere.
- Parameters:
remainHere - New value of property remainHere.