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
0
votes
1 answer

Spring State Machine define Choice state in uml

I'm new to Spring State Machine. I've defined a state machine configuration using UML modeling tool(Eclipse Papyrus) as is described in enter link description here . I have defined states and events and guards in my diagram. Now i want to define…
Amir
  • 652
  • 9
  • 19
0
votes
1 answer

Changing between the generated diagrams txtUML

I am trying to generate multiple class and state machine diagrams using txtUML software in Eclipse. After adding multiple txtUML diagram descriptions-(see picture1) in order to generate them, it seems everything is going fine. My problem is that…
koko
  • 17
  • 8
0
votes
2 answers

Generate the use cases from user stories

i am a student and i must do a project.I want to generate Use cases- and class diagrams from user stories. Is there any suggestion to do that. i have already used the papyrus plugin but it can not help me .It does just reversing java code to class…
amin
  • 59
  • 7
0
votes
1 answer

How to make sequence diagrams independent from each other in Papyrus?

I'm using Eclipse Neon (4.6) with Papyrus (2.0) and created two sequence diagrams. I'm struggling to set different properties in them. For instance if I change the name in diagram 1 the name will also be changed in diagram 2. I cannot find a way to…
Markus L
  • 932
  • 2
  • 20
  • 38
0
votes
1 answer

eclipse papyrus 2.0.0 - only advanced properties available

I just installed papyrus version 2.0.0. While using the papyrus perspective I can only see the advanced properties tab and no longer the other tabs. Can anyone guide me in the right direction to get all the properties "tabs" back in the property…
Sam
  • 333
  • 3
  • 16
0
votes
0 answers

How to install Papyrus on eclipse-CDT without update site ?

Where can I download all the plugins required to run Papyrus on eclipse CDT as zipped files and without to use eclipse itself ? I am using eclipse CDT 4.5.2 to develop embedded C applications and I would like to add the Papyrus modeling tools so I…
Tim
  • 1,853
  • 2
  • 24
  • 36
0
votes
1 answer

Parse the SysML generated from Enterprise Architect in Java

I have a SysML file generated from Enterprise Architect with extension XMI, and I want to parse it to get the object inside SysML file in Java by using EMF, UML2 and Papyrus plugins. I tried to new a EMF project and import this SysML file, but…
0
votes
2 answers

How to express time constraints on ChangeEvent(s) in UML?

I am currently working to create a UML model of an embedded system to aid the description of the related software requirements specification. I have a physical pressure sensor which outputs a voltage with a determined relationship between the…
Irr
  • 656
  • 1
  • 9
  • 19
0
votes
1 answer

How to open a closed diagram in Papyrus

I accidentally closed a diagram in Papyrus editor. I just clicked the close button in diagram tab in model.di file. Now I cannot get it back and my sequence diagram is lost. How can I get it back?
simon_tulia
  • 396
  • 1
  • 6
  • 22
0
votes
1 answer

fUML, Papyrus and Basic Operations

We aim to execute fUML specifications written in Papyrus using the fUML reference implementation. This has not been challenging since an UML model containing a single Class diagram and one or more Activity Diagrams can be directly executed by…
AntMor
  • 417
  • 6
  • 18
0
votes
1 answer

create emf generated model from an uml model

I'm triying to create a graphical editor using eclipse gmf, based on an uml model, for this I created a .gnemodel file based on my uml model but I do not have the associations in the generated .ecore file I used eclipse papyrus to create the uml…
code-sb
  • 11
  • 5
0
votes
1 answer

Papyrus UML: add a type to a property using a Profile (Metamodel Extension)

I'm defining a profile using Papyrus UML in Eclipse. I extended metaclass "Class" and "Property" with several Stereotype classes. I can see new Stereotypes in my actual model correctly. I want to do the same defining my own types in my profile to…
Simone Pulcini
  • 103
  • 1
  • 5
0
votes
1 answer

Eclipse Model Tool - Two sided transformation ( model to code and code to model )

is there any tool that i want to generate model from code, and code from model? Especially i prefer this tool should be compatible with eclipse java project . When i update my code, model must be updated according to changes in code. Also when i…
engtuncay
  • 867
  • 10
  • 29
0
votes
0 answers

Acceleo generator doesn't find applied stereotypes when processing submodel unit from Papyrus

I'm using Acceleo in stand alone mode to generate source code from UML model (edited with Papyrus). I followed this tutorial https://wiki.eclipse.org/Acceleo/Maven (using same versions). I created my own uml profile and applied some stereotypes on…
Fly
  • 21
  • 4
0
votes
2 answers

Comparing Performance Eclipse GMF & MS Modeling SDK

I am working currently with the GMF-Framework, created an ecore-Model and a GMF-Editor based on the model. The created editor was integrated in Papyrus (v1.0). Based on my own DSL I created a model with (round about) 1.750 elements, which are…
Shounbourgh
  • 258
  • 2
  • 14
1 2 3
9
10