/* 83 */ return ArjunaNames.Implementation_Inventory_DynamicInventory();
/* */ }
/* */
/* */ protected InventoryElement find(ClassName className)
/* */ {
/* 93 */ InventoryElement ptr = this._staticInventory.find(className);
/* */
/* 95 */ if (ptr == null)
/* */ {
/* 101 */ String setupClass = className.toString() + "Setup";
/* 102 */ Class theClass = null;