Interface TurtleCommand
-
- All Known Implementing Classes:
MoveCommand,PenColorCommand,PenSizeCommand,PenStateCommand,SetHeadingCommand,SetPositionCommand,TurnCommand
public interface TurtleCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinterpret(TurtleInterpreter interpreter)
-
-
-
Method Detail
-
interpret
void interpret(TurtleInterpreter interpreter)
-
-