Establishing the relation
during execution
n
Some source actions may result in
establishing a relation.
n
Consider the
move
method in the
Explorer
class.
n
n
public void
move (rooms.Room newRoom){
n
room = newRoom;
n
}