org.eyelanguage.rl.reading
Class ReadingPolicyParallel

java.lang.Object
  extended by net.pakl.rl.ActionSet
      extended by org.eyelanguage.rl.reading.ReadingPolicy
          extended by org.eyelanguage.rl.reading.ReadingPolicyParallel

public class ReadingPolicyParallel
extends ReadingPolicy


Constructor Summary
ReadingPolicyParallel()
           
ReadingPolicyParallel(SentenceWorld sWorld)
          Creates a new instance of ReadingPolicy
 
Method Summary
 void allowSaccadeActions(int eyePosition, int charsBack, int charsForward)
           
 java.util.List getAllPossibleActions(State state)
          This method returns a list of all possible actions an agent could take given a State.
 void setALLOW_SIMULTANEOUS_ATTNEXT_AND_IDENT(boolean newValue)
           
 void setALLOW_SIMULTANEOUS_SACREQ_AND_ATTNEXT(boolean newValue)
           
 void setMaxSaccadeIntendedDistance(int x)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eyelanguage.rl.reading.ReadingPolicy
isBetween
 
Methods inherited from class net.pakl.rl.ActionSet
allowAction, getRandomAllowedAction, removeAction, toText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadingPolicyParallel

public ReadingPolicyParallel(SentenceWorld sWorld)
Creates a new instance of ReadingPolicy


ReadingPolicyParallel

public ReadingPolicyParallel()
Method Detail

setALLOW_SIMULTANEOUS_SACREQ_AND_ATTNEXT

public void setALLOW_SIMULTANEOUS_SACREQ_AND_ATTNEXT(boolean newValue)
Overrides:
setALLOW_SIMULTANEOUS_SACREQ_AND_ATTNEXT in class ReadingPolicy

setALLOW_SIMULTANEOUS_ATTNEXT_AND_IDENT

public void setALLOW_SIMULTANEOUS_ATTNEXT_AND_IDENT(boolean newValue)
Overrides:
setALLOW_SIMULTANEOUS_ATTNEXT_AND_IDENT in class ReadingPolicy

allowSaccadeActions

public void allowSaccadeActions(int eyePosition,
                                int charsBack,
                                int charsForward)
Overrides:
allowSaccadeActions in class ReadingPolicy

setMaxSaccadeIntendedDistance

public void setMaxSaccadeIntendedDistance(int x)
Overrides:
setMaxSaccadeIntendedDistance in class ReadingPolicy

getAllPossibleActions

public java.util.List getAllPossibleActions(State state)
Description copied from class: ActionSet
This method returns a list of all possible actions an agent could take given a State. If there are no actions, this function returns an empty list (rather than returning a null).

Overrides:
getAllPossibleActions in class ReadingPolicy

toString

public java.lang.String toString()
Overrides:
toString in class ReadingPolicy