Exemplo n.º 1
0
 /**
  * Returns the identifiers of the WantedFixed elements
  *
  * @return the string identifying the WantedFixed
  */
 public Collection<String> getFixedNames() {
   return fixed.getElementNames();
 }
Exemplo n.º 2
0
 /**
  * Returns the identifiers of the WantedFurniture
  *
  * @return the string identifying the WantedFurnitures
  */
 public Collection<String> getFurnitureNames() {
   return furniture.getElementNames();
 }