Class InstructionFin
java.lang.Object
labyrinthe.instructions.autres.InstructionFin
- All Implemented Interfaces:
Instruction
Cette classe représente une instruction de fin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
executer
(Tortue tortue, Labyrinthe labyrinthe) Constructeur de la classe labyrinthe.instructions.autres.InstructionFin (vide).
-
Constructor Details
-
InstructionFin
public InstructionFin()
-
-
Method Details
-
executer
Constructeur de la classe labyrinthe.instructions.autres.InstructionFin (vide).- Specified by:
executer
in interfaceInstruction
- Parameters:
tortue
- l'instance de la tortuelabyrinthe
- l'instance du labyrinthe
-