Class Robot
- java.lang.Object
-
- g2001_2100.s2069_walking_robot_simulation_ii.Robot
-
public class Robot extends Object
-
-
Constructor Summary
Constructors Constructor Description Robot(int width, int height)
-
-
-
Method Detail
-
step
public void step(int num)
-
getPos
public int[] getPos()
-
getDir
public String getDir()
-
-