Bug 555805 - Metamodel extension does not work as expected
Summary: Metamodel extension does not work as expected
Status: RESOLVED FIXED
Alias: None
Product: Kitalpha
Classification: Polarsys
Component: AF and VP (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Thomas Guiu CLA
QA Contact:
URL:
Whiteboard: 465
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-27 04:31 EDT by Thomas Guiu CLA
Modified: 2015-09-09 09:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Guiu CLA 2015-08-27 04:31:32 EDT
Here is my VPDSL viewpoint:

Data MFD.data {
 
      // MyExchangeItem   
      Class MyExchangeItem {
            superClass external information.ExchangeItem
            Attributes:
                  myAttr1 type ecore.EString             
     }
 
      // MyInterface    
      Class MyInterface {
            superClass external cs.Interface
            Attributes:
                  myAttr1 type ecore.EString          
     }
}

Issue:
MyExchangeItem is not listed into creation menu pour on DataPkg and InterfacePkg elements.
Behavior is ok with MyInterface
Comment 1 Polarsys Genie CLA 2015-09-02 11:14:19 EDT
New Gerrit change created: https://git.polarsys.org/r/1299
Comment 3 Polarsys Genie CLA 2015-09-03 01:51:24 EDT
New Gerrit change created: https://git.polarsys.org/r/1300
Comment 5 Thomas Guiu CLA 2015-09-09 09:01:29 EDT
fixed