indexing description: "Information on an argument of a feature in the system for XMI export" date: "$Date$" revision: "$Revision$" class XMI_ARGUMENT inherit XMI_FEATURE create make feature -- Actions code: STRING is -- XMI representation of the argument. local xmi_class: XMI_CLASS do Result := "%N% % ") Result.append (name) Result.append ("%N% % %N% % %N% % %N% % %N% % %N% % %N% % %N% % %N% % %N") xmi_class ?= type if xmi_class /= Void then Result.append (" %N") else Result.append (" %N") end Result.append (" %N% % %N") end end -- class XMI_ARGUMENT