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