Creation Command

Creation of elements contribution

It is possible to extends default creation of objects (to create another elements while creating one, to rename a newly created element or other.)

The extension point is provided by:

The contribution to the extension point is done in the plugin.xml file of the plugin. Open this file and focus on the plugin.xml tab:

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<extension point="org.polarsys.capella.common.menu.dynamic.MDEMenuItemContribution">
  <MDEMenuItemContribution
            class=""
            id="">
  </MDEMenuItemContribution>
</extension>

Detail of the different fields

Sample

When creating a State Machine, we create an inner Region