Uses of Interface
edu.ou.mlfw.Controllable

Packages that use Controllable
edu.ou.mancala   
edu.ou.mlfw   
edu.ou.pacman   
 

Uses of Controllable in edu.ou.mancala
 

Classes in edu.ou.mancala that implement Controllable
 class MancalaControllable
           
 

Methods in edu.ou.mancala that return types with arguments of type Controllable
static java.util.Collection<Controllable> MancalaSimulator.extractControllables(GameBoard game)
           
 java.util.Collection<Controllable> MancalaSimulator.getAllControllables()
           
 java.util.Collection<Controllable> MancalaSimulator.getControllables()
           
 

Uses of Controllable in edu.ou.mlfw
 

Methods in edu.ou.mlfw that return types with arguments of type Controllable
 java.util.Collection<Controllable> Simulator.getAllControllables()
          Return all of the simulator's controllables, even those that are not currently active.
 java.util.Collection<Controllable> Simulator.getControllables()
          Return the simulator's currently active controllables
 

Uses of Controllable in edu.ou.pacman
 

Classes in edu.ou.pacman that implement Controllable
 class PacmanControllable
           
 

Methods in edu.ou.pacman that return types with arguments of type Controllable
static java.util.Collection<Controllable> PacmanSimulator.extractControllables(GameBoard game)
           
 java.util.Collection<Controllable> PacmanSimulator.getAllControllables()
           
 java.util.Collection<Controllable> PacmanSimulator.getControllables()