Interface Instruction
- All Known Implementing Classes:
InstructionAva
,InstructionDeplacement
,InstructionEcriture
,InstructionFin
,InstructionMet
,InstructionMou
,InstructionS
,InstructionSaut
,InstructionSdi
,InstructionSez
,InstructionSma
,InstructionSou
,InstructionTad
,InstructionTag
public interface Instruction
Cette interface contient les méthodes à implémenter pour exécuter une instruction
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executer
(Tortue tortue, Labyrinthe labyrinthe) Cette méthode exécute l'instruction.
-
Method Details
-
executer
Cette méthode exécute l'instruction.- Parameters:
tortue
- l'instance de la tortuelabyrinthe
- l'instance du labyrinthe
-