Constructor and Description |
---|
Solo() |
Modifier and Type | Method and Description |
---|---|
void |
end()
Terminer d'exécuter le model
|
Balle |
getBalle()
Recupérer la balle si celle-ci est instanciée dans le model.
|
Terrain |
getTerrain()
Get the value of plateau
|
java.lang.String |
getTitle() |
Tortue |
getTortue()
Get the value of tortue
|
void |
init()
Initialiser le model
|
void |
run()
Instructions à executer par le model
|
void |
setTerrain(Terrain newVar)
Set the value of plateau
|
void |
setTitle(java.lang.String title) |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the title to setpublic void setTerrain(Terrain newVar)
newVar
- the new value of plateaupublic Terrain getTerrain()
public Tortue getTortue()
public void init()
_Model
public void run()
_Model
public void end()
_Model