The Model / MDA / Analysis views¶

The Model / MDA / Analysis views
Key :
- 1. UML/BPMN model explorer tab.
- 2. MDA explorer tab tab.
- 3. Analysis explorer tab.
- 4. Explorers tools bar.
- 5. Model elements.
- 6. Diagram shortcut.
Main Model / MDA / Analysis explorers commands¶
From the explorers contextual menu:
- Create an element [
– Create an element] : Creates the element of your choice under the selected element.
- Create a diagram [
– Create a diagram…] : Creates the diagram of your choice with the selected element as context.
- Add stereotype(s) on an element [
– Add stereotype(s)…] : Add one or several stereotypes on the selected element.
- Cut an element [
– Cut / Ctrl+X key] : Cut the selected element.
- Copy an element [
– Copy / Ctrl+C key] : Copy the selected element.
- Paste an element [
– Paste / Ctrl+V key] : Paste the copied element.
- Delete an element [
– Delete / Del key] : Delete the selected element.
- Rename an element [
– Rename / F2 key] : Rename the selected element.
- Launch Macros on an element [
– Macros] : Launch a python macro on the selected or edit the macro catalog.
- Check model consistency [
– Check model] : Check the model consistency recursively from the selected element.
- Create/edit/package a Model component [
– Model Components] : Create, edit or package a Model Component.
- Launch an XMI Import/Export [
– XMI] : Launch an XMI Import/Export recursively from the selected element.
From the explorers toolbar:
- Collapse all [
] Collapses all elements and shows only the root package.
- Skip back [
] Skips back through the history of the elements you have selected.
- Skip forward [
] Skips forward through the history of the elements you have selected.
- Open new explorer [
] Opens a new explorer whose root element is the selected element.
- Create sibling element [
] Creates a sibling element of the selected element. Sibling elements are elements of the same type as the selected element and at the same level in the model hierarchy.
- Create clone [
] Creates a clone of the selected element. Clones are exact copies of their origin elements. They have the same properties and the same contents.
- Move up [
] Moves the selected element up in the model structure.
- Move down [
] Moves the selected element down in the model structure.
- Select as root [
] Displays only the selected element and its contents. Click again to switch back to the classic view.
Note: For more information, see “Creating elements using the context menu commands”.