Package | Description |
---|---|
pModel | |
pModel.pEquipe | |
pModel.pRole | |
pVue.pGUI | |
pVue.pGUI.pTerrain |
Modifier and Type | Method and Description |
---|---|
Terrain |
Solo.getTerrain()
Get the value of plateau
|
Terrain |
Match.getTerrain()
Get the value of plateau
|
Modifier and Type | Method and Description |
---|---|
void |
Solo.setTerrain(Terrain newVar)
Set the value of plateau
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTactic.bouger(Terrain terrain,
java.util.ArrayList<Tortue> tortues)
Méthode permettant d'appliquer les des roles associés aux tortues
|
Modifier and Type | Method and Description |
---|---|
void |
Attaquant.gestionDeplacements(Terrain terrain) |
void |
Defenseur.gestionDeplacements(Terrain terrain) |
abstract void |
AbstractRole.gestionDeplacements(Terrain terrain)
Méthode de gestion des déplacement pour le rôle
|
Constructor and Description |
---|
TerrainGUI(Terrain terrain) |
Constructor and Description |
---|
TerrainJP(Terrain terrain)
Constructeur de TerrainJP
|