fr.lip6.sma.simulacion.app.map
Class MapTestApp

java.lang.Object
  extended by fr.lip6.sma.simulacion.app.ApplicationImpl
      extended by fr.lip6.sma.simulacion.app.GameApplicationImpl
          extended by fr.lip6.sma.simulacion.app.TestApp
              extended by fr.lip6.sma.simulacion.app.map.MapTestApp
All Implemented Interfaces:
Application, GameApplication, SplashWindow, SimulacionMTListener

public class MapTestApp
extends TestApp

Classe pour l'application pour les tests de la carte.

Version:
$Revision: 3 $
Author:
Paul Guyot
See Also:
"aucun test défini."

Field Summary
private  GameController mGameController
          Référence sur le contrôleur.
private  GameModel mGameModel
          Référence sur le modèle.
 
Constructor Summary
MapTestApp(String inConfigPath)
          Constructeur à partir du chemin de configuration.
 
Method Summary
 GameController getGameController()
          Accesseur sur le contrôleur.
 GameModel getGameModel()
          Accesseur sur le modèle.
 void setGameController(GameController inGameController)
          Sélecteur sur le contrôleur.
 void setGameModel(GameModel inGameModel)
          Sélecteur sur le modèle.
 
Methods inherited from class fr.lip6.sma.simulacion.app.TestApp
dispose, getProgress, getSplashWindow, imageLoaded, indicateProgress, setImageIncrement, setupServer, setVisible, startGame, waitForTracker
 
Methods inherited from class fr.lip6.sma.simulacion.app.GameApplicationImpl
finishSetup, getAgentListManager, getLocalPlayer, getPlayer, init, quit, start
 
Methods inherited from class fr.lip6.sma.simulacion.app.ApplicationImpl
getAgentConfig, getAvatar, getAvatars, getConfiguration, getPlayerAgentClass, getPlayerAgentNames, getPlayerNameFromAvatarName, getTracker, setupApplication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.lip6.sma.simulacion.app.GameApplication
getConfiguration
 
Methods inherited from interface fr.lip6.sma.simulacion.app.Application
getAgentConfig, getAvatar, getAvatars, getPlayerAgentClass, getPlayerAgentNames, getPlayerNameFromAvatarName, getTracker
 

Field Detail

mGameController

private GameController mGameController
Référence sur le contrôleur.


mGameModel

private GameModel mGameModel
Référence sur le modèle.

Constructor Detail

MapTestApp

public MapTestApp(String inConfigPath)
Constructeur à partir du chemin de configuration.

Parameters:
inConfigPath - chemin vers le fichier de configuration.
Method Detail

getGameController

public GameController getGameController()
Accesseur sur le contrôleur.

Returns:
le contrôleur du jeu.

getGameModel

public GameModel getGameModel()
Accesseur sur le modèle.

Returns:
le modèle du jeu.

setGameController

public void setGameController(GameController inGameController)
Sélecteur sur le contrôleur.

Parameters:
inGameController - contrôleur.

setGameModel

public void setGameModel(GameModel inGameModel)
Sélecteur sur le modèle.

Parameters:
inGameModel - le modèle du jeu.