indexing description: "Graphical representation of an XMI class" date: "$Date$" revision: "$Revision$" class XMI_GENERALIZATION_PRESENTATION inherit XMI_PRESENTATION redefine item end create make feature -- Initialization make (id: INTEGER; c: XMI_GENERALIZATION) is -- Initialize `Current'. do xmi_id := id item := c end feature -- Access item: XMI_GENERALIZATION -- XMI generalization of which `Current' is the graphical representation. feature -- Action code: STRING is -- XMI representation of the presentation. do Result := "%N% % %N% % %N% % %N% % 100, 100, 100, 100,%N% % %N% % %N% % %N% % %N% % %N% % %N% % Inheritance%N% % %N% % %N% % %N% % %N% % %N% % %N% % %N") end end -- class XMI_GENERALIZATION_PRESENTATION