Ejemplo n.º 1
0
 /**
  * Searches for rooms among the available at the hotel with name that contains the given argument
  *
  * @generated NOT
  */
 public EList<Room> findRoom(String roomName) {
   return roomHandling.findRoom(roomName);
 }