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

Packages that use SentenceWorld
org.eyelanguage.rl.analysis Tools to extract data from the adaptive reading agent's logfile for later processing. 
org.eyelanguage.rl.reading Code for the Adaptive Reading Agent; see ReadingMain for parameters and default values. 
 

Uses of SentenceWorld in org.eyelanguage.rl.analysis
 

Methods in org.eyelanguage.rl.analysis that return SentenceWorld
 SentenceWorld OptimalActionsLister.recreateSentenceWorld()
           
 

Uses of SentenceWorld in org.eyelanguage.rl.reading
 

Subclasses of SentenceWorld in org.eyelanguage.rl.reading
 class SentenceWorldParallel
          Defines how states evolve in response to actions when a parallel reading process is underway, such as when various words become identified.
 

Methods in org.eyelanguage.rl.reading that return SentenceWorld
 SentenceWorld ReadingSet.getSentenceWorld(int i)
           
 

Methods in org.eyelanguage.rl.reading with parameters of type SentenceWorld
 void ReadingSet.add(SentenceWorld sWorld, ReadingPolicy readingPolicy, ReadingReinforcementFunction rf)
           
static ReadingPolicy Toolbox.createSimpleReadingPolicy(SentenceWorld sWorld)
           
 

Constructors in org.eyelanguage.rl.reading with parameters of type SentenceWorld
ReadingParallelReinforcementFunction(SentenceWorld sWorld)
           
ReadingPolicy(SentenceWorld sWorld)
          Creates a new instance of ReadingPolicy
ReadingPolicyParallel(SentenceWorld sWorld)
          Creates a new instance of ReadingPolicy
ReadingReinforcementFunction(SentenceWorld sWorld)