Uses of Class
org.eviline.ai.QueueContext

Packages that use QueueContext
org.eviline.ai   
 

Uses of QueueContext in org.eviline.ai
 

Fields in org.eviline.ai declared as QueueContext
 QueueContext QueueContext.deeper
          The decided-on context, one level deeper
 QueueContext QueueContext.shallower
          The parent of this context
 

Methods in org.eviline.ai that return QueueContext
 QueueContext QueueContext.deeper(Field deeperOriginal)
           
 QueueContext QueueContext.deepest()
          Returns the "decided" context, the deepest of the children.
 QueueContext QueueContext.shallowest()
          Returns the "root" parent QueueContext.
 

Methods in org.eviline.ai with parameters of type QueueContext
 Decision AIKernel.bestFor(QueueContext context)
          Determine the best way for a player to play a particular queue of shapes.
 Decision DefaultAIKernel.bestFor(QueueContext context)
          Determine the best way for a player to play a particular queue of shapes.
 



Copyright © 2013. All Rights Reserved.