Uses of Interface
com.croftsoft.apps.mars.ai.TankConsole

Packages that use TankConsole
com.croftsoft.apps.mars.ai   
com.croftsoft.apps.mars.model   
com.croftsoft.apps.mars.model.seri   
 

Uses of TankConsole in com.croftsoft.apps.mars.ai
 

Methods in com.croftsoft.apps.mars.ai with parameters of type TankConsole
 void TankOperator.setTankConsole(TankConsole tankConsole)
           
 void TankCartographer.setTankConsole(TankConsole tankConsole)
           
 void PlayerTankOperator.setTankConsole(TankConsole tankConsole)
           
 void DirectedTankOperator.setTankConsole(TankConsole tankConsole)
           
 void DefaultTankOperator.setTankConsole(TankConsole tankConsole)
           
 

Constructors in com.croftsoft.apps.mars.ai with parameters of type TankConsole
DirectedTankOperator(TankConsole tankConsole)
           
 

Uses of TankConsole in com.croftsoft.apps.mars.model
 

Subinterfaces of TankConsole in com.croftsoft.apps.mars.model
 interface Tank
          A mobile armored tank.
 

Uses of TankConsole in com.croftsoft.apps.mars.model.seri
 

Classes in com.croftsoft.apps.mars.model.seri that implement TankConsole
 class SeriTank
          The default tank model implementation.
 


CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)