Uses of Interface
org.eviline.ai.AIKernel

Packages that use AIKernel
org.eviline.ai   
 

Uses of AIKernel in org.eviline.ai
 

Classes in org.eviline.ai that implement AIKernel
 class DefaultAIKernel
          Class which holds the AI algorithms.
 

Fields in org.eviline.ai declared as AIKernel
 AIKernel Context.ai
           
protected  AIKernel DefaultPlayer.ai
           
 

Methods in org.eviline.ai that return AIKernel
 AIKernel DefaultPlayer.getAi()
           
static AIKernel AI.getInstance()
           
 

Methods in org.eviline.ai with parameters of type AIKernel
 void DefaultPlayer.setAi(AIKernel ai)
           
static void AI.setInstance(AIKernel instance)
           
 

Constructors in org.eviline.ai with parameters of type AIKernel
Context(AIKernel ai, DecisionModifier decisionModifier, Field original, int remainingDepth)
          Create a new Context.
DefaultPlayer(Field field, AIKernel ai)
           
QueueContext(AIKernel ai, Field original, ShapeType[] queue)
          Create a QueueContext for determining the optimal placement of shapes (from a player's perspective) for the argument Field and ShapeType array.
 



Copyright © 2013. All Rights Reserved.