org.eyelanguage.rl.reading
Class ReadingAction

java.lang.Object
  extended by org.eyelanguage.rl.reading.ReadingAction
All Implemented Interfaces:
Action

public class ReadingAction
extends java.lang.Object
implements Action


Field Summary
protected  boolean attendNextWord
           
protected  boolean attendThisWord
           
static int MAXIMUM_SACCADE_DISTANCE
           
protected  boolean remainHere
           
protected  boolean requestingSaccade
           
protected  int saccadeRequestDistance
           
 
Constructor Summary
ReadingAction()
           
 
Method Summary
 boolean attendingWord()
           
static void check(java.util.ArrayList uniques, ReadingAction ra)
           
 void copyFrom(ReadingAction o)
           
 boolean equals(java.lang.Object o)
           
 int getSaccadeRequestDistance()
           
 int hashCode()
           
 boolean isAttendNextWord()
           
 boolean isAttendThisWord()
          Getter for property attendThisWord.
 boolean isRemainHere()
          Getter for property remainHere.
 boolean isRequestingSaccade()
           
static void main(java.lang.String[] args)
           
 ReadingAction setAttendNextWord(boolean attendNextWord)
           
 ReadingAction setAttendThisWord(boolean attendThisWord)
          Setter for property attendThisWord.
 ReadingAction setRemainHere(boolean remainHere)
          Setter for property remainHere.
 ReadingAction setRequestingSaccade(boolean requestingSaccade)
           
 ReadingAction setSaccadeRequestDistance(int saccadeRequestDistance)
           
static void test()
           
 java.lang.String toString()
           
 int uniqueCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ReadingAction

public ReadingAction()
Method Detail

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.