Issue 18927: Menu ViewContainer (ifml-ftf) Source: (, ) Nature: Revision Severity: Minor Summary: Add a new viewcontainer called Menu in the metamodel, as an extension, together with Window. Peculiarity: only contains events, no sub-containers or components Resolution: Menu class added as a specialization of ViewContainer, with OCL constraint and describing text. Revised Text: New Clause added: 8.4.8Class Menu Abstract: No Generalization: • ViewContainer Description: A Menu is a special kind of ViewContainer used to model the concept of a menu of options in IFML. It cannot contain ViewComponents or sub-ViewContainers. Constraints • self.viewElements -> select(e | e.oclIsTypeOf(ViewContainer) or e.oclTypeOf(ViewComponent) ) -> isEmpty() Actions taken: September 17, 2013: received issue July 15, 2014: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 17 Sep 2013 06:48:10 -0400 To: Subject: Issue/Bug Report ******************************************************************************* Name: Marco Brambilla Employer: WebRatio mailFrom: marco.brambilla@webratio.com Terms_Agreement: I agree Specification: IFML Section: - FormalNumber: ptc/2013-03-08 Version: 1.0 - Beta 1 Doc_Year: 2013 Doc_Month: March Doc_Day: 20 Page: - Title: Menu ViewContainer Nature: Revision Severity: Minor CODE: 3TMw8 B1: Report Issue Remote Name: nat1.como.polimi.it Remote User: HTTP User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0 Time: 06:48 AM Description: Add a new viewcontainer called Menu in the metamodel, as an extension, together with Window. Peculiarity: only contains events, no sub-containers or components.