Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Papyrus » How to load multiple UML/SysML models programmatically?
How to load multiple UML/SysML models programmatically? [message #1728370] Sun, 03 April 2016 20:59
Nicolas Rouquette is currently offline Nicolas RouquetteFriend
Messages: 40
Registered: December 2014
Member
The Papyrus Developer Guide (How To Code Examples) seems to be written with the assumption that the reader already knows the Papyrus modeling architecture. Here's a list of topics that I struggle with.

- As a kind of EMF ResourceSet, what is a ModelSet intended for?

Presumably, this is to manage as a unit the different EMF Resources involved in the diverse representations of a model (abstract syntax, diagram syntax, and perhaps others). Is a ModelSet restricted to the above intent?

- How to retrieve a resource of a particular kind within a ModelSet?

It seems that there could be better resource-specific accessors
(e.g. https://www.eclipse.org/forums/index.php?t=msg&th=1071455&goto=1712303&#msg_1712303)

- ModelSet lifecycle operations

There are lots of forum questions about how to create/initialize a ModelSet
(e.g. https://www.eclipse.org/forums/index.php/m/1404122/?srch=ModelSet#msg_1404122)

What kind of file is suitable for creating a ModelSet?

Is it possible to create a ModelSet without an existing file?

- IModel lifecycle operations

creation from scratch? (e.g., a UML model, a SysML model, ...)
creation from an existing URI resource?

- Working with multiple models.

It is unclear to me how to programmatically create/load multiple models
that refer to each other.

- Programmatic usage without any existing files.

The goal is to create three UML models, A, B, C, each with a root Package.
For example, A will have a nested class X; B will have a nested class Y that specializes X and C will have a nested class Z that specializes X.

Although the UML specification does not require package import relationships, in practice, these are useful to summarize cross-references. So, B imports A and C imports A.

How can this be done?

Is it possible to do all of this with a single ModelSet for A, B, C?
Is it possible to have 1 ModelSet for each of A, B, C?
Is it possible to mix -- e.g. 1 ModelSet for A and B, 1 ModelSet for C?

What needs to be done differently if we want to create three SysML models instead with the same content?

What needs to be done differently if we want to use the EMF/CDO backend instead?

- Nicolas.




Previous Topic:Documentation Generation
Next Topic:Requirement diagram, refine and usecase problem
Goto Forum:
  


Current Time: Fri Apr 26 20:34:17 GMT 2024

Powered by FUDForum. Page generated in 0.04166 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top