Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Sirius/Tutorials/BasicFamily

< Sirius‎ | Tutorials
Revision as of 11:10, 11 December 2018 by Frederic.madiot.obeo.fr (Talk | contribs) (Advanced Tutorial)

BasicFamily Tutorial

  • Authors:
    • Julien Dupont - Obeo
    • Frédéric Madiot - Obeo
  • Sirius version
  • Questions
    • If you need help about this tutorial, please post your question on Sirius forum

Overview

This tutorial explains how to use Eclipse Sirius to create graphical editors for visually describing a family.

Sirius 4mtuto 01.png


Contents

The tutorial is composed of five parts.

Domain Model Tutorial

This tutorial explains how to create a Domain Model with Ecore Tools.

The created Domain Model defines basic concepts about families and is used by the following tutorial of this series.

Sirius tuto4 01.png

→ Start the tutorial

Starter Tutorial

This tutorial explains how to create your first modeling workbench.

The instructions are based on the simple Domain Model created with the first tutorial of this series.

The modeling workbench created with this tutorial will allow users to visualize the members of a family and their parental relationships on a graphical diagram. It will also provide tools to edit the model from the diagram.

Starter tutorial.png

→ Start the tutorial

Advanced Tutorial

This tutorial explains how to use advanced features of Sirius.

The instructions will guide you extending the result of the Sirius Starter Tutorial with:

  • Edition tools: edge creation, edge reconnection, element deletion, label edition
  • Graphical improvements: SVG images, styles customization
  • Complexity management: layers, filters, validation rules, quick fixes
  • Other kinds of representations: containers, bordered nodes, tables, navigation between representations
  • Extensions: Java services

Advanced tutorial.png

→ Start the tutorial

Compartments Tutorial

This tutorial explains how to create compartments.

The instructions will guide you creating a diagram using fixed and dynamic compartments to visualize the different kinds of relationships of a person:

  • parents
  • siblings
  • children
  • grandchildren

This tutorial starts from the result of the Starter Tutorial.

Compartments tutorial.png

Start the tutorial

Update Site

This tutorial explains how to create an update site in order to distribute a graphical modeling tool created with Eclipse Sirius.

Start the tutorial

Sirius tuto5 18.png

Installing the solutions

The solutions of this tutorial's parts are Eclipse projects that you can import into your workspace.

These projects can be easily installed from the provided examples (menu File > New > Example...).

Sirius 4mtuto 02-1.png


If you don't find these projects from this wizard, please install the Sirius Samples feature from Sirius updatesite (see the list of Sirius udpate sites for the latest release).

Sirius 4mtuto 02-3.png

And then go back to the Examples wizard.

Back to the top