Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Papyrus/Papyrus Developer Guide/Type Creation

The goal of this page is to explain the architecture and how to add element in the service creation.

For example, this service provides menu in th model explorer, or element that can be created in the property view. By default, it exists a creation service for UML. But we can imagine to add service for dedicated profiles.

Architecture

The service creation is based on the framework of GMF, see http://publib.boulder.ibm.com/infocenter/rsmhelp/v7r5m0/index.jsp?topic=/com.ibm.xtools.modeler.doc.isv/prog-guide/creating-types.html


How to add element in the service creation

How to configure

Back to the top