Uses of Class
org.eviline.ai.Context

Packages that use Context
org.eviline.ai   
 

Uses of Context in org.eviline.ai
 

Subclasses of Context in org.eviline.ai
 class QueueContext
          Context for a decision-tree whose list of shapes is already decided.
 

Methods in org.eviline.ai that return Context
 Context Context.deeper(Field deeperOriginal)
          Construct a Context that is a copy of this one, but for use at one level deeper in the decision tree.
 

Methods in org.eviline.ai with parameters of type Context
 Decision AIKernel.bestFor(Context context)
          Determine the shape that would be best for the player
 Decision DefaultAIKernel.bestFor(Context context)
          Determine the shape that would be best for the player
 Decision AIKernel.bestFor(Context context, ShapeType type)
          Determine the best way for a player to play a single shape.
 Decision DefaultAIKernel.bestFor(Context context, ShapeType type)
          Determine the best way for a player to play a single shape.
 void DecisionModifier.modifyPlannedDecision(Context context, Decision decision)
          Modify the planned decision.
 Decision AIKernel.planBest(Context context, Decision defaultDecision)
          Determine the shape that would be best for the player
 Decision DefaultAIKernel.planBest(Context context, Decision defaultDecision)
          Determine the shape that would be best for the player
 Decision AIKernel.planWorst(Context context, Decision defaultDecision)
          Determine the shape that would be worst for the player
 Decision DefaultAIKernel.planWorst(Context context, Decision defaultDecision)
          Determine the shape that would be worst for the player
 Decision AIKernel.worstFor(Context context)
          Determine the shape that would be worst for the player
 Decision DefaultAIKernel.worstFor(Context context)
          Determine the shape that would be worst for the player
 



Copyright © 2013. All Rights Reserved.