|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.lip6.sma.simulacion.app.ApplicationImpl
fr.lip6.sma.simulacion.app.GameApplicationImpl
fr.lip6.sma.simulacion.app.TestApp
fr.lip6.sma.simulacion.app.map.MapTestApp
public class MapTestApp
Classe pour l'application pour les tests de la carte.
| 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 |
|---|
private GameController mGameController
private GameModel mGameModel
| Constructor Detail |
|---|
public MapTestApp(String inConfigPath)
inConfigPath - chemin vers le fichier de configuration.| Method Detail |
|---|
public GameController getGameController()
public GameModel getGameModel()
public void setGameController(GameController inGameController)
inGameController - contrôleur.public void setGameModel(GameModel inGameModel)
inGameModel - le modèle du jeu.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||