A B C D F G K M O P Q R S T W X Y Z

S

setTheStage() - Method in class alice.kareltherobot.MazeWorld
Set up the maze situation
setTheStage() - Method in class alice.kareltherobot.PhilosopherWorld
Set up the philosopher situation Add four philosophers to the world and the "forks" they will use.
setTheStage() - Method in class alice.kareltherobot.StairWorld
Set up the stair climbing situation.
setTheStage() - Method in class alice.kareltherobot.TestWorld
Set up the world (stage) for your robot
StairClimber - Class in alice.kareltherobot
The task of a stair climber is to climb three steps and pick up a beeper from the top step.
StairClimber(int, int, Direction) - Constructor for class alice.kareltherobot.StairClimber
Create a robot on a specific street and avenue, facing a given direction with no beepers.
StairClimber(int, int, Direction, int) - Constructor for class alice.kareltherobot.StairClimber
Create a robot on a specific street and avenue, facing a given direction with a given number of beepers.
StairClimber(int, int, Direction, int, Color) - Constructor for class alice.kareltherobot.StairClimber
Create a robot on a specific street and avenue, facing a given direction with a given number of beepers and a given body color.
StairWorld - Class in alice.kareltherobot
A simple world in which a stair climber will pick a beeper from the top (of three) steps.
StairWorld() - Constructor for class alice.kareltherobot.StairWorld
 
step() - Method in class alice.kareltherobot.WallFollower
Make one step of progress toward the goal.

A B C D F G K M O P Q R S T W X Y Z