com.croftsoft.apps.mars.model
Interface GameAccessor

All Known Subinterfaces:
Game
All Known Implementing Classes:
GameData, NullGameAccessor, SeriGame, Synchronizer

public interface GameAccessor

Accessor interface for a Game object.

Since:
2003-04-14
Version:
2003-04-30
Author:
David Wallace Croft

Method Summary
 int getLevel()
           
 Iterator getPath()
           
 TankAccessor getPlayerTankAccessor()
           
 WorldAccessor getWorldAccessor()
           
 

Method Detail

getLevel

int getLevel()

getPath

Iterator getPath()

getPlayerTankAccessor

TankAccessor getPlayerTankAccessor()

getWorldAccessor

WorldAccessor getWorldAccessor()

CroftSoft Javadoc

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