Establishing the relation during execution (cont.)
n public void move (int direction) {
n Room newRoom = room.connectedTo (direction);
n room = newRoom;
n}