indexing description: "[ processor for show_closeup node ]" author: "Steiner Fabrizio" date: "$Date$" revision: "$Revision$" class SHOW_CLOSEUP_NODE_PROCESSOR inherit ACTION_PROCESSOR [SHOW_CLOSEUP] create make feature -- Access Name: STRING is "show_closeup" -- Name of node to process Mandatory_attributes: ARRAY [STRING] is -- Table of mandatory attributes once Result := << "closeup_name" >> Result.compare_objects end feature -- Basic operations create_item: SHOW_CLOSEUP is -- Process node. do create result.make(pool.get_closeup(attribute("closeup_name"))) end end