indexing description: "Graphical representation of an XMI cluster" date: "$Date$" revision: "$Revision$" class XMI_CLUSTER_PRESENTATION inherit XMI_PRESENTATION redefine item end create make feature -- Initialization make (id: INTEGER; c: XMI_CLUSTER) is -- Initialize `Current'. do xmi_id := id item := c end feature -- Access item: XMI_CLUSTER -- XMI cluster 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% % Category%N% % %N% % %N% % %N% % %N% % %N% % %N% % %N") end end -- class XMI_CLUSTER_PRESENTATION