Questions tagged [papyrus]

For questions about Papyrus which is an open-source UML modelling tool based on Eclipse.

Papyrus provides an integrated, user-consumable environment for editing any kind of model and particularly supporting UML and related modeling languages such as SysML and MARTE.

Papyrus provides diagram editors for EMF-based modeling languages amongst them UML 2 and SysML and the glue required for integrating these editors (GMF-based or not) with other MBD and MDSD tools.

It also offers a very advanced support of UML profiles that enables users to define editors for DSLs based on the UML 2 standard and its extension mechanisms. The main feature of Papyrus regarding this latter point is a set of very powerful customization mechanisms which can be leveraged to create user-defined Papyrus perspectives and give it the same look and feel as a native DSL editor.

Project: http://www.eclipse.org/papyrus/

Wiki: http://wiki.eclipse.org/MDT/Papyrus

143 questions
19
votes
2 answers

Java reverse engineering with Papyrus Software Designer in Eclipse Version: Neon.3 (4.6.3)

I want to Reverse-engineer a Registered package of my workspace, so I go to model explorer, click on mouse right button, where I was supposed to see a menu with the option import, with the menu options: Import Registered Profile Import Registered…
La Carbonell
  • 1,976
  • 5
  • 22
  • 52
16
votes
3 answers

the differences between component diagram and package diagram

What is the differences between component diagram and package diagram? I use Papyrus for system modeling
Carlos
  • 1,522
  • 5
  • 14
  • 26
13
votes
2 answers

UML to XML representation

I build a class diagram using Eclipse modeling tool-Papyrus. how can i export UML diagram to XML format to see the class, attribute, and generalization, etc. relationships represented in XML? How can I do this?
Carlos
  • 1,522
  • 5
  • 14
  • 26
9
votes
7 answers

How to generate code by Papyrus on Eclipse?

I install Papyrus at here. So how to generate code using Papyrus ?
beanhorstmann
  • 269
  • 3
  • 6
  • 8
8
votes
5 answers

Specifying attribute types in Papyrus

I recently installed Papyrus and attempted to follow the tutorial for creating a model and generating Java code off it. Unfortunately, I'm pretty much stuck right at the beginning. In the class definition, I added a static operation for main, and…
luis.espinal
  • 10,331
  • 6
  • 39
  • 55
8
votes
3 answers

Differences between stereotype properties and tagged value?

What is the differences between stereotype properties and tagged value in UML? I read about them but I don't know the main differences.
Carlos
  • 1,522
  • 5
  • 14
  • 26
7
votes
1 answer

How to install Papyrus for Eclipse - Kepler?

I want to install papyrus kepler version 0.10.x for eclipse 4.2.1, but I have always the same error message below: Cannot complete the install because one or more required items could not be found. Software being installed: Papyrus UML…
Mariem
  • 149
  • 1
  • 2
  • 7
5
votes
1 answer

Exporting models with Papyrus

I am a newby to Papyrus. Export seems to only support exporting graphics of the model diagrams. Is there a way to export a model that is compatibly with other tools, such as XMI?
Terry L Anderson
  • 263
  • 1
  • 11
5
votes
1 answer

Papyrus palette customization

I'm using Papyrus MDT with Eclipse Kepler. I need to customize the palette in order to include activity diagram elements (CallOperationAction) into a sequence diagram. I read Papyrus palette customization tutorial but I didn't find a solution.
5
votes
1 answer

Using MARTE GQAM stereotypes in Papyrus UML models

I am trying to stereotype some elements of my model with the MARTE GQAM stereotypes but I am having troubles in assigning values to some of their properties. For instance I have stereotyped a message between two lifelines as <>. I would like to…
Andrea Sindico
  • 7,358
  • 6
  • 47
  • 84
4
votes
4 answers

How to model Eclipse extension points in a UML class diagram?

for a software design project I have to do, I chose the Eclipse Platform as a framework. Meaning I have lots of extension points to implement. However, I have trouble specifying these extension points in my UML class diagram. So how do I model the…
4
votes
1 answer

QP (Quantum Platform) Statecharts with Eclipse rather than QM

Miro Samek's QM graphical modeling tool (http://www.state-machine.com/qm/) seems like a good tool for semi graphical editing of UML statecharts for the QP framework. I would however like to use eclipse papyrus for this task because I have some…
odinthenerd
  • 5,422
  • 1
  • 32
  • 61
4
votes
0 answers

actor lifeline in a sequence diagram of papyrus

I would like to know if it is possible to have the draw of an "actor" lifeline in a sequence diagram of Papyrus. I created an actor in the model and when I drag and drop the actor in the sequence diagram I get a common rectangle icon instead of the…
user4384744
4
votes
1 answer

How can I load a papyrus uml model by using Java?

I created a class diagram using papyrus and I got a *.uml model. Now I want to iterate through the *.uml elements by writing some Java Code. I tried this code: URI uri = URI.createURI("*.uml"); ResourceSet set = new…
Ahmadkt
  • 91
  • 6
4
votes
2 answers

Eclipse Papyrus and UML Expansion Region

I'm trying to use an expansion region in Eclipse Papyrus but it won't work. I've got a ReadStructuralFeatureAction that reads a StructuralFeature cars. For these cars I the need to calculate if the load is to heavy. Therefore I'm taking an…
KMex
  • 71
  • 3
1
2 3
9 10