Bug 480633 - [MOKA][MODELING UTILS] - Constructor generation has no implementation (i.e. method)
Summary: [MOKA][MODELING UTILS] - Constructor generation has no implementation (i.e. m...
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Moka (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-26 07:03 EDT by Jeremie Tatibouet CLA
Modified: 2017-09-12 10:21 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremie Tatibouet CLA 2015-10-26 07:03:45 EDT
Constructor generation has no implementation (i.e. method).

To be executable a constructor like any other operation in a class requires an implementation. This implementation must be given as a behavior. If realized as an activity, at least part of this latter must integrate a read self action whose output pin is connected to output activity parameter node.
Comment 1 Arnaud Cuccuru CLA 2015-11-16 05:49:12 EST
No implementation is generated in order to rely on the default instantiation strategy of PSCS. Needs to be discussed before doing any changes.
Comment 2 Arnaud Cuccuru CLA 2015-11-17 04:36:18 EST
This issue is related to a more general problem : It should be possible to package Utils, Palettes, Constraints, etc. alltogether with an execution engine. This should be done in connection with Archtectural Frameworks / View Points. Some refactoring are currently being discussed to make this packaging possible.