Uses of Class
org.eyelanguage.rl.reading.ReadingStateRelative

Packages that use ReadingStateRelative
org.eyelanguage.rl.reading Code for the Adaptive Reading Agent; see ReadingMain for parameters and default values. 
 

Uses of ReadingStateRelative in org.eyelanguage.rl.reading
 

Subclasses of ReadingStateRelative in org.eyelanguage.rl.reading
 class ReadingStateParallelRelative
          In parallel states, we have to keep track of which words of the sentence have been identified already but for default compatability with earlier states we return information about the first word in the window for length, ID and whether the word is identified.
 

Methods in org.eyelanguage.rl.reading that return ReadingStateRelative
 ReadingStateRelative ParallelToSerialVFAdapter.convertParallelToSerial(ReadingStateParallelRelative s)
          Exploits the copyFrom() method of ReadingStates such that a newly created serial state (ReadingStateRelative) will automagically extract the information it needs from a parallel state -- the only other thing is that time spent attending has to be rounded to the granularity of which the agent was trained (e.g.
 

Constructors in org.eyelanguage.rl.reading with parameters of type ReadingStateRelative
ReadingStateRelative(ReadingStateRelative rs)