Menu
  • HOME
  • TAGS

Papyrus UML: add a type to a property using a Profile (Metamodel Extension)

eclipse,uml,metamodel,papyrus

You don't need to extend existing UML metaclass to create new type. In UML metamodel, it is defined that an attribute (a Property) is linked to a Type by the reference type. A Type that can be attached to a property can be an Inteface/Class/PrimitiveType... instance. Actually, part of the...

Eclipse Model Tool - Two sided transformation ( model to code and code to model )

eclipse,modeling,papyrus,modelio

Modelio support it with the module Java Designer. May be these demos "Edit Java code in Modelio" and "Overview of JavaDesigner module" can help you. These demos have been done with Modelio 2 and, currently, Modelio is in version 3.3 so you can encounter some differences in the interface but...

How do I share a papyrus project via git?

eclipse,git,share,papyrus

I had the same issue until 5 minutes ago. Tell to your coworkers to open the "Papyrus" perspective and double-click on the papyrus file, now go to the "model explorer" view, open the three and double-click on the last element, from now coworkers can open the model from the main...

create emf generated model from an uml model

uml,emf,eclipse-gmf,papyrus

I found the solution, actually in this example the association owns both of its ends so changing the owner of the end i want to use in my .ecore file into classifier in the properties view of papyrus worked. This is a screenshot: http://imgur.com/H4UkESU

Papyrus - Create a Table from an existing configuration

eclipse,papyrus

This is the answer to my question: The only way I found was to update Eclipse from Juno, to Kepler. When I did it new Papyrus Additional Components were avaliable, installing Papyrus Tabular Editors (Incubation) solved my problem of generating a Requirements Table from an existing configuration. ...