Uses of Interface
edu.ou.mlfw.Client

Packages that use Client
edu.ou.mancala.client   
edu.ou.mlfw   
edu.ou.mlfw.config   
edu.ou.mlfw.gui   
edu.ou.pacman.client   
 

Uses of Client in edu.ou.mancala.client
 

Classes in edu.ou.mancala.client that implement Client
 class AbstractMancalaClient
           
 

Uses of Client in edu.ou.mlfw
 

Subinterfaces of Client in edu.ou.mlfw
 interface InteractiveClient
          An InteractiveClient can register a key listener so that a human can control a simulator's Controllable.
 

Classes in edu.ou.mlfw that implement Client
 class AbstractClient
           
 

Uses of Client in edu.ou.mlfw.config
 

Methods in edu.ou.mlfw.config that return types with arguments of type Client
 java.lang.Class<? extends Client> ClientInitializer.getClientClass()
          Each client will be an instance of a class submitted by students.
 

Constructor parameters in edu.ou.mlfw.config with type arguments of type Client
ClientInitializer(java.lang.Class<? extends Client> clientClass, java.io.File configuration, java.io.File data, java.lang.String displayName)
          Constructor for a ClientInitializer.
 

Uses of Client in edu.ou.mlfw.gui
 

Method parameters in edu.ou.mlfw.gui with type arguments of type Client
 void ClientShadowSource.update(java.lang.Iterable<Client> clients)
           
 

Uses of Client in edu.ou.pacman.client
 

Classes in edu.ou.pacman.client that implement Client
 class AbstractPacmanClient
           
 class ClosePelletGrabber
          Agent designed to grab any nearby pellets (within 1 space reach).
 class DepthFirstClient
           
 class PacmanFinder
           
 class PelletFinder
           
 class RandomClient