Uses of Class
vooga.aiEngine.Algorithms.AbstractAlgorithm

Packages that use AbstractAlgorithm
vooga.aiEngine.Algorithms   
vooga.aiEngine.Dev   
vooga.aiEngine.stickfightergameAI   
 

Uses of AbstractAlgorithm in vooga.aiEngine.Algorithms
 

Subclasses of AbstractAlgorithm in vooga.aiEngine.Algorithms
 class AStar
          AStar.java
 class Dangler
          Orbits the human-controlled object.
 class EscapeRadius
           
 class ExpectiMinimax
          ExpectiMinimax.java
 class NPSolver
          NPSolver.java
 class Orbiter
          Orbits the human-controlled object.
 class PongAlgorithm
          Tracks the x location of an object and attempts to match x-position by firing associated events.
 class PongAlgorithmSmart
          PongAlgorithmSmart.java
 class Tag
          Tracks the x and y location of an object and attempts to match them by firing associated events.
 class XFollower
          Tracks the x location of an object and attempts to match x-position by firing associated events.
 class YFollower
          Tracks the x location of an object and attempts to match x-position by firing associated events.
 

Fields in vooga.aiEngine.Algorithms declared as AbstractAlgorithm
(package private)  AbstractAlgorithm Tag.myX
           
(package private)  AbstractAlgorithm Tag.myY
           
 

Uses of AbstractAlgorithm in vooga.aiEngine.Dev
 

Methods in vooga.aiEngine.Dev with parameters of type AbstractAlgorithm
 void AIDemoPlayer.setAlgorithm(AbstractAlgorithm algorithm, java.lang.Object... args)
          Changes the algorithm of the player, and determines the specific algorithm arguments
 

Uses of AbstractAlgorithm in vooga.aiEngine.stickfightergameAI
 

Subclasses of AbstractAlgorithm in vooga.aiEngine.stickfightergameAI
 class StickFighterAlgorithm
          StickFighterAlgorithm.java