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